summaryrefslogtreecommitdiff
path: root/data/maps/attributes/Route2Gate2F.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-17 14:10:02 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-07-17 14:10:02 -0400
commit4a526ba36123dbd96ac7f4770ec04f04f56ea56e (patch)
tree282d57ff3c2926376c960561af113c46480402c8 /data/maps/attributes/Route2Gate2F.asm
parent3b704c267c4810b0d7ec2048300fcd08bad21a53 (diff)
Split attributes into individual files.
Diffstat (limited to 'data/maps/attributes/Route2Gate2F.asm')
-rw-r--r--data/maps/attributes/Route2Gate2F.asm20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/maps/attributes/Route2Gate2F.asm b/data/maps/attributes/Route2Gate2F.asm
new file mode 100644
index 0000000..4ab1ee6
--- /dev/null
+++ b/data/maps/attributes/Route2Gate2F.asm
@@ -0,0 +1,20 @@
+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"