mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 11:47:38 -05:00
22 lines
535 B
NASM
22 lines
535 B
NASM
INCLUDE "constants.asm"
|
|
|
|
SECTION "data/maps/objects/FontoRouteGate1.asm", ROMX
|
|
|
|
map_attributes FontoRouteGate1, FONTO_ROUTE_GATE_1, 0
|
|
|
|
FontoRouteGate1_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
db 4 ; warp events
|
|
warp_event 0, 7, 7, SOUTH, wOverworldMapBlocks + 45
|
|
warp_event 1, 7, 7, SOUTH, wOverworldMapBlocks + 45
|
|
warp_event 8, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49
|
|
warp_event 9, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49
|
|
|
|
db 0 ; bg events
|
|
|
|
db 0 ; person events
|
|
|
|
FontoRouteGate1_Blocks::
|
|
INCBIN "maps/FontoRouteGate1.blk"
|