mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-17 15:26:02 -05:00
Some checks failed
CI / build (push) Has been cancelled
Corrects Baadon to Birdon, Bull Forest to Blue Forest, Haiteku to HighTech, and Shizukana Oka to Silent Hills.
23 lines
512 B
NASM
23 lines
512 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/Route18.asm", ROMX
|
|
|
|
map_attributes Route18, ROUTE_18, NORTH | WEST
|
|
connection north, BlueForestRoute1, BLUE_FOREST_ROUTE_1, 0
|
|
connection west, NewtypeRoute, NEWTYPE_ROUTE, 36
|
|
|
|
Route18_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 8, 5, NEWTYPE_ROUTE_GATE, 1, 53
|
|
warp_event 9, 5, NEWTYPE_ROUTE_GATE, 2, 53
|
|
warp_event 13, 28, ROUTE_18_POKECENTER_1F, 1, 247
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
Route18_Blocks::
|
|
INCBIN "maps/Route18.blk"
|