Don't spawn Fado and the carpenter's son at once

This commit is contained in:
lilDavid
2022-08-12 17:05:29 -05:00
parent 282192eb5e
commit e9354cc9a1
4 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -2578,7 +2578,7 @@ bool Inventory_HatchPocketCucco(GlobalContext* globalCtx) {
return Inventory_ReplaceItem(globalCtx, ITEM_POCKET_EGG, ITEM_POCKET_CUCCO);
}
if (!(gSaveContext.adultTradeItems & ADULT_TRADE_FLAG(ITEM_POCKET_EGG))) {
if (!PLAYER_HAS_SHUFFLED_ADULT_TRADE_ITEM(ITEM_POCKET_EGG)) {
return 0;
}