pokecrystal-board/maps/SilverCaveItemRooms.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
722 B
NASM

SilverCaveItemRooms_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
ItemFragment_0x18c65e:
db MAX_REVIVE, 1
ItemFragment_0x18c660:
db FULL_RESTORE, 1
SilverCaveItemRooms_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $3, $d, 3, GROUP_SILVER_CAVE_ROOM_2, MAP_SILVER_CAVE_ROOM_2
warp_def $f, $7, 4, GROUP_SILVER_CAVE_ROOM_2, MAP_SILVER_CAVE_ROOM_2
; xy triggers
db 0
; signposts
db 0
; people-events
db 2
person_event SPRITE_POKE_BALL, 7, 10, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c65e, EVENT_SILVER_CAVE_ITEM_ROOMS_MAX_REVIVE
person_event SPRITE_POKE_BALL, 15, 19, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x18c660, EVENT_SILVER_CAVE_ITEM_ROOMS_FULL_RESTORE