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.
20 lines
347 B
NASM
20 lines
347 B
NASM
map_attributes Route4, ROUTE_4
|
|
connection north, Birdon, BIRDON, 0
|
|
connection south, West, WEST, -5
|
|
|
|
Route4_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 12, 48, ROUTE_4_GATE, 3, 407
|
|
warp_event 13, 48, ROUTE_4_GATE, 4, 407
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
Route4_Blocks::
|
|
INCBIN "maps/Route4.blk"
|
|
|
|
map_dummy_script_bank27
|