From 4a526ba36123dbd96ac7f4770ec04f04f56ea56e Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Tue, 17 Jul 2018 14:10:02 -0400 Subject: Split attributes into individual files. --- data/maps/attributes/Route2Gate1F.asm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 data/maps/attributes/Route2Gate1F.asm (limited to 'data/maps/attributes/Route2Gate1F.asm') diff --git a/data/maps/attributes/Route2Gate1F.asm b/data/maps/attributes/Route2Gate1F.asm new file mode 100644 index 0000000..51b1900 --- /dev/null +++ b/data/maps/attributes/Route2Gate1F.asm @@ -0,0 +1,22 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/Route2Gate1F.asm", ROMX + map_attributes Route2Gate1F, ROUTE_2_GATE_1F, 0 + +Route2Gate1F_MapEvents:: + dw $4000 ; unknown + + db 5 ; warp events + warp_event 0, 7, 13, WEST, wOverworldMapBlocks + 45 + warp_event 1, 7, 13, WEST, wOverworldMapBlocks + 45 + warp_event 8, 7, 1, ROUTE_2, wOverworldMapBlocks + 49 + warp_event 9, 7, 1, ROUTE_2, wOverworldMapBlocks + 49 + warp_event 1, 0, 1, ROUTE_2_GATE_2F, wOverworldMapBlocks + 12 + + db 0 ; bg events + + db 2 ; person events + object_event 8, 3, SPRITE_BUG_CATCHER_BOY, SLOW_STEP_UP, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + object_event 0, 1, SPRITE_YOUNGSTER, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 + +Route2Gate1F_Blocks:: INCBIN "maps/blk/Route2Gate1F.blk" -- cgit v1.2.3