diff options
author | xCrystal <rgr.crystal@gmail.com> | 2019-07-22 22:51:01 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2019-07-22 22:51:01 +0200 |
commit | 0d2dce27ff7ad77a12f5182bbb8618d871446aa4 (patch) | |
tree | 77f34164f2d9dc7ae5ee019704cfb44cfb527d47 /src/constants | |
parent | a0bb31e3ad38896ae69ff1500346e3f732284773 (diff) |
Fix accidentailly renamed label
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/duel_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/duel_constants.asm b/src/constants/duel_constants.asm index 0f80a73..dd61a44 100644 --- a/src/constants/duel_constants.asm +++ b/src/constants/duel_constants.asm @@ -180,7 +180,7 @@ EFFECTCMDTYPE_UNKNOWN_08 EQU $08 const OPPACTION_EXECUTE_TRAINER_EFFECTS ; $07 const OPPACTION_BEGIN_ATTACK ; $08 const OPPACTION_USE_ATTACK ; $09 - const OPPACTION_DEAL_ATTACK_DAMAGE ; $0a + const OPPACTION_ATTACK_ANIM_AND_DAMAGE ; $0a const OPPACTION_DRAW_CARD ; $0b const OPPACTION_USE_PKMN_POWER ; $0c const OPPACTION_EXECUTE_PKMN_POWER_EFFECT ; $0d |