From 25aeae6e2e6e865104ad37112091600abfb02117 Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Thu, 18 Feb 2021 20:35:40 +0000 Subject: Fix typos --- src/engine/bank20.asm | 2 +- src/wram.asm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3