diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 14:10:02 -0400 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-17 14:10:02 -0400 |
| commit | 4a526ba36123dbd96ac7f4770ec04f04f56ea56e (patch) | |
| tree | 282d57ff3c2926376c960561af113c46480402c8 /data/maps/attributes/Route2Gate1F.asm | |
| parent | 3b704c267c4810b0d7ec2048300fcd08bad21a53 (diff) | |
Split attributes into individual files.
Diffstat (limited to 'data/maps/attributes/Route2Gate1F.asm')
| -rw-r--r-- | data/maps/attributes/Route2Gate1F.asm | 22 |
1 files changed, 22 insertions, 0 deletions
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" |
