diff --git a/src/res/sources/sfx.fur b/src/res/sources/sfx.fur index b3b3232..4710904 100644 Binary files a/src/res/sources/sfx.fur and b/src/res/sources/sfx.fur differ diff --git a/src/res/sources/sfx.vgm b/src/res/sources/sfx.vgm index bc77c8a..02e2162 100644 Binary files a/src/res/sources/sfx.vgm and b/src/res/sources/sfx.vgm differ diff --git a/src/state_gameplay.asm b/src/state_gameplay.asm index 0c3c7ed..fd67bf6 100644 --- a/src/state_gameplay.asm +++ b/src/state_gameplay.asm @@ -481,14 +481,14 @@ DoHold: .ldb3 ldh a, [hBState] cp a, 0 - cp z, .checkIRSHB + jr z, .checkIRSHB ld a, $FF ldh [hBState], a jr .cp3 .lda3 ldh a, [hAState] cp a, 0 - cp z, .checkIRSHB + jr z, .checkIRSHB ld a, $FF ldh [hAState], a .cp3