pokegold-spaceworld/data/maps/objects/HighTechWestRouteOcean.asm
Alieneer d694763e28
Some checks failed
CI / build (push) Has been cancelled
Correct town names and Silent Hill dungeon name (#135)
Corrects Baadon to Birdon, Bull Forest to Blue Forest,
Haiteku to HighTech, and Shizukana Oka to Silent Hills.
2026-04-12 22:13:30 -04:00

22 lines
553 B
NASM

INCLUDE "constants.asm"
SECTION "data/maps/objects/HighTechWestRouteOcean.asm", ROMX
map_attributes HighTechWestRouteOcean, HIGHTECH_WEST_ROUTE_OCEAN, NORTH | EAST
connection north, South, SOUTH, -10
connection east, HighTechWestRoute, HIGHTECH_WEST_ROUTE, 18
HighTechWestRouteOcean_MapEvents::
dw $4000 ; unknown
def_warp_events
warp_event 10, 9, HIGHTECH_WEST_ROUTE_GATE, 1, 86
warp_event 11, 9, HIGHTECH_WEST_ROUTE_GATE, 2, 86
def_bg_events
def_object_events
HighTechWestRouteOcean_Blocks::
INCBIN "maps/HighTechWestRouteOcean.blk"