pokered/data/maps/objects/Route1.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
405 B
NASM

object_const_def
const ROUTE1_YOUNGSTER1
const ROUTE1_YOUNGSTER2
Route1_Object:
db $b ; border block
def_warp_events
def_bg_events
bg_event 9, 27, TEXT_ROUTE1_SIGN
def_object_events
object_event 5, 24, SPRITE_YOUNGSTER, WALK, UP_DOWN, TEXT_ROUTE1_YOUNGSTER1
object_event 15, 13, SPRITE_YOUNGSTER, WALK, LEFT_RIGHT, TEXT_ROUTE1_YOUNGSTER2
def_warps_to ROUTE_1
; unused
warp_to 2, 7, 4