2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE32RUINSOFALPHGATE_OFFICER
|
|
|
|
const ROUTE32RUINSOFALPHGATE_POKEFAN_M
|
|
|
|
const ROUTE32RUINSOFALPHGATE_YOUNGSTER
|
|
|
|
|
2017-12-10 10:37:15 -08:00
|
|
|
Route32RuinsOfAlphGate_MapScriptHeader:
|
2017-12-24 10:46:34 -08:00
|
|
|
.SceneScripts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32RuinsOfAlphGateOfficerScript:
|
|
|
|
jumptextfaceplayer Route32RuinsOfAlphGateOfficerText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32RuinsOfAlphGatePokefanMScript:
|
|
|
|
jumptextfaceplayer Route32RuinsOfAlphGatePokefanMText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32RuinsOfAlphGateYoungsterScript:
|
|
|
|
jumptextfaceplayer Route32RuinsOfAlphGateYoungsterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32RuinsOfAlphGateOfficerText:
|
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
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32RuinsOfAlphGatePokefanMText:
|
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
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route32RuinsOfAlphGateYoungsterText:
|
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
|
|
|
|
2017-12-10 10:37:15 -08:00
|
|
|
Route32RuinsOfAlphGate_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 4
|
2017-12-28 11:31:25 -08:00
|
|
|
warp_def 0, 4, 10, RUINS_OF_ALPH_OUTSIDE
|
|
|
|
warp_def 0, 5, 11, RUINS_OF_ALPH_OUTSIDE
|
|
|
|
warp_def 9, 4, 2, ROUTE_32
|
|
|
|
warp_def 9, 5, 3, ROUTE_32
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.CoordEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.BGEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.ObjectEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 5, 2, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route32RuinsOfAlphGateOfficerScript, -1
|
|
|
|
object_event 8, 2, SPRITE_POKEFAN_M, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, Route32RuinsOfAlphGatePokefanMScript, -1
|
|
|
|
object_event 1, 6, SPRITE_YOUNGSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route32RuinsOfAlphGateYoungsterScript, -1
|