diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-11 09:51:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 09:51:18 -0500 |
commit | a6317b7f57510047c8ae8d99c164ff6853c3e969 (patch) | |
tree | 7c7009c3750e011658da9c786e527a9718d3a1a0 /include/constants/battle_string_ids.h | |
parent | e6aebc16da96d5aa6397bc269bd1646bf6ffbbb6 (diff) | |
parent | 295ec313f5c2d591ee68e9328f582b852eae6fd6 (diff) |
Merge pull request #1299 from opakedragon/payday-string-id
rename payday string id
Diffstat (limited to 'include/constants/battle_string_ids.h')
-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 |