mirror of
https://github.com/DarkStore-3DS/bannertool.git
synced 2026-07-03 00:39:33 +00:00
Banners should use RGBA4444 color.
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user