diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-09-17 20:39:44 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-09-17 20:39:44 +0200 |
commit | f822834131d68e7262055ec8fe89d13865c673f2 (patch) | |
tree | 8f40b9f0ce330f51947c2d9a78163c371a7e1688 /src/engine/home.asm | |
parent | 8ec2320a09308ee7f43ef92e4cd476c1deb8a2ea (diff) |
unknown2 param of move struct is actually its animation
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-x | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index b625718..f2faa33 100755 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -2868,7 +2868,7 @@ Func_1828: ; 1828 (0:1828) text_hl DamageToSelfDueToConfusionText call DrawWideTextBox_PrintText ld a, $75 - ld [wLoadedMoveUnknown2], a + ld [wLoadedMoveAnimation], a ld a, $14 call Func_195c call Func_1bb4 |