Fixed Growth Curve labels ( #36 )

This commit is contained in:
AdAstra-LD
2023-10-08 23:33:45 +02:00
parent 17f905ad34
commit 606f8c9efe

View File

@@ -31,12 +31,12 @@ namespace DSPRE.ROMFiles {
Dark
}
public enum PokemonGrowthCurve {
Erratic = 0,
Fast,
MediumFast,
MediumSlow,
Slow,
MediumFast = 0,
Erratic,
Fluctuating,
MediumSlow,
Fast,
Slow
}
public enum PokemonEggGroup {