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/BullForestRouteGateStand.asm | |
| parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) | |
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'data/maps/attributes/BullForestRouteGateStand.asm')
| -rw-r--r-- | data/maps/attributes/BullForestRouteGateStand.asm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/data/maps/attributes/BullForestRouteGateStand.asm b/data/maps/attributes/BullForestRouteGateStand.asm deleted file mode 100644 index 941d222..0000000 --- a/data/maps/attributes/BullForestRouteGateStand.asm +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/BullForestRouteGateStand.asm", ROMX - map_attributes BullForestRouteGateStand, BULL_FOREST_ROUTE_GATE_STAND, 0 - -BullForestRouteGateStand_MapEvents:: - dw $4000 ; unknown - - db 4 ; warp events - warp_event 4, 7, 9, STAND, wOverworldMapBlocks + 47 - warp_event 5, 7, 10, STAND, wOverworldMapBlocks + 47 - warp_event 4, 0, 1, BULL_FOREST_ROUTE_2, wOverworldMapBlocks + 14 - warp_event 5, 0, 2, BULL_FOREST_ROUTE_2, wOverworldMapBlocks + 14 - - db 0 ; bg events - - db 0 ; person events - -BullForestRouteGateStand_Blocks:: INCBIN "maps/blk/BullForestRouteGateStand.blk"
\ No newline at end of file |
