diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
| commit | 4f17a2c863042cfd480f7604c4d86e232627263e (patch) | |
| tree | 6e497b69a442cdff6a5ef645584514c156fed05e /data/maps/attributes/FontoRouteGate1.asm | |
| parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) | |
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'data/maps/attributes/FontoRouteGate1.asm')
| -rw-r--r-- | data/maps/attributes/FontoRouteGate1.asm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/maps/attributes/FontoRouteGate1.asm b/data/maps/attributes/FontoRouteGate1.asm deleted file mode 100644 index f75d799..0000000 --- a/data/maps/attributes/FontoRouteGate1.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/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/blk/FontoRouteGate1.blk"
\ No newline at end of file |
