mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-13 05:26:53 -05:00
fix: missing break statement (#6572)
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user