diff options
| author | Bryan Bishop <kanzure@gmail.com> | 2014-08-16 19:43:42 -0500 |
|---|---|---|
| committer | Bryan Bishop <kanzure@gmail.com> | 2014-08-16 19:43:42 -0500 |
| commit | 4f018846fb35ca08cb2b0dc7a1f9159905c16777 (patch) | |
| tree | e6dfa70a0676f08bfba0b1680c9784af4d090567 /maps | |
| parent | 85fe70ecba172bb48794b33a90c1733b35f2e0ed (diff) | |
| parent | b922fe72a19bb82d4f0c0ebaadf415e8dfcb7166 (diff) | |
Merge pull request #260 from yenatch/master
Dump the phone scripts.
Diffstat (limited to 'maps')
| -rw-r--r-- | maps/CeladonGameCorner.asm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/maps/CeladonGameCorner.asm b/maps/CeladonGameCorner.asm index 0ead01890..a9c4be559 100644 --- a/maps/CeladonGameCorner.asm +++ b/maps/CeladonGameCorner.asm @@ -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!" |
