From 983ab139d5a088c022ee4571c224e74d15237dff Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 5 Sep 2022 00:35:56 +0200 Subject: [PATCH] Add another flag to skip mask shop --- soh/src/code/z_sram.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/src/code/z_sram.c b/soh/src/code/z_sram.c index 9a9407277..524fe353f 100644 --- a/soh/src/code/z_sram.c +++ b/soh/src/code/z_sram.c @@ -521,6 +521,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) { // complete mask quest if (Randomizer_GetSettingValue(RSK_COMPLETE_MASK_QUEST)) { + gSaveContext.infTable[7] |= 0x80; // Soldier Wears Keaton Mask gSaveContext.itemGetInf[3] |= 0x100; // Sold Keaton Mask gSaveContext.itemGetInf[3] |= 0x200; // Sold Skull Mask gSaveContext.itemGetInf[3] |= 0x400; // Sold Spooky Mask