mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 15:15:33 -07:00
Add another flag to skip mask shop
This commit is contained in:
parent
2c63321638
commit
983ab139d5
1 changed files with 1 additions and 0 deletions
|
@ -521,6 +521,7 @@ void Sram_InitSave(FileChooseContext* fileChooseCtx) {
|
||||||
|
|
||||||
// complete mask quest
|
// complete mask quest
|
||||||
if (Randomizer_GetSettingValue(RSK_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] |= 0x100; // Sold Keaton Mask
|
||||||
gSaveContext.itemGetInf[3] |= 0x200; // Sold Skull Mask
|
gSaveContext.itemGetInf[3] |= 0x200; // Sold Skull Mask
|
||||||
gSaveContext.itemGetInf[3] |= 0x400; // Sold Spooky Mask
|
gSaveContext.itemGetInf[3] |= 0x400; // Sold Spooky Mask
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue