aboutsummaryrefslogtreecommitdiffstats
path: root/home/printer.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/printer.asm')
-rw-r--r--home/printer.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/printer.asm b/home/printer.asm
index 2591567b..2b083681 100644
--- a/home/printer.asm
+++ b/home/printer.asm
@@ -22,7 +22,7 @@ SerialFunction::
ldh [rSB], a
ld a, $1
ldh [rSC], a
- ld a, START_TRANSFER_INTERNAL_CLOCK
+ ld a, SC_START | SC_INTERNAL
ldh [rSC], a
ret