diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-21 00:52:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-10-21 00:52:10 -0400 |
commit | 3b20a18200befcf7da9a88ed5ae4fb57280ad8aa (patch) | |
tree | f2e1ee0f20111b1b39ee1d83d8464a31cf237122 /constants/battle_constants.asm | |
parent | 12666e3c70deb3a8859a22d32e31967cb971b69d (diff) |
Identify BATTLEACTION_D and _E (thanks, ax6)
Diffstat (limited to 'constants/battle_constants.asm')
-rw-r--r-- | constants/battle_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index e426b615e..a8a249a5b 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -240,8 +240,8 @@ SUBSTATUS_CURLED EQU 0 const BATTLEACTION_A const BATTLEACTION_B const BATTLEACTION_C - const BATTLEACTION_D - const BATTLEACTION_E + const BATTLEACTION_SKIPTURN + const BATTLEACTION_STRUGGLE const BATTLEACTION_FORFEIT ; wBattlePlayerAction |