summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-15 16:15:50 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-07-15 16:15:50 +0800
commit298c578c6000512e828afe631abd14074942b3be (patch)
tree478d567c3958967890acdd9cdaf6535afd6aa07d /include
parentf24eae3e9094f80596173aaff27f4d2cb2b5f69a (diff)
corrected move target flags
Diffstat (limited to 'include')
-rw-r--r--include/battle.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/battle.h b/include/battle.h
index 277f79c51..b1284fd6c 100644
--- a/include/battle.h
+++ b/include/battle.h
@@ -126,14 +126,14 @@
#define MSG_DISPLAY 0x7
#define BATTLE_COMMUNICATION_ENTRIES_COUNT 0x8
-#define MOVE_TARGET_SELECTED 0x0
-#define MOVE_TARGET_DEPENDS 0x1
-#define MOVE_TARGET_USER 0x2
-#define MOVE_TARGET_RANDOM 0x4
-#define MOVE_TARGET_x10 0x10
-#define MOVE_TARGET_BOTH 0x8
-#define MOVE_TARGET_FOES_AND_ALLY 0x20
-#define MOVE_TARGET_OPPONENTS_FIELD 0x40
+#define MOVE_TARGET_SELECTED 0x0
+#define MOVE_TARGET_DEPENDS 0x1
+#define MOVE_TARGET_USER_OR_SELECTED 0x2
+#define MOVE_TARGET_RANDOM 0x4
+#define MOVE_TARGET_BOTH 0x8
+#define MOVE_TARGET_USER 0x10
+#define MOVE_TARGET_FOES_AND_ALLY 0x20
+#define MOVE_TARGET_OPPONENTS_FIELD 0x40
// defines for the u8 array gTypeEffectiveness
#define TYPE_EFFECT_ATK_TYPE(i)((gTypeEffectiveness[i + 0]))