mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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.
This commit is contained in:
parent
bb5ae04ca5
commit
52c5047a53
@ -152,7 +152,12 @@ MapCeladonGameCornerSignpost9Script: ; 0x721c3
|
||||
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!"
|
||||
|
Loading…
x
Reference in New Issue
Block a user