summaryrefslogtreecommitdiff
path: root/macros/scripts/text.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-08-25 22:38:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-08-25 22:38:57 -0400
commit4c8c5c10a8c7619cfadf68072f2c52ae0e724386 (patch)
tree071be85766d4f582951e106b5716c7a1eda5bc26 /macros/scripts/text.asm
parent3eacab563d0e1ab5557c2443556a7a5e58d14cad (diff)
Use rgbasm's GameBoy graphics literal for initializing wCreditsFaux2bpp
In the 2BPP format, two bytes %ABCDEFGH %abcdefgh define eight pixels %Aa %Bb %Cc %Dd %Ee %Ff %Gg %Hh. Four valid colors: %00 = 0 = white, %01 = 1 = dark, %10 = 2 = light, %11 = 3 = black. Thus `22222222 = pixels %10 %10 %10 %10 %10 %10 %10 %10 = bytes %11111111 %00000000 = $ff00.
Diffstat (limited to 'macros/scripts/text.asm')
0 files changed, 0 insertions, 0 deletions