You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
GENDERLESS -> GENDER_UNKNOWN
This is how they're called in official sources, and it fits better with the other `GENDER_` constants.
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user