aboutsummaryrefslogtreecommitdiffstats
path: root/engine/printer
diff options
context:
space:
mode:
Diffstat (limited to 'engine/printer')
-rw-r--r--engine/printer/printer.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/printer/printer.asm b/engine/printer/printer.asm
index fd4002c5..f0d2cb34 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -432,7 +432,7 @@ PrinterDebug:
Printer_CheckPressingB:
ldh a, [hJoyHeld]
- and B_BUTTON
+ and PAD_B
jr nz, .quit
and a
ret