2021-07-02 20:23:41 +01:00
|
|
|
#ifndef GUARD_CONSTANTS_EXPANSION_BRANCHES_H
|
|
|
|
#define GUARD_CONSTANTS_EXPANSION_BRANCHES_H
|
|
|
|
|
|
|
|
// 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 BATTLE_ENGINE
|
2021-08-17 19:25:13 +01:00
|
|
|
#define POKEMON_EXPANSION
|
|
|
|
#define ITEM_EXPANSION
|
2021-07-02 20:23:41 +01:00
|
|
|
|
|
|
|
#endif
|