pokecrystal-board/maps/Route2946Gate.asm

56 lines
1.0 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route2946Gate_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
OfficerScript_0x7b5bb:
jumptextfaceplayer UnknownText_0x7b5c1
2015-07-10 01:45:35 -07:00
YoungsterScript_0x7b5be:
jumptextfaceplayer UnknownText_0x7b60d
2015-07-10 01:45:35 -07:00
UnknownText_0x7b5c1:
text "You can't climb"
line "ledges."
para "But you can jump"
line "down from them to"
cont "take a shortcut."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7b60d:
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
2015-07-10 01:45:35 -07:00
Route2946Gate_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
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
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
person_event SPRITE_OFFICER, 4, 0, SPRITEMOVEFN_09, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, OfficerScript_0x7b5bb, -1
person_event SPRITE_YOUNGSTER, 4, 6, SPRITEMOVEFN_04, 1, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, YoungsterScript_0x7b5be, -1