Battle animation data is like sprite animation data

This commit is contained in:
Remy Oukaour
2017-12-26 19:27:56 -05:00
parent 35a3a19fda
commit 9bc680bd6d
6 changed files with 1197 additions and 1202 deletions

View File

@@ -444,9 +444,9 @@ GetSpriteAnimFrame: ; 8d132
inc [hl]
call .GetPointer ; load pointer from SpriteAnimFrameData
ld a, [hli]
cp -2
cp dorestart_command
jr z, .restart
cp -1
cp endanim_command
jr z, .repeat_last
push af