shithub: pokecrystal

Download patch

ref: 52c5047a537410ef6f7c0571a5520e07f843bf3c
parent: bb5ae04ca5654b8c22585bcc094ee05d1ab5e055
author: yenatch <yenatch@gmail.com>
date: Sat Jul 19 09:11:41 EDT 2014

Remove the last incbin in map events.

Since it's unused there's no way of knowing for sure,
but movement data typically comes after scripts and
before text, and the commands make sense.

--- a/maps/CeladonGameCorner.asm
+++ b/maps/CeladonGameCorner.asm
@@ -152,7 +152,12 @@
 	end
 ; 0x721cd
 
-INCBIN "baserom.gbc",$721cd,$721d0 - $721cd
+MovementData_0x721cd: ; 0x721cd
+; Unreferenced.
+	step_right
+	turn_head_left
+	step_end
+; 0x721d0
 
 UnknownText_0x721d0: ; 0x721d0
 	text "Welcome!"
--