summaryrefslogtreecommitdiff
path: root/src/home/decompress.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-10-10 14:35:37 -0500
committerdannye <33dannye@gmail.com>2021-10-10 14:35:37 -0500
commit40d32ea4e266fa2e87f344d50ba854d53b02fba3 (patch)
tree56dc343bff6be04c7763459b9336f59424d73101 /src/home/decompress.asm
parent3ceaa8f66011c828daab46fd251d238ce9494131 (diff)
Split bank 3
Diffstat (limited to 'src/home/decompress.asm')
-rw-r--r--src/home/decompress.asm2
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,"