summaryrefslogtreecommitdiff
path: root/data/maps/objects/Route4.asm
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/objects/Route4.asm')
-rw-r--r--data/maps/objects/Route4.asm24
1 files changed, 12 insertions, 12 deletions
diff --git a/data/maps/objects/Route4.asm b/data/maps/objects/Route4.asm
index 79e79b79..13f25a80 100644
--- a/data/maps/objects/Route4.asm
+++ b/data/maps/objects/Route4.asm
@@ -1,19 +1,19 @@
Route4_Object:
db $2c ; border block
- def_warps
- warp 11, 5, 0, MT_MOON_POKECENTER
- warp 18, 5, 0, MT_MOON_1F
- warp 24, 5, 7, MT_MOON_B1F
+ def_warp_events
+ warp_event 11, 5, MT_MOON_POKECENTER, 0
+ warp_event 18, 5, MT_MOON_1F, 0
+ warp_event 24, 5, MT_MOON_B1F, 7
- def_signs
- sign 12, 5, 4 ; PokeCenterSignText
- sign 17, 7, 5 ; Route4Text5
- sign 27, 7, 6 ; Route4Text6
+ def_bg_events
+ bg_event 12, 5, 4 ; PokeCenterSignText
+ bg_event 17, 7, 5 ; Route4Text5
+ bg_event 27, 7, 6 ; Route4Text6
- def_objects
- object SPRITE_COOLTRAINER_F, 9, 8, WALK, ANY_DIR, 1 ; person
- object SPRITE_COOLTRAINER_F, 63, 3, STAY, RIGHT, 2, OPP_LASS, 4
- object SPRITE_POKE_BALL, 57, 3, STAY, NONE, 3, TM_WHIRLWIND
+ def_object_events
+ object_event 9, 8, SPRITE_COOLTRAINER_F, WALK, ANY_DIR, 1 ; person
+ object_event 63, 3, SPRITE_COOLTRAINER_F, STAY, RIGHT, 2, OPP_LASS, 4
+ object_event 57, 3, SPRITE_POKE_BALL, STAY, NONE, 3, TM_WHIRLWIND
def_warps_to ROUTE_4