diff options
author | dannye <33dannye@gmail.com> | 2021-10-10 14:35:37 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-10-10 14:35:37 -0500 |
commit | 40d32ea4e266fa2e87f344d50ba854d53b02fba3 (patch) | |
tree | 56dc343bff6be04c7763459b9336f59424d73101 /src/home/decompress.asm | |
parent | 3ceaa8f66011c828daab46fd251d238ce9494131 (diff) |
Split bank 3
Diffstat (limited to 'src/home/decompress.asm')
-rw-r--r-- | src/home/decompress.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/decompress.asm b/src/home/decompress.asm index dda25f4..b8952cc 100644 --- a/src/home/decompress.asm +++ b/src/home/decompress.asm @@ -56,7 +56,7 @@ DecompressData: ; decompression works as follows: ; first a command byte is read that will dictate how the ; following bytes will be copied -; the position will then move to the next byte (0xXY), and +; the position will then move to the next byte (0xXY), and ; the command byte's bits are read from higher to lower bit ; - if command bit is set, then copy 0xXY to buffer; ; - if command bit is not set, then decompression enters "repeat mode," |