diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-06 12:56:03 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-06 13:09:59 -0500 |
commit | 69edfecc16f040a56376c4cd55bb91b15cf6a340 (patch) | |
tree | 0265f54db9ec1ecb4b742f26162e1a0ca0d0e0ad /include/constants/battle_script_commands.h | |
parent | 95d19b8e8821d8ac8ad998d4b7109b456335d6bd (diff) |
Update battle scripts with more defines
Diffstat (limited to 'include/constants/battle_script_commands.h')
-rw-r--r-- | include/constants/battle_script_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h index c618ffb4b..cbe3a8209 100644 --- a/include/constants/battle_script_commands.h +++ b/include/constants/battle_script_commands.h @@ -75,7 +75,7 @@ #define VARIOUS_RETURN_OPPONENT_MON1 9 #define VARIOUS_RETURN_OPPONENT_MON2 10 #define VARIOUS_CASE_11 11 -#define VARIOUS_CASE_12 12 +#define VARIOUS_WAIT_FANFARE 12 // atk80, dmg manipulation #define ATK80_DMG_CHANGE_SIGN 0 |