diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-07-18 20:22:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 20:22:44 -0400 |
commit | 1a27af88553394c3190cf74b47128f2a82750f4c (patch) | |
tree | 9f036690606e5693181559add76db1c214e8dbdc /include/constants/battle_script_commands.h | |
parent | 1cf2470aac038fce48a5777e36b00554af90d910 (diff) | |
parent | fb402725c6c668ee2ac50d6c345f3f8207a32cea (diff) |
Merge pull request #1100 from GriffinRichards/clean-battlescrdata
Misc battle and battle palace documentation
Diffstat (limited to 'include/constants/battle_script_commands.h')
-rw-r--r-- | include/constants/battle_script_commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h index dfcf79128..9372377c4 100644 --- a/include/constants/battle_script_commands.h +++ b/include/constants/battle_script_commands.h @@ -66,8 +66,10 @@ #define VARIOUS_SET_MAGIC_COAT_TARGET 1 #define VARIOUS_IS_RUNNING_IMPOSSIBLE 2 #define VARIOUS_GET_MOVE_TARGET 3 +#define VARIOUS_GET_BATTLER_FAINTED 4 #define VARIOUS_RESET_INTIMIDATE_TRACE_BITS 5 #define VARIOUS_UPDATE_CHOICE_MOVE_ON_LVL_UP 6 +#define VARIOUS_PALACE_FLAVOR_TEXT 8 #define VARIOUS_ARENA_JUDGMENT_WINDOW 9 #define VARIOUS_ARENA_OPPONENT_MON_LOST 10 #define VARIOUS_ARENA_PLAYER_MON_LOST 11 |