diff options
author | Astatin <[email protected]> | 2025-03-07 23:53:01 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-03-07 23:53:01 +0900 |
commit | 957834ffafd4c82700e27fd9d69b695bb2247d97 (patch) | |
tree | 2dd9e91df065328d145754b6572c52d09c5afa34 /main.gbasm | |
parent | f56fac64f90feb0414a7372ea5897853738d110f (diff) |
Fix random timing based halt locks
Diffstat (limited to 'main.gbasm')
-rw-r--r-- | main.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ STAT_Entrypoint: .DISABLE_LYC_INTERRUPT POP DE POP AF - RET + RETI .End_Top_Bar: .DISABLE_DIALOGUE |