diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-02 19:32:12 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-02 19:32:12 -0500 |
commit | 980153ac472870602a51779dbff623ea0072ed98 (patch) | |
tree | 2b2dff050cd78bbab58e9f8af7d5baaada22e1ff /home/serial.asm | |
parent | 356aa1a0c394124579f5fbc80981260fa4fc5d5a (diff) |
Group some link.asm code into "paragraphs"
Diffstat (limited to 'home/serial.asm')
-rw-r--r-- | home/serial.asm | 1 |
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 |