Hello,
>I have a rather silly question and I was wondering if anyone could help
>me with it. Now, I know you can dis-assemble an image (lets say one of
>the demo's in magic kit for instance)to look at the code after it's been
>compiled. This is somewhat helpful learning tool, and I understand this
>and that of what I find in there. Now, is it possible to pull the
>tiles/sprites out of an image as well? Or is that lost somewhere in the
>dis-assembeled code? 'just feeling curious:) Thanks from a newbie.
That's possible, no problem. :)
I remember having written a small program to extract graphics from a ROM
a long time ago, but now to remember where I put it... It was on the
tg-hack FTP site, I'm sure, but it's apparently gone (?).
But this is not all great, it's a lot less easy to find the colors,
and a lot of games compress their graphics, making impossible to use
a simple graphics viewer. But it should at least be possible to see the
tiles/sprites (with bad colors) of a few games.
David