summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-rw-r--r--engine/movie/credits.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/engine/movie/credits.asm b/engine/movie/credits.asm
index 8420725f3..2d783b962 100644
--- a/engine/movie/credits.asm
+++ b/engine/movie/credits.asm
@@ -22,7 +22,10 @@ Credits::
ld hl, wCreditsBlankFrame2bpp
ld c, (wCreditsBlankFrame2bppEnd - wCreditsBlankFrame2bpp) / 2
- ld de, `22222222 ; eight pixels, each with color #2
+ ld de, `22222222 ; eight pixels, each color #2 (dark)
+
+; Fill wCreditsBlankFrame2bpp with 4x4=16 tiles, all solid dark color
+; (the same color used for the four border frame mons' backgrounds)
.load_loop
ld a, e