diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:38:09 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:38:09 -0500 |
commit | 7453bd1aa8e55a1a9fcce7c69f62106f5e5f6e9c (patch) | |
tree | 5f8ccf80489e0820934d40a732a5ce8d7f65e1e3 | |
parent | 711e2d6143d59093a763f9bbd4a527f349fdeff8 (diff) |
"HUMANSHAPE, aka Humanshape"
-rw-r--r-- | constants/pokemon_data_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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) |