Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 68611cf

Browse files
committed
fixed crash on exiting from GetSine
1 parent ba6e6aa commit 68611cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Main.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,7 @@ GetSine:
825825
ld hl,CosineTable
826826
add hl,bc
827827
ld e,[hl]
828+
resbank
828829
ret
829830

830831
section "Sine table",romx

0 commit comments

Comments
 (0)