diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-24 09:49:26 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-24 09:57:16 -0400 |
commit | dcb24bc72428a60e37c1dfa7a93dc46bff7bd5ed (patch) | |
tree | 4788cafe99972e5b4f6528affb925c9d7eb24134 /maps/WhirlIslandSE.asm | |
parent | 89c47f21701caf32641573264d83ca16eb0aed91 (diff) |
Use def_* macros for automatic map event counts
Resolves #742
Diffstat (limited to 'maps/WhirlIslandSE.asm')
-rw-r--r-- | maps/WhirlIslandSE.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/WhirlIslandSE.asm b/maps/WhirlIslandSE.asm index be43871ce..5e7baafb1 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 |