From 1891879b62bcc6fb08ecf11216672e02ca7b522f Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 26 Feb 2018 18:43:30 +0100 Subject: GENDERLESS -> GENDER_UNKNOWN This is how they're called in official sources, and it fits better with the other `GENDER_` constants. --- engine/pokemon/mon_stats.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') 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? -- cgit v1.2.3