summaryrefslogtreecommitdiff
path: root/engine/init_hof_credits.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/init_hof_credits.asm')
-rw-r--r--engine/init_hof_credits.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/init_hof_credits.asm b/engine/init_hof_credits.asm
index 8e3db75eb..e72ae011c 100644
--- a/engine/init_hof_credits.asm
+++ b/engine/init_hof_credits.asm
@@ -63,7 +63,7 @@ InitDisplayForRedCredits: ; 4e8c2
ResetDisplayBetweenHallOfFameMons: ; 4e906
ld a, [rSVBK]
push af
- ld a, $6
+ ld a, BANK(wDecompressScratch)
ld [rSVBK], a
ld hl, wDecompressScratch
ld bc, wScratchAttrMap - wDecompressScratch