summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-19 00:54:38 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-19 00:54:38 -0500
commitd7afa764c80310e023edee5b0f4855bfb943de34 (patch)
tree52d658f609d1103ea3ee54dd3d48c742b6e754de
parentc861ff5af3ad996b9ac3b02769e21a18b4c259f9 (diff)
wrong bank
-rwxr-xr-xmobile/mobile_46.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm
index 81066a1d1..48516ea7a 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, $6
+ ld a, BANK(wDecompressScratch)
ld [rSVBK], a
- ld de, w3_d000
+ ld de, wDecompressScratch
ld bc, $1000
ld a, [hl]
sla a