Roc's Feather: avoid OOB access to gItemAgeReqs (#6297)

This fix is a bit blunt, but in the absence of a better idea it exists
This commit is contained in:
Philip Dubé
2026-03-01 14:55:16 +00:00
committed by GitHub
parent b07c64ecf9
commit 0a946e5b9d
3 changed files with 2 additions and 5 deletions

View File

@@ -592,7 +592,7 @@ void Play_Init(GameState* thisx) {
gSlotAgeReqs[SLOT_TRADE_CHILD] = AGE_REQ_CHILD;
}
// Handle Rocs Feather requiement
// Handle Rocs Feather requirement
gItemAgeReqs[ITEM_ROCS_FEATHER] = AGE_REQ_NONE;
gSlotAgeReqs[SLOT_NAYRUS_LOVE] = AGE_REQ_NONE;