mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-21 19:45:10 +00:00
Colorize cap logo according to player's palette
This commit is contained in:
parent
dafa5536a1
commit
59748737f1
6 changed files with 2 additions and 2 deletions
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 |
BIN
actors/mario/custom_mario_logo.rgba16.png
Normal file
BIN
actors/mario/custom_mario_logo.rgba16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
|
@ -48,7 +48,7 @@ ALIGNED8 static const u8 mario_texture_yellow_button[] = {
|
|||
|
||||
// 0x04001890
|
||||
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
|
||||
|
|
BIN
actors/mario_cap/custom_mario_cap_logo.rgba16.png
Normal file
BIN
actors/mario_cap/custom_mario_cap_logo.rgba16.png
Normal file
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue