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/engine | |
parent | 0321ab4252c27cbb9077621a8965762faae5da83 (diff) |
Fix typos
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/bank20.asm | 2 |
1 files changed, 1 insertions, 1 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] |