From cb32c895e479f4a470ca7fb113dc8db870302a5e Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 26 Aug 2018 13:23:40 -0400 Subject: Explain wCreditsBlankFrame2bpp --- engine/movie/credits.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engine') 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 -- cgit v1.2.3