Review changes.

This commit is contained in:
Eduardo Quezada D'Ottone 2020-11-09 13:45:08 -03:00
parent b4cf674fa1
commit bacabf03a8

View file

@ -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;