summaryrefslogtreecommitdiff
path: root/data/maps/objects/PowerPlant.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/PowerPlant.asm')
-rwxr-xr-xdata/maps/objects/PowerPlant.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/objects/PowerPlant.asm b/data/maps/objects/PowerPlant.asm
index f9261140..3e34a343 100755
--- a/data/maps/objects/PowerPlant.asm
+++ b/data/maps/objects/PowerPlant.asm
@@ -1,14 +1,14 @@
PowerPlant_Object:
db $2e ; border block
- db 3 ; warps
+ def_warps
warp 4, 35, 3, LAST_MAP
warp 5, 35, 3, LAST_MAP
warp 0, 11, 3, LAST_MAP
- db 0 ; signs
+ def_signs
- db 14 ; objects
+ def_objects
object SPRITE_POKE_BALL, 9, 20, STAY, NONE, 1, VOLTORB, 40
object SPRITE_POKE_BALL, 32, 18, STAY, NONE, 2, VOLTORB, 40
object SPRITE_POKE_BALL, 21, 25, STAY, NONE, 3, VOLTORB, 40