The plugin is done, I mean the graphical interface is done!
Now the backend .
You should:
In a first time, find the correct files, split them by lines, go over each line. If it's the line for the current pokemon, edit it to add/remove the moves. If there's no line, go over everything again, and insert a new line at the right position with the new moves.
In a second time, add/remove pre evo moves for the evolutions of the pokemon (if the evolutions don't already learn the move another way)
Lot more customization can be done on the database editor (choose to save in the db or in the current mod, for one, add tabs to edit other things than pokemon data, like move flags, ...) But this step is important.
The plugin is done, I mean the graphical interface is done!
Now the backend .
You should:
In a first time, find the correct files, split them by lines, go over each line. If it's the line for the current pokemon, edit it to add/remove the moves. If there's no line, go over everything again, and insert a new line at the right position with the new moves.
In a second time, add/remove pre evo moves for the evolutions of the pokemon (if the evolutions don't already learn the move another way)
Lot more customization can be done on the database editor (choose to save in the db or in the current mod, for one, add tabs to edit other things than pokemon data, like move flags, ...) But this step is important.