mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-06-02 21:55:20 -05:00
20 lines
375 B
NASM
20 lines
375 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/BaadonRoute2.asm", ROMX
|
|
|
|
map_attributes BaadonRoute2, BAADON_ROUTE_2, WEST | EAST
|
|
connection west, Baadon, BAADON, 0
|
|
connection east, BaadonRoute3, BAADON_ROUTE_3, 0
|
|
|
|
BaadonRoute2_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
|
|
BaadonRoute2_Blocks::
|
|
INCBIN "maps/BaadonRoute2.blk"
|