diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-18 20:35:40 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-18 20:35:40 +0000 |
commit | 25aeae6e2e6e865104ad37112091600abfb02117 (patch) | |
tree | c90ee1bf570a7c4cfc4ebd46cd467fc4ed9784c6 /src/wram.asm | |
parent | 0321ab4252c27cbb9077621a8965762faae5da83 (diff) |
Fix typos
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wram.asm b/src/wram.asm index de91ebd..15910e7 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -577,9 +577,9 @@ wDecompCommandByte:: ; cad9 ; if bit 7 is changed from off to on, then ; decompression routine will read next two bytes -; for repeating previous sequence (num of bytes, offset) -; if changes from off to on, then the routine -; will only read one byte, and reuse previous num of bytes +; for repeating previous sequence (length, offset) +; if it changes from on to off, then the routine +; will only read one byte, and reuse previous length byte wDecompRepeatModeToggle:: ; cada ds $1 |