summaryrefslogtreecommitdiff
path: root/include/constants/battle.h
diff options
context:
space:
mode:
authorshinny456 <shinny456@users.noreply.github.com>2019-01-19 10:44:58 -0500
committershinny456 <shinny456@users.noreply.github.com>2019-01-19 10:44:58 -0500
commit1b30da21d9a0f1264ba3649e725ac1a62eca3e3a (patch)
tree3105ab0101ffd0768589279130163a971c8365ca /include/constants/battle.h
parent8a5fce7837b7314adb9bf6996ef06c009e853c29 (diff)
parent6857b73ee348b16ecbd11d3dd12de022c08af3a5 (diff)
merge trainer hill changes
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 acb0f6689..346d5d9ea 100644
--- a/include/constants/battle.h
+++ b/include/constants/battle.h
@@ -174,7 +174,7 @@
#define HITMARKER_GRUDGE 0x01000000
#define HITMARKER_OBEYS 0x02000000
#define HITMARKER_x4000000 0x04000000
-#define HITMARKER_x8000000 0x08000000
+#define HITMARKER_CHARGING 0x08000000
#define HITMARKER_FAINTED(battler) (gBitTable[battler] << 0x1C)
#define HITMARKER_UNK(battler) (0x10000000 << battler)