aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/trainer_ai.asm
diff options
context:
space:
mode:
authorVortyne <104168801+Vortyne@users.noreply.github.com>2023-03-25 23:31:59 -0400
committerGitHub <noreply@github.com>2023-03-25 23:31:59 -0400
commit17eaf761e38cea827320f984cfaaa1527276ab15 (patch)
tree69aa1864f8e8a23a5234cf3fab767374a8183b18 /engine/battle/trainer_ai.asm
parentDex weights are in tenths of a pound (diff)
downloadpokeyellow-17eaf761e38cea827320f984cfaaa1527276ab15.tar.gz
pokeyellow-17eaf761e38cea827320f984cfaaa1527276ab15.tar.xz
pokeyellow-17eaf761e38cea827320f984cfaaa1527276ab15.zip
Name some unnamed animation constants (#396)
Diffstat (limited to 'engine/battle/trainer_ai.asm')
-rw-r--r--engine/battle/trainer_ai.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/trainer_ai.asm b/engine/battle/trainer_ai.asm
index 2ef60f5b..e21a3492 100644
--- a/engine/battle/trainer_ai.asm
+++ b/engine/battle/trainer_ai.asm
@@ -713,7 +713,7 @@ AIIncreaseStat:
ld a, [hl]
push af
push hl
- ld a, ANIM_AF
+ ld a, XSTATITEM_DUPLICATE_ANIM
ld [hli], a
ld [hl], b
callfar StatModifierUpEffect