Removed redundant ifdef

This commit is contained in:
crater-git 2022-08-24 19:31:55 -04:00
parent 940f9f1726
commit 6012731f27

View File

@ -40,10 +40,8 @@
#define RHH_EXPANSION
// Legacy branch-based defines included for backwards compatibility
#ifdef RHH_EXPANSION
#define BATTLE_ENGINE
#define POKEMON_EXPANSION
#define ITEM_EXPANSION
#endif
#define BATTLE_ENGINE
#define POKEMON_EXPANSION
#define ITEM_EXPANSION
#endif // GUARD_CONFIG_H