Hey all. I just finished this new tool and would like some help bug testing. In fact this program is heavily influenced by Quaraage's work. I pretty much copied these two tabs. This is a DKC1 graphics editor. This has the ability to change both object palette and the sprites associated. In the future, I plan on adding more to this but figured I would release this in the meantime. All buttons seen work. Please contact me with any bugs/features to incorporate here.
'Write' always writes to rom, where 'Apply' makes changes on a program level.
Enjoy!
This works with a 1.0 U ROM.
TODO:
- Add tool tips for most things
This program:
This remembers what file you loaded last and loads that on next boot.
There is no undo button, but that could be easily remedied with various manips.
Inspired by Quaraage's DKC2 editor.
If anyone wants to learn, here is my 'messy' source code
https://github.com/mike19283/DKC1-GFX-EditorTUTORIAL
This program allows you to change both the palette used by each object as well as which pixels have which color. The Apply buttons just save changes to volatile memory. On load, those changes are lost. The only way changes are not lost is if you click Write. Write copies data to ROM.