diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 19:16:45 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 19:16:57 -0500 |
commit | 2e5bf6c9ef4f4406b1dd725e91a88cbdd10ad5c2 (patch) | |
tree | efaa59d9de2fa1df7621d859b6c0f2ebc91ebd8b /include | |
parent | 31d31d326034fde26dedaf2dadb1c608e00fb92f (diff) |
Use map_script constants, name unique map_script labels
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/map_scripts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/map_scripts.h b/include/constants/map_scripts.h index 2ef3d2544..1353de360 100644 --- a/include/constants/map_scripts.h +++ b/include/constants/map_scripts.h @@ -6,7 +6,7 @@ #define MAP_SCRIPT_ON_TRANSITION 3 #define MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE 4 #define MAP_SCRIPT_ON_RESUME 5 -#define MAP_SCRIPT_ON_DIVE_WARP 6 +#define MAP_SCRIPT_ON_DIVE_WARP 6 // Unused #define MAP_SCRIPT_ON_RETURN_TO_FIELD 7 #endif // GUARD_CONSTANTS_MAP_SCRIPTS_H |