diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 10:44:33 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-19 10:44:33 -0500 |
commit | 52993d20efd5315c9d3e2e684a84456783717fc8 (patch) | |
tree | 8d5a7e85cb9abacca36b237fd80e90e2cf3038af | |
parent | e69544b61f5014b77852567efc3b78bc56982a20 (diff) |
Keep hex address until surrounding code is cleaned up
-rwxr-xr-x | mobile/mobile_46.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index 48516ea7a..683ecda37 100755 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -967,9 +967,9 @@ Function11878d: ; 11878d (46:478d) bit 0, [hl] jr nz, .asm_118803 set 0, [hl] - ld a, BANK(wDecompressScratch) + ld a, $6 ld [rSVBK], a - ld de, wDecompressScratch + ld de, $d000 ld bc, $1000 ld a, [hl] sla a |