Updated comment.

This commit is contained in:
Eduardo Quezada D'Ottone 2020-11-09 14:49:23 -03:00
parent df11b68acb
commit 690307dbf9

View file

@ -112,8 +112,10 @@
f; \
})
// Branch defines:
// Used by other branches to communicate with each other.
// Branch defines: Used by other branches to detect each other.
// Each define must be here for each of rhh's branch you have pulled.
// e.g. If you have both the battle_engine and pokemon_expansion branch,
// then both BATTLE_ENGINE and POKEMON_EXPANSION must be defined here.
#define POKEMON_EXPANSION
#define ROUND_BITS_TO_BYTES(numBits)(((numBits) / 8) + (((numBits) % 8) ? 1 : 0))