aboutsummaryrefslogtreecommitdiff
path: root/modes/loading.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'modes/loading.gbasm')
-rw-r--r--modes/loading.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/loading.gbasm b/modes/loading.gbasm
index dea6e89..df1bd24 100644
--- a/modes/loading.gbasm
+++ b/modes/loading.gbasm
@@ -12,7 +12,7 @@ Loading_VBLANK_Entrypoint:
LD A, $0a
LD $reg_lyc, A
.ENABLE_LYC_INTERRUPT
- .RESET_STAT_INTERRUPT
+ .RESET_INTERRUPTS
EI
CALL =Pad_Button_Check