Skip to content

Commit

Permalink
Update bit_fx.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
zx70 committed Jun 21, 2024
1 parent 0f67f68 commit 37bc07b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libsrc/games/bit_fx.asm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,9 @@ zap0:
call bit_open_di
ld h, 4
zap0_1:
ld b, (hl)
ld a, (hl)
or 8
ld b,a
dec hl
zap0_2:
IF __CPU_INTEL__
Expand Down

0 comments on commit 37bc07b

Please sign in to comment.