diff options
author | Astatin <[email protected]> | 2025-03-18 20:02:28 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-18 20:02:28 +0900 |
commit | 22f57d7e37626b81c045d7b9090dec47d3784bcc (patch) | |
tree | 906df5527de1bf0963733b1abd8e25de190a44c8 /main.gbasm | |
parent | 579e73311319868d8b186e3442098358d839b3b3 (diff) |
Fix RET instead of RETI from interrupt
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ VBLANK_Entrypoint: LD $mem_loop_frame_timer, A .ENABLE_VBLANK_INTERRUPTS - RET + RETI STAT_Entrypoint: PUSH AF |