diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-10 20:20:15 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-02-10 20:20:15 -0500 |
commit | 515dde69afea00d7eafd0693ee423fcc1ae0bac5 (patch) | |
tree | b8c04472d094e72e87bd11a83204a3f5e6eb5500 /include/constants | |
parent | a34c9d09b6b4da949ec6da6fa31b9f6eb12bdbee (diff) |
Use more LOCALID constants
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/field_effects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/field_effects.h b/include/constants/field_effects.h index a4ecd3e21..92795246a 100644 --- a/include/constants/field_effects.h +++ b/include/constants/field_effects.h @@ -69,7 +69,7 @@ #define FLDEFF_USE_VS_SEEKER 65 #define FLDEFF_DOUBLE_EXCL_MARK_ICON 66 #define FLDEFF_MOVE_DEOXYS_ROCK 67 -#define FLDEFF_UNK_44 68 // TODO: related to ??? +#define FLDEFF_DESTROY_DEOXYS_ROCK 68 #define FLDEFF_UNK_45 69 // TODO: related to fame checker photos #endif // GUARD_CONSTANTS_FIELD_EFFECTS_H |