summaryrefslogtreecommitdiff
path: root/home/serial.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-02 19:32:12 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-02 19:32:12 -0500
commit980153ac472870602a51779dbff623ea0072ed98 (patch)
tree2b2dff050cd78bbab58e9f8af7d5baaada22e1ff /home/serial.asm
parent356aa1a0c394124579f5fbc80981260fa4fc5d5a (diff)
Group some link.asm code into "paragraphs"
Diffstat (limited to 'home/serial.asm')
-rw-r--r--home/serial.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/serial.asm b/home/serial.asm
index 0e42b9c0..808111d5 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -81,6 +81,7 @@ Serial::
reti
Serial_ExchangeBytes::
+; send bc bytes from hl, receive bc bytes to de
ld a, TRUE
ldh [hSerialIgnoringInitialData], a