2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const ROUTE2946GATE_OFFICER
|
|
|
|
const ROUTE2946GATE_YOUNGSTER
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
Route2946Gate_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
|
|
|
Route2946GateOfficerScript:
|
|
|
|
jumptextfaceplayer Route2946GateOfficerText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route2946GateYoungsterScript:
|
|
|
|
jumptextfaceplayer Route2946GateYoungsterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route2946GateOfficerText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You can't climb"
|
|
|
|
line "ledges."
|
|
|
|
|
|
|
|
para "But you can jump"
|
|
|
|
line "down from them to"
|
|
|
|
cont "take a shortcut."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route2946GateYoungsterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Different kinds of"
|
|
|
|
line "#MON appear"
|
|
|
|
cont "past here."
|
|
|
|
|
|
|
|
para "If you want to"
|
|
|
|
line "catch them all,"
|
|
|
|
|
|
|
|
para "you have to look"
|
|
|
|
line "everywhere."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
Route2946Gate_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
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $0, $4, 1, ROUTE_46
|
|
|
|
warp_def $0, $5, 2, ROUTE_46
|
|
|
|
warp_def $7, $4, 1, ROUTE_29
|
|
|
|
warp_def $7, $5, 1, ROUTE_29
|
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 2
|
2017-12-24 10:46:34 -08:00
|
|
|
object_event SPRITE_OFFICER, 4, 0, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route2946GateOfficerScript, -1
|
|
|
|
object_event SPRITE_YOUNGSTER, 4, 6, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route2946GateYoungsterScript, -1
|