aboutsummaryrefslogtreecommitdiff
path: root/main.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-03-18 20:02:28 +0900
committerAstatin <[email protected]>2025-03-18 20:02:28 +0900
commit22f57d7e37626b81c045d7b9090dec47d3784bcc (patch)
tree906df5527de1bf0963733b1abd8e25de190a44c8 /main.gbasm
parent579e73311319868d8b186e3442098358d839b3b3 (diff)
Fix RET instead of RETI from interrupt
Diffstat (limited to 'main.gbasm')
-rw-r--r--main.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.gbasm b/main.gbasm
index 699238c..523e924 100644
--- a/main.gbasm
+++ b/main.gbasm
@@ -260,7 +260,7 @@ VBLANK_Entrypoint:
LD $mem_loop_frame_timer, A
.ENABLE_VBLANK_INTERRUPTS
- RET
+ RETI
STAT_Entrypoint:
PUSH AF