diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-18 08:58:38 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-18 08:58:38 +0000 |
commit | 1c4d420047bddfaeb09e72add72f49987434ef34 (patch) | |
tree | 5072248f49a47234dd05f4ea122b958947ee1f9d /src/engine/home.asm | |
parent | 4155ce971b75265261b473dff137d37fa11d9409 (diff) |
Extract compressed data
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index b0971cf..4e6e4cb 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -1621,7 +1621,7 @@ DecompressData: ; 08de (0:08de) inc hl ; wDecompCommandByte jr nz, .read_command_bit dec hl ; wDecompNumCommandBitsLeft - ld [hl], $8 ; number of bits + ld [hl], 8 ; number of bits inc hl ; wDecompCommandByte ld a, [bc] inc bc |