mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
432df825d4
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme Added new macro elevfloor to simplify the definition of elevators under this new scheme
56 lines
1020 B
NASM
56 lines
1020 B
NASM
Route2946Gate_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
OfficerScript_0x7b5bb:
|
|
jumptextfaceplayer UnknownText_0x7b5c1
|
|
|
|
YoungsterScript_0x7b5be:
|
|
jumptextfaceplayer UnknownText_0x7b60d
|
|
|
|
UnknownText_0x7b5c1:
|
|
text "You can't climb"
|
|
line "ledges."
|
|
|
|
para "But you can jump"
|
|
line "down from them to"
|
|
cont "take a shortcut."
|
|
done
|
|
|
|
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
|
|
|
|
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, 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
|