mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 20:18:34 +01:00
Updated comment.
This commit is contained in:
parent
df4d927e31
commit
3a984136e7
@ -118,8 +118,10 @@
|
|||||||
f; \
|
f; \
|
||||||
})
|
})
|
||||||
|
|
||||||
// Branch defines:
|
// Branch defines: Used by other branches to detect each other.
|
||||||
// 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 BATTLE_ENGINE
|
#define BATTLE_ENGINE
|
||||||
|
|
||||||
#define ROUND_BITS_TO_BYTES(numBits)(((numBits) / 8) + (((numBits) % 8) ? 1 : 0))
|
#define ROUND_BITS_TO_BYTES(numBits)(((numBits) / 8) + (((numBits) % 8) ? 1 : 0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user