2015-07-10 01:45:35 -07:00
|
|
|
Route32RuinsofAlphGate_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
OfficerScript_0x69a2d:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x69a36
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
PokefanMScript_0x69a30:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x69a81
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
YoungsterScript_0x69a33:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x69abd
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69a36:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "RUINS OF ALPH"
|
|
|
|
|
|
|
|
para "A Look-and-Touch"
|
|
|
|
line "Tourist Site"
|
|
|
|
|
|
|
|
para "Try the sliding"
|
|
|
|
line "stone panels!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69a81:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You're studying"
|
|
|
|
line "the RUINS?"
|
|
|
|
|
|
|
|
para "I see a scientist"
|
|
|
|
line "in the making."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69abd:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There are drawings"
|
|
|
|
line "on stone panels."
|
|
|
|
|
|
|
|
para "I tried moving"
|
|
|
|
line "them. I wonder"
|
|
|
|
cont "what they are."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
Route32RuinsofAlphGate_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 4
|
|
|
|
warp_def $4, $0, 10, GROUP_RUINS_OF_ALPH_OUTSIDE, MAP_RUINS_OF_ALPH_OUTSIDE
|
|
|
|
warp_def $5, $0, 11, GROUP_RUINS_OF_ALPH_OUTSIDE, MAP_RUINS_OF_ALPH_OUTSIDE
|
|
|
|
warp_def $4, $9, 2, GROUP_ROUTE_32, MAP_ROUTE_32
|
|
|
|
warp_def $5, $9, 3, GROUP_ROUTE_32, MAP_ROUTE_32
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 3
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_OFFICER, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x69a2d, -1
|
|
|
|
person_event SPRITE_POKEFAN_M, 6, 12, OW_UP | $0, $10, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, PokefanMScript_0x69a30, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 10, 5, OW_UP | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x69a33, -1
|