FerrousOxide Posted August 7, 2021 Share Posted August 7, 2021 Here are the forms information for Chandelure, it has two alternate forms, the rift form and the aevian form Spoiler Now this means that in order for the pokemon to be the aevian its form number must = 1 and for rift its form = 2 But if you look at this Spoiler It says that only form 2, which we know is the rift form, is the one that is able to learn TMs and move tutor moves, while form 1 which is the Aevian form does not have any list of TMs that it can learn.I tested it and was able to fix it so I am correct, the part where it says pokemon.form==1, that needs to say pokemon.form==2 because that is supposed to be referencing the Rift Chandelure and the part where it says 'when 2; movelist...', that part instead needs to say 'when 1; movelist...' This also applies to a couple other Aevian forms like Toxtricity. EDIT: Toxtricity also had a ! instead of a second = in its coding for some reason that was messing it up that I had to change to fix it. 2 Link to comment Share on other sites More sharing options...
Recommended Posts