Solved a bunch of -Wall errors on modern

This commit is contained in:
Eduardo Quezada
2023-09-20 19:01:08 -03:00
parent 003d7d7e2e
commit af210da972
122 changed files with 862 additions and 992 deletions
+1 -2
View File
@@ -1108,8 +1108,7 @@ static u8 GetSelectionIdFromPartyId(u8 partyId)
return partyId - numEggs;
}
// Unused
static u8 GetPartyIdFromSelectionId_(u8 selectionId)
static u8 UNUSED GetPartyIdFromSelectionId_(u8 selectionId)
{
return GetPartyIdFromSelectionId(selectionId);
}