Description
If you’re editing Pokemon_MultipleForms, you may notice that the moveset format used there is different to the moveset format in pokemon.txt.
Download & How to use
(You need Python 3.5 for this).
Bascially, you input a PBS moveset like this:
1,TACKLE,5,GROWL,7,EMBER,10,LEER
And the program will turn it into this:
[[1,:TACKLE],[5,:GROWL],[7,:EMBER],[10,:LEER]]
Leave a Reply
Be the First to Comment!