summaryrefslogtreecommitdiff
path: root/data/maps/attributes/Route2Gate2F.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2019-02-26 12:52:54 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2019-02-26 12:52:54 -0500
commit4f17a2c863042cfd480f7604c4d86e232627263e (patch)
tree6e497b69a442cdff6a5ef645584514c156fed05e /data/maps/attributes/Route2Gate2F.asm
parentfc14cab189eac0d5506c894d656d4f8f8fd83745 (diff)
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'data/maps/attributes/Route2Gate2F.asm')
-rw-r--r--data/maps/attributes/Route2Gate2F.asm20
1 files changed, 0 insertions, 20 deletions
diff --git a/data/maps/attributes/Route2Gate2F.asm b/data/maps/attributes/Route2Gate2F.asm
deleted file mode 100644
index 88bcd9b..0000000
--- a/data/maps/attributes/Route2Gate2F.asm
+++ /dev/null
@@ -1,20 +0,0 @@
-INCLUDE "constants.asm"
-
-SECTION "data/maps/attributes/Route2Gate2F.asm", ROMX
- map_attributes Route2Gate2F, ROUTE_2_GATE_2F, 0
-
-Route2Gate2F_MapEvents::
- dw $4000 ; unknown
-
- db 1 ; warp events
- warp_event 5, 0, 5, ROUTE_2_GATE_1F, wOverworldMapBlocks + 13
-
- db 2 ; bg events
- bg_event 1, 0, 0, 1
- bg_event 3, 0, 0, 2
-
- db 2 ; person events
- object_event 2, 2, SPRITE_LASS, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0
- object_event 5, 4, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0
-
-Route2Gate2F_Blocks:: INCBIN "maps/blk/Route2Gate2F.blk" \ No newline at end of file