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/FontoRouteGate1.asm | |
| parent | 3b704c267c4810b0d7ec2048300fcd08bad21a53 (diff) | |
Split attributes into individual files.
Diffstat (limited to 'data/maps/attributes/FontoRouteGate1.asm')
| -rw-r--r-- | data/maps/attributes/FontoRouteGate1.asm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/maps/attributes/FontoRouteGate1.asm b/data/maps/attributes/FontoRouteGate1.asm new file mode 100644 index 0000000..7842612 --- /dev/null +++ b/data/maps/attributes/FontoRouteGate1.asm @@ -0,0 +1,19 @@ +INCLUDE "constants.asm" + +SECTION "data/maps/attributes/FontoRouteGate1.asm", ROMX + map_attributes FontoRouteGate1, FONTO_ROUTE_GATE_1, 0 + +FontoRouteGate1_MapEvents:: + dw $4000 ; unknown + + db 4 ; warp events + warp_event 0, 7, 7, SOUTH, wOverworldMapBlocks + 45 + warp_event 1, 7, 7, SOUTH, wOverworldMapBlocks + 45 + warp_event 8, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49 + warp_event 9, 7, 1, FONTO_ROUTE_1, wOverworldMapBlocks + 49 + + db 0 ; bg events + + db 0 ; person events + +FontoRouteGate1_Blocks:: INCBIN "maps/blk/FontoRouteGate1.blk" |
