-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Useful Modding Tools
The vast majority of edits to pokeemerald are done either by modifying the code files in a text editor, or editing resource files with general-use programs such as image or sound editors. However, some parts of the repository either require special tools to properly edit them, or editing them becomes significantly easier with the use of said tools.
This page lists some helpful tools for creating custom games in pokeemerald, as well as a short summary and a link to its page. If you require assistance in using any of these tools, help can always be found on the pret discord.
Type: Map Editor
Usefulness: Essentially required
Maintainer: huderlem
Download: Github Repository
Porymap is a nearly universally-used editor for creating maps in Generation 3 decompilation projects. Not only does it handle the nitty-gritty of creating the map json files used by pokeemerald, but allows you to add and edit events, warps, connections, and much more with ease. There are also some miscellaneous features to help with mapping.
Full documentation can be found here.
Type: Script Compiler
Usefulness: Makes scripting easier
Maintainer: huderlem
Download: Github Repository
Poryscript is a new scripting language that can be added to your Makefile to automatically compile into normal scripts when building your ROM. Much of its syntax is the same as normal scripts, but it adds some basic features to make scripting easier, such as high-level control logic (proper if/then statements), an auto-formatter for message boxes, and improved map script organization. Those wishing to make complicated scripts in their hack should consider including this in their project.
Type: Tilemap/Tileset Editor
Usefulness: For creating backgrounds
Maintainer: Rangi42
Download: Github Repository
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.
Type: Moveset Editor
Usefulness: Useful for expanded Pokémon
Maintainer: AsparagusEduardo
Download: Github Repository
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.
Type: Web-based tool
Usefulness: Extra useful if not using Poryscript
Maintainer: meejle
Open in a new tab: Github.io
This is a laughably-simple web-based tool that allows you to experiment with text wrapping and sentence lengths in your browser, without having to rebuild your ROM every time. Even if you're using Poryscript, this might save you some time rewriting your sentences to stop them wrapping onto too many lines.