diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-02 19:32:14 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-02 19:32:14 -0500 |
| commit | 01d6e6c75843fdc0035499ce0214c19be74a9bda (patch) | |
| tree | 89970e7b4dd3068dde84261dd0381dcade92d695 /home | |
| parent | 1756a553f7563ddb419490fd1d583e3e215faf09 (diff) | |
Group some link.asm code into "paragraphs"
Diffstat (limited to 'home')
| -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 f6e9e7db7..c5394355e 100644 --- a/home/serial.asm +++ b/home/serial.asm @@ -89,6 +89,7 @@ Serial:: reti Serial_ExchangeBytes:: +; send bc bytes from hl, receive bc bytes to de ld a, TRUE ldh [hSerialIgnoringInitialData], a |
