diff options
Diffstat (limited to 'maps/Route32RuinsofAlphGate.asm')
-rw-r--r-- | maps/Route32RuinsofAlphGate.asm | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/maps/Route32RuinsofAlphGate.asm b/maps/Route32RuinsofAlphGate.asm index fde87863b..77c1ad347 100644 --- a/maps/Route32RuinsofAlphGate.asm +++ b/maps/Route32RuinsofAlphGate.asm @@ -1,24 +1,20 @@ -Route32RuinsofAlphGate_MapScriptHeader: ; 0x69a2b +Route32RuinsofAlphGate_MapScriptHeader: ; trigger count db 0 ; callback count db 0 -; 0x69a2d -OfficerScript_0x69a2d: ; 0x69a2d +OfficerScript_0x69a2d: jumptextfaceplayer UnknownText_0x69a36 -; 0x69a30 -PokefanMScript_0x69a30: ; 0x69a30 +PokefanMScript_0x69a30: jumptextfaceplayer UnknownText_0x69a81 -; 0x69a33 -YoungsterScript_0x69a33: ; 0x69a33 +YoungsterScript_0x69a33: jumptextfaceplayer UnknownText_0x69abd -; 0x69a36 -UnknownText_0x69a36: ; 0x69a36 +UnknownText_0x69a36: text "RUINS OF ALPH" para "A Look-and-Touch" @@ -27,18 +23,16 @@ UnknownText_0x69a36: ; 0x69a36 para "Try the sliding" line "stone panels!" done -; 0x69a81 -UnknownText_0x69a81: ; 0x69a81 +UnknownText_0x69a81: text "You're studying" line "the RUINS?" para "I see a scientist" line "in the making." done -; 0x69abd -UnknownText_0x69abd: ; 0x69abd +UnknownText_0x69abd: text "There are drawings" line "on stone panels." @@ -46,9 +40,8 @@ UnknownText_0x69abd: ; 0x69abd line "them. I wonder" cont "what they are." done -; 0x69b0f -Route32RuinsofAlphGate_MapEventHeader: ; 0x69b0f +Route32RuinsofAlphGate_MapEventHeader: ; filler db 0, 0 @@ -70,4 +63,3 @@ Route32RuinsofAlphGate_MapEventHeader: ; 0x69b0f person_event SPRITE_OFFICER, 6, 9, $6, $0, 255, 255, $80, 0, OfficerScript_0x69a2d, $ffff person_event SPRITE_POKEFAN_M, 6, 12, $4, $10, 255, 255, $b0, 0, PokefanMScript_0x69a30, $ffff person_event SPRITE_YOUNGSTER, 10, 5, $7, $0, 255, 255, $a0, 0, YoungsterScript_0x69a33, $ffff -; 0x69b50 |