mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-09-12 05:05:21 -05:00
Fixed Growth Curve labels ( #36 )
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user