pokered/data/maps/objects/CinnabarLabTradeRoom.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

21 lines
597 B
NASM

object_const_def
const CINNABARLABTRADEROOM_SUPER_NERD
const CINNABARLABTRADEROOM_GRAMPS
const CINNABARLABTRADEROOM_BEAUTY
CinnabarLabTradeRoom_Object:
db $17 ; border block
def_warp_events
warp_event 2, 7, CINNABAR_LAB, 3
warp_event 3, 7, CINNABAR_LAB, 3
def_bg_events
def_object_events
object_event 3, 2, SPRITE_SUPER_NERD, STAY, DOWN, TEXT_CINNABARLABTRADEROOM_SUPER_NERD
object_event 1, 4, SPRITE_GRAMPS, STAY, NONE, TEXT_CINNABARLABTRADEROOM_GRAMPS
object_event 5, 5, SPRITE_BEAUTY, STAY, UP, TEXT_CINNABARLABTRADEROOM_BEAUTY
def_warps_to CINNABAR_LAB_TRADE_ROOM