From 7453bd1aa8e55a1a9fcce7c69f62106f5e5f6e9c Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 25 Feb 2018 22:38:09 -0500 Subject: [PATCH] "HUMANSHAPE, aka Humanshape" --- constants/pokemon_data_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index cbbac7f43..e82902da3 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -53,7 +53,7 @@ GENDERLESS EQU -1 const EGG_FIELD ; 5 (aka Ground in Stadium 2) const EGG_FAIRY ; 6 const EGG_GRASS ; 7 (aka Plant in Stadium 2) - const EGG_HUMANSHAPE ; 8 (aka Humanshape in Stadium 2) + const EGG_HUMANSHAPE ; 8 (aka Human-Like) const EGG_INVERTEBRATE ; 9 (aka Water 3 in Stadium 2) const EGG_MINERAL ; a const EGG_AMORPHOUS ; b (aka Indeterminate in Stadium 2)