mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
update rupeeWalletColors dimensions
This commit is contained in:
parent
a0fe168302
commit
f76691215c
1 changed files with 1 additions and 1 deletions
|
@ -3127,7 +3127,7 @@ void Interface_Draw(GlobalContext* globalCtx) {
|
||||||
static s16 rupeeDigitsCount[] = { 2, 3, 3 };
|
static s16 rupeeDigitsCount[] = { 2, 3, 3 };
|
||||||
|
|
||||||
// courtesy of https://github.com/TestRunnerSRL/OoT-Randomizer/blob/Dev/ASM/c/hud_colors.c
|
// courtesy of https://github.com/TestRunnerSRL/OoT-Randomizer/blob/Dev/ASM/c/hud_colors.c
|
||||||
static s16 rupeeWalletColors[4][3] = {
|
static s16 rupeeWalletColors[3][3] = {
|
||||||
{ 0xC8, 0xFF, 0x64 }, // Base Wallet (Green)
|
{ 0xC8, 0xFF, 0x64 }, // Base Wallet (Green)
|
||||||
{ 0x82, 0x82, 0xFF }, // Adult's Wallet (Blue)
|
{ 0x82, 0x82, 0xFF }, // Adult's Wallet (Blue)
|
||||||
{ 0xFF, 0x64, 0x64 }, // Giant's Wallet (Red)
|
{ 0xFF, 0x64, 0x64 }, // Giant's Wallet (Red)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue