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

17 lines
349 B
NASM

object_const_def
const ROUTE15GATE2F_OAKS_AIDE
Route15Gate2F_Object:
db $a ; border block
def_warp_events
warp_event 7, 7, ROUTE_15_GATE_1F, 5
def_bg_events
bg_event 6, 2, TEXT_ROUTE15GATE2F_BINOCULARS
def_object_events
object_event 4, 2, SPRITE_SCIENTIST, STAY, DOWN, TEXT_ROUTE15GATE2F_OAKS_AIDE
def_warps_to ROUTE_15_GATE_2F