summaryrefslogtreecommitdiff
path: root/include/constants/battle.h
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-12 13:39:33 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-12 13:39:33 +0800
commit559ddb05e7cc1dd958686c3e2b77472fd43cb167 (patch)
tree08498df6fc0efcbe290234f737c77dd04181418b /include/constants/battle.h
parent43ba65ef8b733912cbbf73478b722787c528dab6 (diff)
thru CheckBattleTypeGhost()
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r--include/constants/battle.h2
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