 |
Description |
This program is heavily influenced by Quaraage's work on dkc2. This 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.
'Write' always writes to rom, where 'Apply' makes changes on a program level.
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
(outdated)
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.
https://www.youtube.com/watch?v=PcCDhqoMIHs |
|