mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
update blue rgb
This commit is contained in:
parent
795a10f0eb
commit
8c9f8fcab5
1 changed files with 1 additions and 1 deletions
|
@ -3126,7 +3126,7 @@ void Interface_Draw(GlobalContext* globalCtx) {
|
|||
static s16 rupeeDigitsFirst[] = { 1, 0, 0 };
|
||||
static s16 rupeeDigitsCount[] = { 2, 3, 3 };
|
||||
static s16 rupeeIconGreen[] = { 200, 255, 100 };
|
||||
static s16 rupeeIconBlue[] = { 100, 200, 255 };
|
||||
static s16 rupeeIconBlue[] = { 100, 100, 255 };
|
||||
static s16 rupeeIconRed[] = { 255, 100, 100 };
|
||||
static s16 spoilingItemEntrances[] = { 0x01AD, 0x0153, 0x0153 };
|
||||
static f32 D_80125B54[] = { -40.0f, -35.0f }; // unused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue