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.
25 lines
558 B
NASM
25 lines
558 B
NASM
map_attributes Route15, ROUTE_15
|
|
connection north, Route14, ROUTE_14, 0
|
|
connection east, Newtype, NEWTYPE, 0
|
|
|
|
Route15_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 8, 5, ROUTE_14_GATE, 1, 68
|
|
warp_event 9, 5, ROUTE_14_GATE, 2, 68
|
|
warp_event 9, 10, ROUTE_15_POKECENTER_1F, 1, 131
|
|
warp_event 14, 12, ROUTE_15, 6, 155
|
|
warp_event 14, 13, ROUTE_15, 7, 155
|
|
warp_event 21, 8, ROUTE_15, 4, 116
|
|
warp_event 21, 9, ROUTE_15, 5, 116
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
Route15_Blocks::
|
|
INCBIN "maps/Route15.blk"
|
|
|
|
map_dummy_script_bank27
|