diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-02-26 18:43:30 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-04-05 07:54:20 +0200 |
commit | 1891879b62bcc6fb08ecf11216672e02ca7b522f (patch) | |
tree | cfc467efb3b77e089972bc68201592c4737ace7c /engine | |
parent | f750d4f4185529cfb440ac7825d202ebcf160766 (diff) |
GENDERLESS -> GENDER_UNKNOWN
This is how they're called in official sources, and it fits better with
the other `GENDER_` constants.
Diffstat (limited to 'engine')
-rw-r--r-- | engine/pokemon/mon_stats.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/mon_stats.asm b/engine/pokemon/mon_stats.asm index 2b5586c51..5468d76fe 100644 --- a/engine/pokemon/mon_stats.asm +++ b/engine/pokemon/mon_stats.asm @@ -209,7 +209,7 @@ GetGender: ; 50bdd ; The higher the ratio, the more likely the monster is to be female. - cp GENDERLESS + cp GENDER_UNKNOWN jr z, .Genderless and a ; GENDER_F0? |