diff options
Diffstat (limited to 'engine/healmachineanim.asm')
-rwxr-xr-x | engine/healmachineanim.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/healmachineanim.asm b/engine/healmachineanim.asm index 2b8f3b868..5162b3830 100755 --- a/engine/healmachineanim.asm +++ b/engine/healmachineanim.asm @@ -218,9 +218,9 @@ INCBIN "gfx/unknown/0123fc.2bpp" ld [hld], a ld a, e ld [hli], a -rept 3 inc hl -endr + inc hl + inc hl dec c jr nz, .palette_loop_2 pop de |