summaryrefslogtreecommitdiff
path: root/maps/Route23.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/Route23.asm')
-rw-r--r--maps/Route23.asm12
1 files changed, 5 insertions, 7 deletions
diff --git a/maps/Route23.asm b/maps/Route23.asm
index a8bd39b5e..1c0e2aa8e 100644
--- a/maps/Route23.asm
+++ b/maps/Route23.asm
@@ -1,11 +1,9 @@
Route23_MapScriptHeader:
-.MapTriggers:
+.SceneScripts:
db 0
.MapCallbacks:
db 1
-
- ; callbacks
dbw MAPCALLBACK_NEWMAP, .FlyPoint
.FlyPoint:
@@ -35,12 +33,12 @@ Route23_MapEventHeader:
warp_def $d, $9, 10, VICTORY_ROAD
warp_def $d, $a, 10, VICTORY_ROAD
-.XYTriggers:
+.CoordEvents:
db 0
-.Signposts:
+.BGEvents:
db 1
- signpost 7, 11, SIGNPOST_READ, IndigoPlateauSign
+ bg_event 7, 11, BGEVENT_READ, IndigoPlateauSign
-.PersonEvents:
+.ObjectEvents:
db 0