mirror of
https://github.com/pret/pokered.git
synced 2026-08-01 08:18:17 -05:00
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.
24 lines
666 B
NASM
24 lines
666 B
NASM
object_const_def
|
|
const CINNABARLAB_FISHING_GURU
|
|
|
|
CinnabarLab_Object:
|
|
db $17 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 2, 7, LAST_MAP, 3
|
|
warp_event 3, 7, LAST_MAP, 3
|
|
warp_event 8, 4, CINNABAR_LAB_TRADE_ROOM, 1
|
|
warp_event 12, 4, CINNABAR_LAB_METRONOME_ROOM, 1
|
|
warp_event 16, 4, CINNABAR_LAB_FOSSIL_ROOM, 1
|
|
|
|
def_bg_events
|
|
bg_event 3, 2, TEXT_CINNABARLAB_PHOTO
|
|
bg_event 9, 4, TEXT_CINNABARLAB_MEETING_ROOM_SIGN
|
|
bg_event 13, 4, TEXT_CINNABARLAB_R_AND_D_SIGN
|
|
bg_event 17, 4, TEXT_CINNABARLAB_TESTING_ROOM_SIGN
|
|
|
|
def_object_events
|
|
object_event 1, 3, SPRITE_FISHING_GURU, STAY, NONE, TEXT_CINNABARLAB_FISHING_GURU
|
|
|
|
def_warps_to CINNABAR_LAB
|