- Joined
- Sep 12, 2020
- Posts
- 27
- Age
- 26
Hey again!
I was wondering if there was some way to have both a Pokemon, and it's alternate form, defined on the same encounter table at different odds?
Example:
So far it doesn't seem to work, and I'm not sure how to code it in such a way that it does. Any help hugely appreciated!
I was wondering if there was some way to have both a Pokemon, and it's alternate form, defined on the same encounter table at different odds?
Example:
Ruby:
LandDay
TAILLOW,3,4
CATERPIE,2,4
CATERPIE,5
TAILLOW,6
PARAS,4,5
PARAS,4,5
BURMY,4,5
PACHIRISU,5,6
METAPOD,7
KLINK,3,5
PARAS,3,5
PACHIRISU_1,5,6
So far it doesn't seem to work, and I'm not sure how to code it in such a way that it does. Any help hugely appreciated!