pokecrystal-board/maps/IcePath1F.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

39 lines
808 B
NASM

IcePath1F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
ItemFragment_0x7e472:
db HM_WATERFALL, 1
ItemFragment_0x7e474:
db PP_UP, 1
ItemFragment_0x7e476:
db PROTEIN, 1
IcePath1F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $13, $4, 1, ROUTE_44
warp_def $1b, $24, 7, BLACKTHORN_CITY
warp_def $5, $25, 1, ICE_PATH_B1F
warp_def $d, $25, 7, ICE_PATH_B1F
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 3
person_event SPRITE_POKE_BALL, 11, 35, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e472, EVENT_GOT_HM07_WATERFALL
person_event SPRITE_POKE_BALL, 27, 36, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e474, EVENT_ICE_PATH_1F_PP_UP
person_event SPRITE_POKE_BALL, 13, 39, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e476, EVENT_ICE_PATH_1F_PROTEIN