2015-07-10 01:45:35 -07:00
|
|
|
Route2946Gate_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_0x7b5bb:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x7b5c1
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
YoungsterScript_0x7b5be:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x7b60d
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x7b5c1:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x7b60d:
|
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
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 4
|
|
|
|
warp_def $0, $4, 1, GROUP_ROUTE_46, MAP_ROUTE_46
|
|
|
|
warp_def $0, $5, 2, GROUP_ROUTE_46, MAP_ROUTE_46
|
|
|
|
warp_def $7, $4, 1, GROUP_ROUTE_29, MAP_ROUTE_29
|
|
|
|
warp_def $7, $5, 1, GROUP_ROUTE_29, MAP_ROUTE_29
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 2
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_OFFICER, 8, 4, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x7b5bb, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 8, 10, OW_UP | $0, $10, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x7b5be, -1
|