Jump to content

Located the problem in the coding that is prevent Aevian pokemon from learning TMs and tutors


FerrousOxide

Recommended Posts


Here are the forms information for Chandelure, it has two alternate forms, the rift form and the aevian form
 

Spoiler

image_2021-08-07_160857.png.e3df28fc7f733554a79ec1293b3380f1.png

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

image_2021-08-07_161045.thumb.png.222c9d510331b52f8f268be669aebf50.png

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.

  • Upvote 2
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...