summaryrefslogtreecommitdiff
path: root/maps/WhirlIslandSE.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-26 16:29:43 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-26 16:29:43 -0400
commitd24f1c71149b59c50dba57e500f30b223a54a25f (patch)
tree140ad8c04b396af2e0d55f3218bfb3e428391f42 /maps/WhirlIslandSE.asm
parent6ca1857732502a60251e3738cbccc6d0067eaed2 (diff)
Use def_* macros for automatic map event counts
Diffstat (limited to 'maps/WhirlIslandSE.asm')
-rw-r--r--maps/WhirlIslandSE.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/WhirlIslandSE.asm b/maps/WhirlIslandSE.asm
index be43871c..5e7baafb 100644
--- a/maps/WhirlIslandSE.asm
+++ b/maps/WhirlIslandSE.asm
@@ -1,17 +1,17 @@
WhirlIslandSE_MapScripts:
- db 0 ; scene scripts
+ def_scene_scripts
- db 0 ; callbacks
+ def_callbacks
WhirlIslandSE_MapEvents:
db 0, 0 ; filler
- db 2 ; warp events
+ def_warp_events
warp_event 5, 13, ROUTE_41, 4
warp_event 5, 3, WHIRL_ISLAND_B1F, 6
- db 0 ; coord events
+ def_coord_events
- db 0 ; bg events
+ def_bg_events
- db 0 ; object events
+ def_object_events