pokecrystal-board/maps/TinTower5F.asm
2020-07-24 09:57:16 -04:00

35 lines
848 B
NASM

object_const_def
const TINTOWER5F_POKE_BALL
TinTower5F_MapScripts:
def_scene_scripts
def_callbacks
TinTower5FRareCandy:
itemball RARE_CANDY
TinTower5FHiddenFullRestore:
hiddenitem FULL_RESTORE, EVENT_TIN_TOWER_5F_HIDDEN_FULL_RESTORE
TinTower5FHiddenCarbos:
hiddenitem CARBOS, EVENT_TIN_TOWER_5F_HIDDEN_CARBOS
TinTower5F_MapEvents:
db 0, 0 ; filler
def_warp_events
warp_event 11, 15, TIN_TOWER_6F, 2
warp_event 2, 4, TIN_TOWER_4F, 1
warp_event 2, 14, TIN_TOWER_4F, 3
warp_event 17, 15, TIN_TOWER_4F, 4
def_coord_events
def_bg_events
bg_event 16, 14, BGEVENT_ITEM, TinTower5FHiddenFullRestore
bg_event 3, 15, BGEVENT_ITEM, TinTower5FHiddenCarbos
def_object_events
object_event 9, 9, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, TinTower5FRareCandy, EVENT_TIN_TOWER_5F_RARE_CANDY