mirror of
https://github.com/pret/pokered.git
synced 2026-08-01 00:05:19 -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.
21 lines
405 B
NASM
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
|