Merge pull request #517 from mid-kid/master

Some fixes all around
This commit is contained in:
yenatch
2018-06-05 07:04:54 -04:00
committed by GitHub
12 changed files with 410 additions and 405 deletions

View File

@@ -399,11 +399,11 @@ PokeAnim_DoAnimScript: ; d0250
.RunAnim: ; d0261
call PokeAnim_GetPointer
ld a, [wPokeAnimCommand]
cp -1
cp endanim_command
jr z, PokeAnim_End
cp -2
cp setrepeat_command
jr z, .SetRepeat
cp -3
cp dorepeat_command
jr z, .DoRepeat
call PokeAnim_GetFrame
ld a, [wPokeAnimParameter]