diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-10-01 17:20:38 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-10-01 17:07:12 -0500 |
commit | 52598983250fd8ad7b66ff2b9d77046859f169c8 (patch) | |
tree | 4bcb318e96a67811ebe0e44472c6a0943e096def /src/battle_script_commands.c | |
parent | 22c6c034296871cb1094d53ac3fc53cd2c5dbf8e (diff) |
Replace POKEMON_SLOTS_NUMBER
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index fca2b3879..3b77df294 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -16,7 +16,6 @@ #include "random.h" #include "battle_controllers.h" #include "battle_interface.h" -#include "constants/species.h" #include "constants/songs.h" #include "constants/trainers.h" #include "constants/battle_anim.h" |