aboutsummaryrefslogtreecommitdiff
path: root/modes/dialoguemenu.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-04-08 14:15:40 +0200
committerAstatin <[email protected]>2025-04-08 14:15:40 +0200
commit51bdddd2ee8357950d785a60b887730368527277 (patch)
treea42d8b10221605c77240004795f227988b21a9c2 /modes/dialoguemenu.gbasm
parent85c478d0c2368c0a38fa3e6aa4d4e9070ea63fc3 (diff)
Fix frame specific and sameboy specific bug with loading screens
Diffstat (limited to 'modes/dialoguemenu.gbasm')
-rw-r--r--modes/dialoguemenu.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/dialoguemenu.gbasm b/modes/dialoguemenu.gbasm
index 5138c40..4f8e410 100644
--- a/modes/dialoguemenu.gbasm
+++ b/modes/dialoguemenu.gbasm
@@ -15,7 +15,7 @@ Dialogue_VBLANK_Entrypoint:
LD A, $0a
LD $reg_lyc, A
.ENABLE_LYC_INTERRUPT
- .RESET_STAT_INTERRUPT
+ .RESET_INTERRUPTS
EI
CALL =Pad_Button_Check