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/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/battle_script_commands.h')
-rw-r--r-- | include/battle_script_commands.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/battle_script_commands.h b/include/battle_script_commands.h index 142ac1f7b..ee3676463 100644 --- a/include/battle_script_commands.h +++ b/include/battle_script_commands.h @@ -1,6 +1,8 @@ #ifndef GUARD_BATTLE_SCRIPT_COMMANDS_H #define GUARD_BATTLE_SCRIPT_COMMANDS_H +#include "constants/pokemon.h" + #define WINDOW_CLEAR 0x1 #define WINDOW_x80 0x80 @@ -16,6 +18,6 @@ void HandleBattleWindow(u8 xStart, u8 yStart, u8 xEnd, u8 yEnd, u8 flags); bool8 UproarWakeUpCheck(u8 battlerId); extern void (* const gBattleScriptingCommandsTable[])(void); -extern const u8 gUnknown_0831C494[][4]; +extern const u8 gBattlePalaceNatureToMoveGroupLikelihood[NUM_NATURES][4]; #endif // GUARD_BATTLE_SCRIPT_COMMANDS_H |