aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/SafariZoneGate.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/SafariZoneGate.asm')
-rwxr-xr-xdata/maps/objects/SafariZoneGate.asm16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/maps/objects/SafariZoneGate.asm b/data/maps/objects/SafariZoneGate.asm
new file mode 100755
index 00000000..2423ae8a
--- /dev/null
+++ b/data/maps/objects/SafariZoneGate.asm
@@ -0,0 +1,16 @@
+SafariZoneGate_Object:
+ db $a ; border block
+
+ def_warps
+ warp 3, 5, 4, LAST_MAP
+ warp 4, 5, 4, LAST_MAP
+ warp 3, 0, 0, SAFARI_ZONE_CENTER
+ warp 4, 0, 1, SAFARI_ZONE_CENTER
+
+ def_signs
+
+ def_objects
+ object SPRITE_SAFARI_ZONE_WORKER, 6, 2, STAY, LEFT, 1 ; person
+ object SPRITE_SAFARI_ZONE_WORKER, 1, 4, STAY, RIGHT, 2 ; person
+
+ def_warps_to SAFARI_ZONE_GATE