diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_string_ids.h | 2 | ||||
-rw-r--r-- | include/constants/battle_script_commands.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_string_ids.h b/include/battle_string_ids.h index c646b2ebf..155e9f7bf 100644 --- a/include/battle_string_ids.h +++ b/include/battle_string_ids.h @@ -258,7 +258,7 @@ #define STRINGID_NOPPLEFT 255 #define STRINGID_BUTNOPPLEFT 256 #define STRINGID_PLAYERUSEDITEM 257 -#define STRINGID_WALLYUSEDITEM 258 +#define STRINGID_OLDMANUSEDITEM 258 #define STRINGID_TRAINERBLOCKEDBALL 259 #define STRINGID_DONTBEATHIEF 260 #define STRINGID_ITDODGEDBALL 261 diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h index cbe3a8209..49ecfeafa 100644 --- a/include/constants/battle_script_commands.h +++ b/include/constants/battle_script_commands.h @@ -74,7 +74,7 @@ #define VARIOUS_CASE_8 8 #define VARIOUS_RETURN_OPPONENT_MON1 9 #define VARIOUS_RETURN_OPPONENT_MON2 10 -#define VARIOUS_CASE_11 11 +#define VARIOUS_CHECK_POKEFLUTE 11 #define VARIOUS_WAIT_FANFARE 12 // atk80, dmg manipulation |