From f76691215c63bd3491ca427cbdc2289a6eb1063d Mon Sep 17 00:00:00 2001 From: Thomas Achatz <30968528+shadeRed@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:31:23 -0500 Subject: [PATCH] update rupeeWalletColors dimensions --- soh/src/code/z_parameter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/src/code/z_parameter.c b/soh/src/code/z_parameter.c index c39225197..6c8b1aee0 100644 --- a/soh/src/code/z_parameter.c +++ b/soh/src/code/z_parameter.c @@ -3127,7 +3127,7 @@ void Interface_Draw(GlobalContext* globalCtx) { static s16 rupeeDigitsCount[] = { 2, 3, 3 }; // 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) { 0x82, 0x82, 0xFF }, // Adult's Wallet (Blue) { 0xFF, 0x64, 0x64 }, // Giant's Wallet (Red)