diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:11:32 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 22:11:32 -0500 |
commit | 409fd9d33f88b2ad1e1d1f01360c62416a805e1f (patch) | |
tree | 534ec00747e4dadb4a8ffef8ab134b96c1d2de62 | |
parent | 335c2699f0b965be90c13bd3613b1df49f32af8b (diff) |
Comment Stadium 2 alternative egg group names
-rw-r--r-- | constants/pokemon_data_constants.asm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/constants/pokemon_data_constants.asm b/constants/pokemon_data_constants.asm index ac5a1aeba..cbbac7f43 100644 --- a/constants/pokemon_data_constants.asm +++ b/constants/pokemon_data_constants.asm @@ -47,20 +47,20 @@ GENDERLESS EQU -1 ; wBaseEggGroups values const_def 1 const EGG_MONSTER ; 1 - const EGG_AMPHIBIAN ; 2 + const EGG_AMPHIBIAN ; 2 (aka Water 1 in Stadium 2) const EGG_BUG ; 3 const EGG_FLYING ; 4 - const EGG_FIELD ; 5 + const EGG_FIELD ; 5 (aka Ground in Stadium 2) const EGG_FAIRY ; 6 - const EGG_GRASS ; 7 - const EGG_HUMANSHAPE ; 8 - const EGG_INVERTEBRATE ; 9 + const EGG_GRASS ; 7 (aka Plant in Stadium 2) + const EGG_HUMANSHAPE ; 8 (aka Humanshape in Stadium 2) + const EGG_INVERTEBRATE ; 9 (aka Water 3 in Stadium 2) const EGG_MINERAL ; a - const EGG_AMORPHOUS ; b - const EGG_FISH ; c + const EGG_AMORPHOUS ; b (aka Indeterminate in Stadium 2) + const EGG_FISH ; c (aka Water 2 in Stadium 2) const EGG_DITTO ; d const EGG_DRAGON ; e - const EGG_NONE ; f + const EGG_NONE ; f (aka Undiscovered, or No Eggs in Stadium 2) ; pokedex entries (see data/pokemon/dex_entries.asm) |