diff options
author | opakedragon <46143024+opakedragon@users.noreply.github.com> | 2021-01-11 08:48:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 08:48:00 -0500 |
commit | cbaf9b38b2b3b857652752da37f5906aff47ead8 (patch) | |
tree | 9daaa7a0f21fb254ee08e7f81b22eb8c786dcbdb | |
parent | 3ce4e6b24b8eacde7e9ad659f8e5188ee10d14ff (diff) |
rename string id to reflect usage
-rw-r--r-- | include/constants/battle_string_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_string_ids.h b/include/constants/battle_string_ids.h index 9e0d8e0be..1886043f1 100644 --- a/include/constants/battle_string_ids.h +++ b/include/constants/battle_string_ids.h @@ -124,7 +124,7 @@ #define STRINGID_PKMNSTORINGENERGY 120 #define STRINGID_PKMNUNLEASHEDENERGY 121 #define STRINGID_PKMNFATIGUECONFUSION 122 -#define STRINGID_PKMNPICKEDUPITEM 123 +#define STRINGID_PLAYERPICKEDUPMONEY 123 #define STRINGID_PKMNUNAFFECTED 124 #define STRINGID_PKMNTRANSFORMEDINTO 125 #define STRINGID_PKMNMADESUBSTITUTE 126 |