mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-23 02:37:14 -05:00
17 lines
392 B
NASM
17 lines
392 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/attributes/FontoRoute3.asm", ROMX
|
|
map_attributes FontoRoute3, FONTO_ROUTE_3, WEST | EAST
|
|
connection west, Fonto, FONTO, 0, 0, 9
|
|
connection east, FontoRoute4, FONTO_ROUTE_4, 0, 0, 12
|
|
|
|
FontoRoute3_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
db 0 ; warp events
|
|
|
|
db 0 ; bg events
|
|
|
|
db 0 ; person events
|
|
|
|
FontoRoute3_Blocks:: INCBIN "maps/blk/FontoRoute3.blk" |