pokegold-spaceworld/maps/Route7.asm
Alieneer 7dfc94a7f6 Merge Map Headers and Scripts
Merges Map Headers and Scripts, also adding Macros to automate some of the identical dummy scripts.
Renames all Routes to their proper names.
2026-07-20 16:16:26 -04:00

20 lines
349 B
NASM

map_attributes Route7, ROUTE_7
connection north, South, SOUTH, -10
connection east, Route6, ROUTE_6, 18
Route7_MapEvents::
dw $4000 ; unknown
def_warp_events
warp_event 10, 9, ROUTE_7_GATE, 1, 86
warp_event 11, 9, ROUTE_7_GATE, 2, 86
def_bg_events
def_object_events
Route7_Blocks::
INCBIN "maps/Route7.blk"
map_dummy_script_bank27