2015-11-27 05:22:14 +00:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE32RUINSOFALPHGATE_OFFICER
|
|
|
|
const ROUTE32RUINSOFALPHGATE_POKEFAN_M
|
|
|
|
const ROUTE32RUINSOFALPHGATE_YOUNGSTER
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route32RuinsOfAlphGate_MapScripts:
|
2017-12-24 18:46:34 +00:00
|
|
|
.SceneScripts:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.MapCallbacks:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32RuinsOfAlphGateOfficerScript:
|
|
|
|
jumptextfaceplayer Route32RuinsOfAlphGateOfficerText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32RuinsOfAlphGatePokefanMScript:
|
|
|
|
jumptextfaceplayer Route32RuinsOfAlphGatePokefanMText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32RuinsOfAlphGateYoungsterScript:
|
|
|
|
jumptextfaceplayer Route32RuinsOfAlphGateYoungsterText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32RuinsOfAlphGateOfficerText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "RUINS OF ALPH"
|
|
|
|
|
|
|
|
para "A Look-and-Touch"
|
|
|
|
line "Tourist Site"
|
|
|
|
|
|
|
|
para "Try the sliding"
|
|
|
|
line "stone panels!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32RuinsOfAlphGatePokefanMText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "You're studying"
|
|
|
|
line "the RUINS?"
|
|
|
|
|
|
|
|
para "I see a scientist"
|
|
|
|
line "in the making."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route32RuinsOfAlphGateYoungsterText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "There are drawings"
|
|
|
|
line "on stone panels."
|
|
|
|
|
|
|
|
para "I tried moving"
|
|
|
|
line "them. I wonder"
|
|
|
|
cont "what they are."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route32RuinsOfAlphGate_MapEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-21 04:02:21 +00:00
|
|
|
.Warps:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 4
|
2018-01-28 18:20:04 +00:00
|
|
|
warp_event 0, 4, 10, RUINS_OF_ALPH_OUTSIDE
|
|
|
|
warp_event 0, 5, 11, RUINS_OF_ALPH_OUTSIDE
|
|
|
|
warp_event 9, 4, 2, ROUTE_32
|
|
|
|
warp_event 9, 5, 3, ROUTE_32
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.CoordEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.BGEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.ObjectEvents:
|
2013-02-17 06:54:07 +00:00
|
|
|
db 3
|
2017-12-28 19:31:25 +00: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
|