diff options
Diffstat (limited to 'maps/CianwoodLugiaSpeechHouse.asm')
-rw-r--r-- | maps/CianwoodLugiaSpeechHouse.asm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/maps/CianwoodLugiaSpeechHouse.asm b/maps/CianwoodLugiaSpeechHouse.asm index b6974294f..1f042b2dd 100644 --- a/maps/CianwoodLugiaSpeechHouse.asm +++ b/maps/CianwoodLugiaSpeechHouse.asm @@ -18,9 +18,8 @@ TwinScript_0x9e1b6: ; 0x9e1b6 jumptextfaceplayer UnknownText_0x9e2a9 ; 0x9e1b9 -MapCianwoodLugiaSpeechHouseSignpost1Script: ; 0x9e1b9 - jumpstd $0002 -; 0x9e1bc +CianwoodLugiaSpeechHouseBookshelf: + jumpstd picturebookshelf UnknownText_0x9e1bc: ; 0x9e1bc text "You came from" @@ -78,8 +77,8 @@ CianwoodLugiaSpeechHouse_MapEventHeader: ; 0x9e32b ; signposts db 2 - signpost 1, 0, $0, MapCianwoodLugiaSpeechHouseSignpost1Script - signpost 1, 1, $0, MapCianwoodLugiaSpeechHouseSignpost1Script + signpost 1, 0, $0, CianwoodLugiaSpeechHouseBookshelf + signpost 1, 1, $0, CianwoodLugiaSpeechHouseBookshelf ; people-events db 3 @@ -87,4 +86,3 @@ CianwoodLugiaSpeechHouse_MapEventHeader: ; 0x9e32b person_event SPRITE_LASS, 9, 10, $5, $1, 255, 255, $a0, 0, LassScript_0x9e1b3, $ffff person_event SPRITE_TWIN, 6, 4, $7, $0, 255, 255, $90, 0, TwinScript_0x9e1b6, $ffff ; 0x9e36c - |