aboutsummaryrefslogtreecommitdiffstats
path: root/engine/printer/printer.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/printer/printer.asm')
-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 18bb18a6..d75dfbde 100644
--- a/engine/printer/printer.asm
+++ b/engine/printer/printer.asm
@@ -416,7 +416,7 @@ PrinterDebug:
xor a
ld [wPrinterConnectionOpen], a
ld [wPrinterOpcode], a
- ld hl, wOAMBuffer + 32 * 4
+ ld hl, wShadowOAMSprite32
ld bc, 8 * 4
xor a
call FillMemory