Hey guys. I'm working on a fan game, and a few of the pokemon have strange ways to evolve.
The first is a pokemon that checks to see if you have a Flying type in your party, or else a Water or Ice type. It'll evolve into one pokemon if you have a Flying type, and a different pokemon if you have a Water or Ice type.
My code is here, for those who want to take a look. I'm a bit of a coding newbie, sorry.
https://pastebin.com/0f0tErQC
SOLVED] The next is one where, after the pokemon has fainted at least once, it'll evolve the next time it levels up (or even after the battle it faints in). Not sure how to go about this one. I suspect maybe kind of like Galarian Yamask, but again, I am not code-savvy enough to do this.
Another one: the pokemon will only evolve if a certain pokemon is in the party (fine). However, BOTH pokemon will evolve at the same time AND both pokemon must be male. Any suggestions?
SOLVED] Last one is the trickiest. It's a pokemon that, ideally, will evolve after it produces an egg in the daycare (of its own species). I understand this may be impossible, so the easiest basis I could do is have it evolve if an Egg is in the party (regardless of species). I imagine this is like checking to see if you have a certain pokemon in your party, except you're looking for an Egg instead.
SOLVED] I have a pokemon where, depending on whether you level it up on freshwater (lakes, rivers) or else saltwater (ocean), it'll turn into a different form of its evolution. The pokemon it evolves into is the same, just a different form. It cannot change that form once evolved, and its pre-evolution does NOT have a form. The closest I can think of is Kanto/Alolan Raichu, but those are region-dependent, and I'm hoping to get something closer to location-dependent (specified by map, ideally).
If anyone has any codes to make these work, I'd be forever grateful. Thank you so much!
The first is a pokemon that checks to see if you have a Flying type in your party, or else a Water or Ice type. It'll evolve into one pokemon if you have a Flying type, and a different pokemon if you have a Water or Ice type.
My code is here, for those who want to take a look. I'm a bit of a coding newbie, sorry.
https://pastebin.com/0f0tErQC
SOLVED] The next is one where, after the pokemon has fainted at least once, it'll evolve the next time it levels up (or even after the battle it faints in). Not sure how to go about this one. I suspect maybe kind of like Galarian Yamask, but again, I am not code-savvy enough to do this.
Another one: the pokemon will only evolve if a certain pokemon is in the party (fine). However, BOTH pokemon will evolve at the same time AND both pokemon must be male. Any suggestions?
SOLVED] Last one is the trickiest. It's a pokemon that, ideally, will evolve after it produces an egg in the daycare (of its own species). I understand this may be impossible, so the easiest basis I could do is have it evolve if an Egg is in the party (regardless of species). I imagine this is like checking to see if you have a certain pokemon in your party, except you're looking for an Egg instead.
SOLVED] I have a pokemon where, depending on whether you level it up on freshwater (lakes, rivers) or else saltwater (ocean), it'll turn into a different form of its evolution. The pokemon it evolves into is the same, just a different form. It cannot change that form once evolved, and its pre-evolution does NOT have a form. The closest I can think of is Kanto/Alolan Raichu, but those are region-dependent, and I'm hoping to get something closer to location-dependent (specified by map, ideally).
If anyone has any codes to make these work, I'd be forever grateful. Thank you so much!
Last edited: