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
54 lines
1.0 KiB
NASM
54 lines
1.0 KiB
NASM
Route36RuinsofAlphgate_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
OfficerScript_0x6aa1a:
|
|
jumptextfaceplayer UnknownText_0x6aa20
|
|
|
|
GrampsScript_0x6aa1d:
|
|
jumptextfaceplayer UnknownText_0x6aa5b
|
|
|
|
UnknownText_0x6aa20:
|
|
text "Don't you wonder"
|
|
line "who'd make some-"
|
|
cont "thing like this?"
|
|
cont "And why?"
|
|
done
|
|
|
|
UnknownText_0x6aa5b:
|
|
text "Did you see that"
|
|
line "strange tree in"
|
|
cont "the road?"
|
|
|
|
para "That may explain"
|
|
line "why fewer people"
|
|
|
|
para "are visiting the"
|
|
line "RUINS OF ALPH."
|
|
done
|
|
|
|
Route36RuinsofAlphgate_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 4
|
|
warp_def $0, $4, 3, ROUTE_36
|
|
warp_def $0, $5, 4, ROUTE_36
|
|
warp_def $7, $4, 9, RUINS_OF_ALPH_OUTSIDE
|
|
warp_def $7, $5, 9, RUINS_OF_ALPH_OUTSIDE
|
|
|
|
.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_0x6aa1a, -1
|
|
person_event SPRITE_GRAMPS, 9, 11, OW_DOWN | $2, $21, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, GrampsScript_0x6aa1d, -1
|