'Write' always writes to rom, where 'Apply' makes changes on a program level.
Enjoy!
This works with a 1.0 U ROM.
![Image](https://i.imgur.com/53xYXUc.png)
![Image](https://i.imgur.com/1Ap5WYE.png)
![Image](https://i.imgur.com/ddlQxWo.png)
![Image](https://i.imgur.com/F3d5aOA.png)
![Image](https://i.imgur.com/v3BKzAI.png)
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-Editor
TUTORIAL
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.