mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-09-26 13:32:48 -04:00
19 lines
531 B
NASM
19 lines
531 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/attributes/FontoRoute5.asm", ROMX
|
|
map_attributes FontoRoute5, FONTO_ROUTE_5, SOUTH | EAST
|
|
connection south, South, SOUTH, -3, 7, 13
|
|
connection east, FontoRoute6, FONTO_ROUTE_6, 0, 0, 9
|
|
|
|
FontoRoute5_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
db 2 ; warp events
|
|
warp_event 8, 30, 3, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 261
|
|
warp_event 9, 30, 4, FONTO_ROUTE_GATE_3, wOverworldMapBlocks + 261
|
|
|
|
db 0 ; bg events
|
|
|
|
db 0 ; person events
|
|
|
|
FontoRoute5_Blocks:: INCBIN "maps/blk/FontoRoute5.blk" |