summaryrefslogtreecommitdiff
path: root/engine/printer_serial.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-01-23 17:39:09 -0500
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-01-23 17:39:09 -0500
commita1951cefc09035e11077a433b28ec8c66b3b03db (patch)
tree4de98db5a6edb6d74192028d50893da2b764421f /engine/printer_serial.asm
parent79bd48f85c7dd1868264e290b12dad17a6e25b95 (diff)
Prefix wram labels with w, part 2.
Diffstat (limited to 'engine/printer_serial.asm')
-rwxr-xr-xengine/printer_serial.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/printer_serial.asm b/engine/printer_serial.asm
index 02d0595fa..4e0d10851 100755
--- a/engine/printer_serial.asm
+++ b/engine/printer_serial.asm
@@ -9,7 +9,7 @@ Printer_StartTransmission: ; 84000
ld [wPrinterOpcode], a
ld hl, wPrinterConnectionOpen
set 0, [hl]
- ld a, [GBPrinter]
+ ld a, [wGBPrinter]
ld [wGBPrinterSettings], a
xor a
ld [wJumptableIndex], a