diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-13 16:39:21 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-13 17:44:04 -0400 |
commit | def6cc8158c09f3458866f1fa5983e58022c4101 (patch) | |
tree | e37c8d4dd3add48cf6c3ea638b147b3cd27a126d /include/battle_script_commands.h | |
parent | fc15b0d5f0b9c6d004ca4c30c79557606a4b0eeb (diff) |
Label battle script macro arguments
Diffstat (limited to 'include/battle_script_commands.h')
-rw-r--r-- | include/battle_script_commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_script_commands.h b/include/battle_script_commands.h index 90b6d80e8..cb81ad812 100644 --- a/include/battle_script_commands.h +++ b/include/battle_script_commands.h @@ -2,6 +2,7 @@ #define GUARD_BATTLE_SCRIPT_COMMANDS_H #include "constants/pokemon.h" +#include "constants/battle_script_commands.h" // Arguments for 'flags' in HandleBattleWindow #define WINDOW_CLEAR (1 << 0) |