summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiram Anderson <37224753+hjk321@users.noreply.github.com>2021-03-02 21:03:16 -0600
committerHiram Anderson <37224753+hjk321@users.noreply.github.com>2021-03-02 21:03:16 -0600
commitb91976a1764164631e82957081396bf28b9c16db (patch)
treee4508bb696cc16552b1fdc40f0485b6e984fbd0a
parent07f5c33bca99254045b7f4aa9cdb19c421c74900 (diff)
Updated Useful Modding Tools (markdown)
-rw-r--r--Useful-Modding-Tools.md11
1 files changed, 10 insertions, 1 deletions
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