mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-26 07:28:23 +01:00
Review changes.
This commit is contained in:
parent
b4cf674fa1
commit
bacabf03a8
@ -112,15 +112,15 @@
|
||||
f; \
|
||||
})
|
||||
|
||||
// Branch defines:
|
||||
// Used by other branches to detect each other.
|
||||
#define ITEM_EXPANSION
|
||||
|
||||
#define ROUND_BITS_TO_BYTES(numBits)(((numBits) / 8) + (((numBits) % 8) ? 1 : 0))
|
||||
|
||||
#define DEX_FLAGS_NO (ROUND_BITS_TO_BYTES(NUM_SPECIES))
|
||||
#define NUM_FLAG_BYTES (ROUND_BITS_TO_BYTES(FLAGS_COUNT))
|
||||
|
||||
// Branch defines:
|
||||
// Used by other branches to detect each other.
|
||||
#define ITEM_EXPANSION
|
||||
|
||||
struct Coords8
|
||||
{
|
||||
s8 x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user