Hey,
I'm switching gears for a little bit. I'm trying to write a program to rip sprite graphics (Yes i'm well aware of other programs that do this I'm doing it for fun). I found this in the offsets Guide:
130000 136B3F GFX N Frog sprites 2003.05.01
My first goal of the program is simply to have them press a button and it save the sprites in say...bitmap format.
I load those bytes into an array tried to use the bitmap save function but unfortunately It's not that easy (sigh).
Are the graphics stored in any specific format I should know about? I can get more technical about what I'm doing if you want I didn't want people to get bogged down by details. I'm coding in C#.
--JP