pokecrystal-board/maps/IcePathB3F.asm
PikalaxALT 94129b6b45 Finished the decoration attributes table
Interpretation of the Decoration Attributes table is complete.

Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.
2015-07-19 04:58:31 -04:00

33 lines
674 B
NASM

IcePathB3F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
ItemFragment_0x7e66f:
db NEVERMELTICE, 1
IcePathB3FRock:
jumpstd smashrock
IcePathB3F_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $5, $3, 2, GROUP_ICE_PATH_B2F_MAHOGANY_SIDE, MAP_ICE_PATH_B2F_MAHOGANY_SIDE
warp_def $5, $f, 2, GROUP_ICE_PATH_B2F_BLACKTHORN_SIDE, MAP_ICE_PATH_B2F_BLACKTHORN_SIDE
; xy triggers
db 0
; signposts
db 0
; people-events
db 2
person_event SPRITE_POKE_BALL, 11, 9, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e66f, EVENT_ICE_PATH_B3F_NEVERMELTICE
person_event SPRITE_ROCK, 10, 10, OW_LEFT | $10, $0, -1, -1, $0, 0, IcePathB3FRock, -1