PMD-Script-Editor is a java program for editing Pokemon Myster Dungeon: Red Rescue Team scripts. It was created by MegaMinerd. This project has been merged into https://github.com/MegaMinerd/RescueBulletin.
This program requires Java 11. Download the latest JDK or a JRE that supports java 11.
Use the ant build system in the main directory to compile.
ant
Can view world maps, scripts, and script structure.
These are Roughly in order of priority
- Following 0x0C and 0x0D commands to their respective scripts.
- Add more names for script commands
- Add more parameters for commands in decompiled window.
Pull requests are welcome.