Explain wCreditsBlankFrame2bpp

This commit is contained in:
Rangi 2018-08-26 13:23:40 -04:00
parent d2053c12c2
commit cb32c895e4
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1069,7 +1069,7 @@ wc9f9:: ds 7
UNION ; ca00
; blank credits tile buffer
wCreditsBlankFrame2bpp:: ds 16 tiles
wCreditsBlankFrame2bpp:: ds 4 * 4 tiles
wCreditsBlankFrame2bppEnd::
NEXTU ; ca00