Skip to content

skeetcha/PPRE

 
 

Repository files navigation

Project Pokemon ROM Editor 2 (PPRE)
URL: http://projectpokemon.org/ppre/
Author: Alpha

PPRE is a multi-purpose ROM editing tool for altering Nintendo DS Pokemon games.
The project was started originally to edit Pokemon Diamond and Pearl by SCV
based off of Treeki's Nitro Explorer and loadingNOW's thenewpoketext. pichu2000 
created a strong basis for the scripting capabilities that PPRE will always 
have. Alpha has added many new features to make PPRE as versatile as it is.
PPRE is written in Python and makes use of PyQt for its GUI. Development was led
by SCV and Alpha.

PPRE2 is a complete re-coring of PPRE. The original developers were still 
immature in their programming practices, so there is a lot of room to grow. The 
goal of PPRE2 is to provide a much better experience for ROM editing and to add 
many new features. Development is led by Alpha and open to the Project Pokemon 
community.

PPRE2 should be referred to as PPRE.

Requirements to run PPRE (Source Version):
* Python 2.6+ or Python 3.x
* PyQt4
* Git

Current Game Support:
* Diamond (US)
* Pearl (US)
* Platinum (US)
* Heart Gold (US)
* Soul Silver (US)
* Black (US)
* White (US)
* Black2 (US)
* White2 (US)

Current Editors (incomplete):
* Pokemon Editor (Read/Write)
* Text Editor (RW)
* Move Editor (RW)

How to setup and use:
1. Run setup.sh/setup.bat
Or
1a. Use git to fetch the rawdb dependency (`git submodule update`)
1b. Link rawdb/nds to nds (or copy it if your OS does not have link support)

2. Run ppre.py
3. Create a new project (File > New Project, and select your base ROM)
4. Name your project
5. Don't forget to save your project
6. Start Editing (Edit > Some editor)
7. Write your changes to a new ROM (File > Export)

About

Project Pokemon ROM Editor 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%