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/WhirlIslandCave.asm | |
parent | 89c47f21701caf32641573264d83ca16eb0aed91 (diff) |
Use def_* macros for automatic map event counts
Resolves #742
Diffstat (limited to 'maps/WhirlIslandCave.asm')
-rw-r--r-- | maps/WhirlIslandCave.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/WhirlIslandCave.asm b/maps/WhirlIslandCave.asm index 35e726b5c..3e6cc1de2 100644 --- a/maps/WhirlIslandCave.asm +++ b/maps/WhirlIslandCave.asm @@ -1,17 +1,17 @@ WhirlIslandCave_MapScripts: - db 0 ; scene scripts + def_scene_scripts - db 0 ; callbacks + def_callbacks WhirlIslandCave_MapEvents: db 0, 0 ; filler - db 2 ; warp events + def_warp_events warp_event 7, 5, WHIRL_ISLAND_B1F, 9 warp_event 3, 13, WHIRL_ISLAND_NW, 4 - db 0 ; coord events + def_coord_events - db 0 ; bg events + def_bg_events - db 0 ; object events + def_object_events |