mirror of
https://github.com/AdAstra-LD/DS-Pokemon-Rom-Editor.git
synced 2026-05-18 18:44:09 -05:00
New DS Pokemon ROM Editor, based on Nømura's 2020 edition. Expanded with loads of new features, bugfixes and better usability.
|
|
||
|---|---|---|
| DS_Map | ||
| .gitattributes | ||
| .gitignore | ||
| DS_Map.sln | ||
| README.md | ||
DS Pokemon Rom Editor
Nomura's C# and WinForm DS Pokemon ROM Editor forked with some QOL adjustments.
Motivation
As DSPRE is currently undergoing an overhaul towards Java, I have forked and added some additions for myself in the meantime. These are all some simple QOL improvements.
Changes to original
The current list of modified features is as follows:
Finished additions
- Line numbers in script editor.
- A couple of patches here and there for certain unhandled exceptions.
Almost finished
- Full repair of script editor saving for HGSS.
- Overworld sprite loading repair. Now that proper table format known should be relatively easy.
Building blocks set
- Internal camera preview and edit
- BW2 compatability (explained more in depth below)
Planned
- Script editor syntax highlight
BW2 support plans
When I have time I will little by little be adding stuff for BW2, initial plan is Text files, then Maps, then Pokémon, and so on.
Do not expect any updates on this soon or with any consistency, this is purely done because I like to code and I wanted to see if I understand DS ROM hacking enough to be able to add BW2 to DSPRE.