mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-08 19:25:24 -05:00
Merges Map Headers and Scripts, also adding Macros to automate some of the identical dummy scripts. Renames all Routes to their proper names.
18 lines
273 B
NASM
18 lines
273 B
NASM
map_attributes Route6, ROUTE_6
|
|
connection west, Route7, ROUTE_7, -18
|
|
connection east, HighTech, HIGHTECH, 0
|
|
|
|
Route6_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
Route6_Blocks::
|
|
INCBIN "maps/Route6.blk"
|
|
|
|
map_dummy_script_bank27
|