aboutsummaryrefslogtreecommitdiffstats
path: root/engine/printer/printer2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/printer/printer2.asm')
-rw-r--r--engine/printer/printer2.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/printer/printer2.asm b/engine/printer/printer2.asm
index 1f8ac975..407aee8a 100644
--- a/engine/printer/printer2.asm
+++ b/engine/printer/printer2.asm
@@ -190,7 +190,7 @@ PrinterDebug_LoadGFX:
lb bc, BANK(GFX_ea597), (GFX_ea597End - GFX_ea597) / 16
call CopyVideoData
- ld hl, wOAMBuffer + 32 * 4
+ ld hl, wShadowOAMSprite32
ld a, $8
ld c, $8
.loop
@@ -212,7 +212,7 @@ INCBIN "gfx/printer/01.2bpp"
GFX_ea597End:
PrinterDebug_ConvertStatusFlagsToTiles:
- ld hl, wOAMBuffer + 32 * 4 + 2
+ ld hl, wShadowOAMSprite32TileID
ld de, 4
ld a, [wPrinterStatusFlags]
ld c, 8
@@ -610,7 +610,7 @@ PrinterDebug_PrepOAMForPrinting:
ld bc, $20
xor a
call FillMemory
- ld hl, wOAMBuffer
+ ld hl, wShadowOAM
ld c, $28
.master_loop
push bc