pokered/data/maps/objects/Route12Gate2F.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

18 lines
423 B
NASM

object_const_def
const ROUTE12GATE2F_BRUNETTE_GIRL
Route12Gate2F_Object:
db $a ; border block
def_warp_events
warp_event 7, 7, ROUTE_12_GATE_1F, 5
def_bg_events
bg_event 1, 2, TEXT_ROUTE12GATE2F_LEFT_BINOCULARS
bg_event 6, 2, TEXT_ROUTE12GATE2F_RIGHT_BINOCULARS
def_object_events
object_event 3, 4, SPRITE_BRUNETTE_GIRL, WALK, UP_DOWN, TEXT_ROUTE12GATE2F_BRUNETTE_GIRL
def_warps_to ROUTE_12_GATE_2F