aboutsummaryrefslogtreecommitdiff
path: root/modes/dungeon.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'modes/dungeon.gbasm')
-rw-r--r--modes/dungeon.gbasm6
1 files changed, 3 insertions, 3 deletions
diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm
index 41fc11d..bd3515e 100644
--- a/modes/dungeon.gbasm
+++ b/modes/dungeon.gbasm
@@ -88,7 +88,7 @@ STAT_Entrypoint:
LD $reg_bg_palette, A
LD A, $77
LD $reg_lyc, A
- .RESET_STAT_INTERRUPT
+ .RESET_INTERRUPTS
POP DE
POP AF
RETI
@@ -103,7 +103,7 @@ STAT_Entrypoint:
.DISABLE_DIALOGUE
LD A, $67
LD $reg_lyc, A
- .RESET_STAT_INTERRUPT
+ .RESET_INTERRUPTS
POP DE
POP AF
RETI
@@ -136,7 +136,7 @@ Dungeon_VBLANK_Entrypoint:
LD A, $0a
LD $reg_lyc, A
.ENABLE_LYC_INTERRUPT
- .RESET_STAT_INTERRUPT
+ .RESET_INTERRUPTS
EI
CALL =Pad_Button_Check