diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-14 14:07:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 14:07:32 -0500 |
commit | 8c66bde7153cd29be3fd17dccb3fef6b09dd8ee4 (patch) | |
tree | 21964480572d1cf8f95c49b798f955e3bbe19be2 /include | |
parent | b422fd4a499e44889243dc5087b34fdd9f85c6aa (diff) | |
parent | 515dde69afea00d7eafd0693ee423fcc1ae0bac5 (diff) |
Merge pull request #388 from GriffinRichards/constants-localids
Use more LOCALID constants
Diffstat (limited to 'include')
-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 |