pokecrystal-board/maps/IlexForestAzaleaGate.asm
PikalaxALT 432df825d4 Replaced GROUP_, MAP_ references with the map macro
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
2015-07-23 12:59:19 -04:00

50 lines
936 B
NASM

IlexForestAzaleaGate_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
OfficerScript_0x62c7a:
jumptextfaceplayer UnknownText_0x62c80
GrannyScript_0x62c7d:
jumptextfaceplayer UnknownText_0x62cb0
UnknownText_0x62c80:
text "ILEX FOREST is"
line "big. Be careful!"
cont "Don't get lost."
done
UnknownText_0x62cb0:
text "The FOREST is"
line "watched over by"
cont "its protector."
para "Stay out of"
line "mischief!"
done
IlexForestAzaleaGate_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $4, $0, 2, ILEX_FOREST
warp_def $5, $0, 3, ILEX_FOREST
warp_def $4, $9, 7, AZALEA_TOWN
warp_def $5, $9, 8, AZALEA_TOWN
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 2
person_event SPRITE_OFFICER, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x62c7a, -1
person_event SPRITE_GRANNY, 7, 5, OW_UP | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $80, 0, GrannyScript_0x62c7d, -1