summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-08-26 13:23:40 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-08-26 13:23:40 -0400
commitcb32c895e479f4a470ca7fb113dc8db870302a5e (patch)
tree3a017f42d07cbedf1b707cbd6fafce97df517726 /engine
parentd2053c12c231765b023f5736b3b65c813d1898da (diff)
Explain wCreditsBlankFrame2bpp
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