shithub: pokecrystal

Download patch

ref: efdd6d492a1cd831cc4569a8c90c89505235fcf5
parent: 222434e8ae55fc61233e610b516d186465a0e4ad
author: Lynn "Zhorken" Vaughan <[email protected]>
date: Wed May 23 13:48:19 EDT 2012

Fix an INCBIN length.

--- a/main.asm
+++ b/main.asm
@@ -6,7 +6,7 @@
 	jumptextfaceplayer $26f2
 ; 0x26f2
 
-INCBIN "baserom.gbc",$26f2,$937
+INCBIN "baserom.gbc",$26f2,$3026-$26f2
 
 CopyBytes: ; 0x3026
 ; copy bc bytes from hl to de