diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-31 11:45:18 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-31 11:45:18 -0500 |
| commit | b8f4b1b8a7991222ae2320e5891ded675d541043 (patch) | |
| tree | cb815dd74f32c3a262f55e57286b174161ebe3e7 /constants | |
| parent | 08891da82254aa4051bf594d4abc2db8e4043d8f (diff) | |
MINERAL egg group works
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/pokemon_data_constants.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index 1a1cc6ab8..238f23aa2 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -27,12 +27,12 @@ BASE_DATA_SIZE EQUS "(CurBaseDataEnd - CurBaseData)" ; gender ratio constants GENDER_F0 EQU 0 percent -GENDER_F12_5 EQU 31 ; 12.5 percent +GENDER_F12_5 EQU 12 percent + 1 GENDER_F25 EQU 25 percent GENDER_F50 EQU 50 percent GENDER_F75 EQU 75 percent -GENDER_F100 EQU 254 ; 100 percent -GENDERLESS EQU 255 +GENDER_F100 EQU 100 percent - 1 +GENDERLESS EQU -1 ; BaseGrowthRate values ; GrowthRates indexes (see data/growth_rates.asm) @@ -55,10 +55,10 @@ GENDERLESS EQU 255 const PLANT ; 7 const HUMANSHAPE ; 8 const INVERTEBRATE ; 9 - const INANIMATE ; a + const MINERAL ; a const AMORPHOUS ; b const FISH ; c - const LADIES_MAN ; d + const POLY ; d const REPTILE ; e const NO_EGGS ; f |
