Review changes.
This commit is contained in:
parent
b4cf674fa1
commit
bacabf03a8
1 changed files with 4 additions and 4 deletions
|
@ -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…
Reference in a new issue