shithub: pokecrystal

Download patch

ref: 229da909638fe6538294b4d4e2ec2cd9fc8f9b08
parent: f0580df37c7a48c13d8ffed3b6d714441e8262e1
author: yenatch <[email protected]>
date: Sun Feb 23 13:26:44 EST 2014

Dummy player object and incbinned data.

--- a/main.asm
+++ b/main.asm
@@ -5094,9 +5094,14 @@
 ; 63ca
 
 Data63ca: ; 63ca
-INCBIN "baserom.gbc",$63ca,$63e2 - $63ca
+	db $5c, $50, $00, $00
+	db $5c, $68, $5c, $58
+	db $5c, $68, $5c, $78
+	db $5c, $88, $5c, $78
+	db $00, $00, $5c, $78
+	db $00, $00, $5c, $58
+; 63e2
 
-
 Copyright: ; 63e2
 	call ClearTileMap
 	call Functione5f
@@ -6897,7 +6902,10 @@
 ; 8071
 
 Data8071: ; 8071
-INCBIN "baserom.gbc",$8071,$807e - $8071
+; A dummy map object used to initialize the player object.
+; Shorter than the actual amount copied by two bytes.
+; Said bytes seem to be unused.
+	db $01, $00, $00, $0b, $ff, $ff, $ff, $00, $00, $00, $00, $ff, $ff
 ; 807e
 
 Function807e:: ; 807e