mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
961a895ca0
Also renames all routes to their numeric order in data.
20 lines
367 B
NASM
20 lines
367 B
NASM
map_attributes Route20, ROUTE_20
|
|
connection north, BlueForest, BLUE_FOREST, -5
|
|
connection south, Stand, STAND, -10
|
|
|
|
Route20_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 8, 48, ROUTE_20_GATE, 3, 405
|
|
warp_event 9, 48, ROUTE_20_GATE, 4, 405
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
Route20_Blocks::
|
|
INCBIN "maps/Route20.blk"
|
|
|
|
map_dummy_script_bank27
|