summaryrefslogtreecommitdiff
path: root/data/maps/objects/Route22.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/Route22.asm')
-rw-r--r--data/maps/objects/Route22.asm14
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/objects/Route22.asm b/data/maps/objects/Route22.asm
index 857b8a86..4be0dda2 100644
--- a/data/maps/objects/Route22.asm
+++ b/data/maps/objects/Route22.asm
@@ -1,14 +1,14 @@
Route22_Object:
db $2c ; border block
- def_warps
- warp 8, 5, 0, ROUTE_22_GATE
+ def_warp_events
+ warp_event 8, 5, ROUTE_22_GATE, 0
- def_signs
- sign 7, 11, 3 ; Route22FrontGateText
+ def_bg_events
+ bg_event 7, 11, 3 ; Route22FrontGateText
- def_objects
- object SPRITE_BLUE, 25, 5, STAY, NONE, 1 ; person
- object SPRITE_BLUE, 25, 5, STAY, NONE, 2 ; person
+ def_object_events
+ object_event 25, 5, SPRITE_BLUE, STAY, NONE, 1 ; person
+ object_event 25, 5, SPRITE_BLUE, STAY, NONE, 2 ; person
def_warps_to ROUTE_22