From 40d32ea4e266fa2e87f344d50ba854d53b02fba3 Mon Sep 17 00:00:00 2001 From: dannye <33dannye@gmail.com> Date: Sun, 10 Oct 2021 14:35:37 -0500 Subject: Split bank 3 --- src/home/decompress.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/home') 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," -- cgit v1.2.3