fix: missing break statement (#6572)
This commit is contained in:
parent
7ff50e3586
commit
8bdad34211
@ -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++)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user