Colorize cap logo according to player's palette
This commit is contained in:
parent
dafa5536a1
commit
59748737f1
Binary file not shown.
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 316 B After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
|
@ -48,7 +48,7 @@ ALIGNED8 static const u8 mario_texture_yellow_button[] = {
|
||||||
|
|
||||||
// 0x04001890
|
// 0x04001890
|
||||||
ALIGNED8 static const u8 mario_texture_m_logo[] = {
|
ALIGNED8 static const u8 mario_texture_m_logo[] = {
|
||||||
#include "actors/mario/mario_logo.rgba16.inc.c"
|
#include "actors/mario/custom_mario_logo.rgba16.inc.c"
|
||||||
};
|
};
|
||||||
|
|
||||||
// 0x04002090
|
// 0x04002090
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
|
@ -25,7 +25,7 @@ ALIGNED8 static const u8 mario_cap_seg3_texture_0301CF50[] = {
|
||||||
|
|
||||||
// 0x0301DF50
|
// 0x0301DF50
|
||||||
ALIGNED8 static const u8 mario_cap_seg3_texture_0301DF50[] = {
|
ALIGNED8 static const u8 mario_cap_seg3_texture_0301DF50[] = {
|
||||||
#include "actors/mario_cap/mario_cap_logo.rgba16.inc.c"
|
#include "actors/mario_cap/custom_mario_cap_logo.rgba16.inc.c"
|
||||||
};
|
};
|
||||||
|
|
||||||
// 0x0301E750
|
// 0x0301E750
|
||||||
|
|
Loading…
Reference in New Issue