Without typo this time.

This commit is contained in:
Randy Thiemann 2023-10-21 19:35:14 +02:00
parent f1a341a751
commit 63db6081ff
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -481,14 +481,14 @@ DoHold:
.ldb3 .ldb3
ldh a, [hBState] ldh a, [hBState]
cp a, 0 cp a, 0
cp z, .checkIRSHB jr z, .checkIRSHB
ld a, $FF ld a, $FF
ldh [hBState], a ldh [hBState], a
jr .cp3 jr .cp3
.lda3 .lda3
ldh a, [hAState] ldh a, [hAState]
cp a, 0 cp a, 0
cp z, .checkIRSHB jr z, .checkIRSHB
ld a, $FF ld a, $FF
ldh [hAState], a ldh [hAState], a
.cp3 .cp3