diff --git a/Useful-Modding-Tools.md b/Useful-Modding-Tools.md index bbf0fa8..28d4693 100644 --- a/Useful-Modding-Tools.md +++ b/Useful-Modding-Tools.md @@ -35,4 +35,13 @@ Poryscript is a new scripting language that can be added to your Makefile to aut ![Tilemap Studio](https://github.com/Rangi42/tilemap-studio/blob/master/screenshot.png) -The vast majority of background images in pokeemerald use a graphical data file called a **tilemap**, which splits the background images into 8x8 pixel chunks to save space in memory. If you wish to edit these backgrounds, this tool will do the splitting for you and allow you to create the tilemaps to use in your project. \ No newline at end of file +The vast majority of background images in pokeemerald use a graphical data file called a **tilemap**, which splits the background images into 8x8 pixel chunks to save space in memory. If you wish to edit these backgrounds, this tool will do the splitting for you and allow you to create the tilemaps to use in your project. + +# PoryMoves + +**Type:** Moveset Editor +**Usefulness:** Useful for expanded Pokémon +**Maintainer:** AsparagusEduardo +**Download:** [Github Repository](https://github.com/AsparagusEduardo/PoryMoves) + +This tool allows you to set movesets for all Pokémon. You can choose from data from multiple generation ranging all the way up to the most recent games. Additionally, you can customize and modify the movesets after selecting a template. \ No newline at end of file