diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-12 13:39:33 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-12 13:39:33 +0800 |
commit | 559ddb05e7cc1dd958686c3e2b77472fd43cb167 (patch) | |
tree | 08498df6fc0efcbe290234f737c77dd04181418b /include/constants | |
parent | 43ba65ef8b733912cbbf73478b722787c528dab6 (diff) |
thru CheckBattleTypeGhost()
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h index 074c0d0cd..3b765eede 100644 --- a/include/constants/battle.h +++ b/include/constants/battle.h @@ -59,7 +59,7 @@ #define BATTLE_TYPE_KYOGRE_GROUDON 0x1000 #define BATTLE_TYPE_LEGENDARY 0x2000 #define BATTLE_TYPE_REGI 0x4000 -#define BATTLE_TYPE_TWO_OPPONENTS 0x8000 +#define BATTLE_TYPE_GHOST 0x8000 #define BATTLE_TYPE_DOME 0x10000 #define BATTLE_TYPE_PALACE 0x20000 #define BATTLE_TYPE_ARENA 0x40000 |