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.
24 lines
403 B
NASM
24 lines
403 B
NASM
map_attributes Route23Gate, ROUTE_23_GATE
|
|
|
|
Route23Gate_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 0, 7, ROUTE_23, 1, 45
|
|
warp_event 1, 7, ROUTE_23, 1, 45
|
|
warp_event 8, 7, KANTO, 29, 49
|
|
warp_event 9, 7, KANTO, 29, 49
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
Route23Gate_Blocks::
|
|
INCBIN "maps/Route23Gate.blk"
|
|
|
|
Route23Gate_ScriptLoader::
|
|
ret
|
|
|
|
Route23Gate_TextPointers::
|
|
db "@"
|