Jump to content

Recommended Posts

Posted

I finally got a third-party attack editor to work--sort of. There's a pulldown menu for the side effects of a move (like paralyzimg opponents, lowering the user's stats, firing multiple shots per use). Unfortunately, the choices list only the numerical codes for each side effect. I know that 0 means a move with no special effects added (just the damage plus any out-of-battle uses). But what do the other code numbers mean? If any of you have hacked a Gen IV game yourselves, I would like a list of translations. Thank you very much!

Posted

from gen 5 (shouldn't be that much different) from Pokemon ROM Changer

stat boost/drop codes:

  Reveal hidden contents

inflict ailment codes:

  Reveal hidden contents

move categories

  Reveal hidden contents

alternatively, from veekun;

https://github.com/veekun/pokedex/blob/master/pokedex/data/csv/move_meta_ailments.csv

https://github.com/veekun/pokedex/blob/master/pokedex/data/csv/move_meta_categories.csv

https://github.com/veekun/pokedex/blob/master/pokedex/data/csv/move_flags.csv

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...