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 | |
parent | 0321ab4252c27cbb9077621a8965762faae5da83 (diff) |
Fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/engine/bank20.asm | 2 | ||||
-rw-r--r-- | src/wram.asm | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/bank20.asm b/src/engine/bank20.asm index 3ca89a0..8a3260c 100644 --- a/src/engine/bank20.asm +++ b/src/engine/bank20.asm @@ -135,7 +135,7 @@ LoadTilemap: ; 80082 (20:4082) .Decompress ; 800e0 (20:40e0) ; if wBGMapCGBMode is true, then use double wBGMapWidth ; since one "width" length goes to VRAM0 -; and the onther "width" length goes to VRAM1 +; and the other "width" length goes to VRAM1 push hl ld hl, wd28e ld a, [wBGMapWidth] 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 |