mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-27 05:43:51 +01:00
Relocate and redefine POKEMON_SLOTS_NUMBER
This commit is contained in:
parent
3f8d71b8fd
commit
a539045dae
@ -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
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user