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/lottery_corner.c | |
parent | 22c6c034296871cb1094d53ac3fc53cd2c5dbf8e (diff) |
Replace POKEMON_SLOTS_NUMBER
Diffstat (limited to 'src/lottery_corner.c')
-rw-r--r-- | src/lottery_corner.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lottery_corner.c b/src/lottery_corner.c index 5f68ad516..2cbf0a808 100644 --- a/src/lottery_corner.c +++ b/src/lottery_corner.c @@ -4,7 +4,6 @@ #include "pokemon.h" #include "constants/items.h" #include "random.h" -#include "constants/species.h" #include "string_util.h" #include "text.h" #include "pokemon_storage_system.h" |