summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-23 12:47:07 -0700
committeryenatch <yenatch@gmail.com>2014-06-23 12:47:52 -0700
commitd6fbdfb8decf6231d6b43fbfcba63f9ce60308dc (patch)
tree8190d5b11ebec4505c5494baf74b339ae9c82078 /constants
parent32a5f21cc7c35b2580ae2c5f3709676dd8ca8405 (diff)
More comments and constants in move effect command code.
Also add SUBSTATUS_IN_LOOP for multi-hit moves.
Diffstat (limited to 'constants')
-rw-r--r--constants/battle_constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm
index b6d663809..f5dbe0b42 100644
--- a/constants/battle_constants.asm
+++ b/constants/battle_constants.asm
@@ -101,6 +101,7 @@ SUBSTATUS_FLYING EQU 6
SUBSTATUS_UNDERGROUND EQU 5
SUBSTATUS_CHARGED EQU 4
SUBSTATUS_FLINCHED EQU 3
+SUBSTATUS_IN_LOOP EQU 2
SUBSTATUS_RAMPAGE EQU 1
SUBSTATUS_BIDE EQU 0