aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/FuchsiaGym.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/FuchsiaGym.asm')
-rwxr-xr-xdata/maps/objects/FuchsiaGym.asm20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/maps/objects/FuchsiaGym.asm b/data/maps/objects/FuchsiaGym.asm
new file mode 100755
index 00000000..95b2e42e
--- /dev/null
+++ b/data/maps/objects/FuchsiaGym.asm
@@ -0,0 +1,20 @@
+FuchsiaGym_Object:
+ db $3 ; border block
+
+ def_warps
+ warp 4, 17, 5, LAST_MAP
+ warp 5, 17, 5, LAST_MAP
+
+ def_signs
+
+ def_objects
+ object SPRITE_SILPH_WORKER, 4, 10, STAY, DOWN, 1, OPP_KOGA, 1
+ object SPRITE_ROCKER, 8, 13, STAY, DOWN, 2, OPP_JUGGLER, 7
+ object SPRITE_ROCKER, 7, 8, STAY, RIGHT, 3, OPP_JUGGLER, 3
+ object SPRITE_ROCKER, 1, 12, STAY, DOWN, 4, OPP_JUGGLER, 8
+ object SPRITE_ROCKER, 3, 5, STAY, UP, 5, OPP_TAMER, 1
+ object SPRITE_ROCKER, 8, 2, STAY, DOWN, 6, OPP_TAMER, 2
+ object SPRITE_ROCKER, 2, 7, STAY, LEFT, 7, OPP_JUGGLER, 4
+ object SPRITE_GYM_GUIDE, 7, 15, STAY, DOWN, 8 ; person
+
+ def_warps_to FUCHSIA_GYM