aboutsummaryrefslogtreecommitdiffstats
path: root/data/maps/objects/Daycare.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/Daycare.asm')
-rw-r--r--data/maps/objects/Daycare.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/objects/Daycare.asm b/data/maps/objects/Daycare.asm
index 2feecff3..7b3a52c6 100644
--- a/data/maps/objects/Daycare.asm
+++ b/data/maps/objects/Daycare.asm
@@ -1,13 +1,13 @@
Daycare_Object:
db $a ; border block
- def_warps
- warp 2, 7, 4, LAST_MAP
- warp 3, 7, 4, LAST_MAP
+ def_warp_events
+ warp_event 2, 7, LAST_MAP, 4
+ warp_event 3, 7, LAST_MAP, 4
- def_signs
+ def_bg_events
- def_objects
- object SPRITE_GENTLEMAN, 2, 3, STAY, RIGHT, 1 ; person
+ def_object_events
+ object_event 2, 3, SPRITE_GENTLEMAN, STAY, RIGHT, 1 ; person
def_warps_to DAYCARE