Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Thanks, I read that part on the wiki and it seemed weird, so I wanted to demonstrate that I was looking at possible other examples in order to better my understanding. an example like that in the wiki and some rationale behind why that has to be the case would help reduce the weirdness, not that...
I know that the spiky-eared pichu has a section in the evolution code that prohibits it from evolving. If I'm adding just the Alolan forms of the Kanto dex mon, do I need lines near to or around that area in order to make sure that they evolve into the right form (ie ASandhsrew - ASandslash...
Try swapping the order of the forms, check for form 2, then form 1, then form 0. the multiple forms script section usually does it that way and make sure they are defined in pokemonforms.txt as well as sprites labelled correctly. other than that, check the wiki
Doesn't appear to have updated this yet for v17, or to a 2.0 hence the lack of information. Marin's pretty good at keeping things updated, so we just need to wait
capturing them gives better satisfaction than joining the team out of the blue, although a well written story element can be used, it can get repetitive if you always have to do the same thing to get them to join you
as gastrodon has copy shellos feature in multiple forms, would that not be the best way to do gourgeist?
this is the relevant bit of code:
MultipleForms.copy(:SHELLOS,:GASTRODON)
I get a dialogue box pop up that questions whether or not I really want to run this and then it runs the updater if i say yes, but appears not to be doing anything from there