mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
Update z_parameter.c
This commit is contained in:
parent
68cc6c528f
commit
a0fe168302
1 changed files with 1 additions and 2 deletions
|
@ -3131,7 +3131,6 @@ void Interface_Draw(GlobalContext* globalCtx) {
|
||||||
{ 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)
|
||||||
{ 0xFF, 0x5A, 0xFF }, // Tycoon's Wallet (Purple)
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static s16 spoilingItemEntrances[] = { 0x01AD, 0x0153, 0x0153 };
|
static s16 spoilingItemEntrances[] = { 0x01AD, 0x0153, 0x0153 };
|
||||||
|
@ -3176,7 +3175,7 @@ void Interface_Draw(GlobalContext* globalCtx) {
|
||||||
|
|
||||||
if (fullUi) {
|
if (fullUi) {
|
||||||
// Rupee Icon
|
// Rupee Icon
|
||||||
s16 *rColor;
|
s16* rColor;
|
||||||
|
|
||||||
if (CVar_GetS32("gDynamicWalletIcon", 0)) {
|
if (CVar_GetS32("gDynamicWalletIcon", 0)) {
|
||||||
rColor = &rupeeWalletColors[CUR_UPG_VALUE(UPG_WALLET)];
|
rColor = &rupeeWalletColors[CUR_UPG_VALUE(UPG_WALLET)];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue