Posts: 676
Threads: 44
Joined: Jan 2015
Reputation:
11
Are there any programs for editing FF6 sprites IN-game that are open source, or that otherwise have editable pointers for loading sprites from the ROM and what language are they in?
I'm so rusty with programming doesn't really matter what language it's in, be it C+ or Klingon, I'll be guessing and pulling code out of my ... regardless.
The only true wisdom is knowing you know nothing.
Posts: 676
Threads: 44
Joined: Jan 2015
Reputation:
11
01-23-2020, 07:47 AM
(This post was last modified: 01-23-2020, 07:55 AM by Catone.)
IN-Game sprites will not show up if your IN-Game sprites are located at 41/0000 in extended hiROM and consist of about 100 or so full PC sized sprite sheets. (152 is the number I'm actually looking at, just several I have no desire to screw with because they are way to far from a standard PC style sheet.)
The reason I ask about "open source" or otherwise editable, is to redirect where it loads sprites from the ROM. Its getting old having to shuffle sprite sheets around in hex just to look at one sheet.
And yes, FF3SE has it's uses, several uses actually, but FF3usSpriteEd still complains less when just looking at PC sprite sheets... And FF3usME only has a working relationship with my desktop while giving my laptop the middle finger.
The only true wisdom is knowing you know nothing.
Posts: 3,975
Threads: 278
Joined: Oct 2011
Reputation:
65
The only sprite editor that the source is available is FF3SE (2.11 or 2.12). You'll either have to use this as a base or code your own utility from scratch.
Posts: 676
Threads: 44
Joined: Jan 2015
Reputation:
11
Ouch,
Actually, I shouldn't complain, it would definatly serve the purpose and better than...
Thinking to much to type, thanks for the information.
The only true wisdom is knowing you know nothing.