mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
4c8c5c10a8
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. |
||
---|---|---|
.. | ||
credits.asm | ||
crystal_intro.asm | ||
evolution_animation.asm | ||
gbc_only.asm | ||
init_hof_credits.asm | ||
title.asm | ||
trade_animation.asm | ||
unused_title.asm |