Banners should use RGBA4444 color.

This commit is contained in:
Steven Smith
2015-01-25 10:32:01 -08:00
parent d7e741c9b3
commit 65d12313e6
5 changed files with 32 additions and 20 deletions
+1 -1
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;
}