summaryrefslogtreecommitdiff
path: root/include/constants/battle.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-07-20 12:41:34 -0400
committerGitHub <noreply@github.com>2019-07-20 12:41:34 -0400
commite4acfdf20b7d56b83cee6f4e49b257a2ecb92a95 (patch)
tree4346f5efdcea0f2adf207bc769488d3f129016fe /include/constants/battle.h
parente13e7eccafdc48b648bf20f8e02f72130c51d1ab (diff)
parent9054fa32a01e102e668d1668c4e3893f2faffde8 (diff)
Merge pull request #82 from jiangzhengwenjz/pokemon
pokemon
Diffstat (limited to 'include/constants/battle.h')
-rw-r--r--include/constants/battle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/battle.h b/include/constants/battle.h
index 074c0d0cd..f886f560b 100644
--- a/include/constants/battle.h
+++ b/include/constants/battle.h
@@ -59,8 +59,8 @@
#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_DOME 0x10000
+#define BATTLE_TYPE_GHOST 0x8000
+#define BATTLE_TYPE_POKEDUDE 0x10000
#define BATTLE_TYPE_PALACE 0x20000
#define BATTLE_TYPE_ARENA 0x40000
#define BATTLE_TYPE_FACTORY 0x80000