diff options
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 |