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

29 lines
487 B
NASM

TinTower3F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
ItemFragment_0x185a37:
db FULL_HEAL, 1
TinTower3F_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $e, $a, 1, GROUP_TIN_TOWER_2F, MAP_TIN_TOWER_2F
warp_def $2, $10, 2, GROUP_TIN_TOWER_4F, MAP_TIN_TOWER_4F
; xy triggers
db 0
; signposts
db 0
; people-events
db 1
person_event SPRITE_POKE_BALL, 18, 7, OW_DOWN | $1, $0, -1, -1, $1, 0, ItemFragment_0x185a37, EVENT_TIN_TOWER_3F_FULL_HEAL