Relocate and redefine POKEMON_SLOTS_NUMBER

This commit is contained in:
ExpoSeed 2020-10-13 12:05:42 -05:00
parent 3f8d71b8fd
commit a539045dae
2 changed files with 1 additions and 1 deletions

View File

@ -1767,6 +1767,7 @@
#define NATIONAL_DEX_MELMETAL 809
#define NATIONAL_DEX_COUNT NATIONAL_DEX_MELMETAL
#define POKEMON_SLOTS_NUMBER (NATIONAL_DEX_COUNT + 1)
// Hoenn Dex(ORAS) Index Defines
#define HOENN_DEX_NONE 0

View File

@ -114,7 +114,6 @@
#define ROUND_BITS_TO_BYTES(numBits)(((numBits) / 8) + (((numBits) % 8) ? 1 : 0))
#define POKEMON_SLOTS_NUMBER 810
#define DEX_FLAGS_NO (ROUND_BITS_TO_BYTES(POKEMON_SLOTS_NUMBER))
#define NUM_FLAG_BYTES (ROUND_BITS_TO_BYTES(FLAGS_COUNT))