fix: missing break statement (#6572)

This commit is contained in:
khbsd 2025-04-10 12:27:44 -05:00 committed by GitHub
parent 7ff50e3586
commit 8bdad34211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1182,6 +1182,7 @@ static u8 GetMaxLevelOfSpeciesInWildTable(const struct WildPokemon *wildMon, u16
default:
case WILD_AREA_FISHING:
case WILD_AREA_HIDDEN:
break;
}
for (i = 0; i < numMon; i++)