summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/movie/credits.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/movie/credits.asm b/engine/movie/credits.asm
index f3939004c..8420725f3 100644
--- a/engine/movie/credits.asm
+++ b/engine/movie/credits.asm
@@ -20,8 +20,8 @@ Credits::
call ClearTileMap
call ClearSprites
- ld hl, wCreditsFaux2bpp
- ld c, wCreditsFaux2bppEnd - wCreditsFaux2bpp
+ ld hl, wCreditsBlankFrame2bpp
+ ld c, (wCreditsBlankFrame2bppEnd - wCreditsBlankFrame2bpp) / 2
ld de, `22222222 ; eight pixels, each with color #2
.load_loop
@@ -561,7 +561,7 @@ Credits_LoadBorderGFX:
ret
.init
- ld hl, wCreditsFaux2bpp
+ ld hl, wCreditsBlankFrame2bpp
ret
.Frames: