Banners should use RGBA4444 color.

This commit is contained in:
Steveice10
2015-01-25 10:32:01 -08:00
parent c0c54f81cb
commit 5bfa933559
5 changed files with 32 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ u8* build_cbmd_data(CBMD cbmd, u32* size, bool bnr) {
u32 pad = 0;
if(bnr) {
pad = 16 - (offset % 16);
pad = 0x10 - (offset % 0x10);
offset += pad;
}