Quote:
Originally Posted by Le pug
As for the sprite ... best thing I could find is at this location:

|
Thanks for the palette location, I didn't have that before. I think you're image offset is slightly off, from the Quick R&D thread there's a clearer image at 0x4F5498 but this has no pointer to it. Which makes me think that actual image is at 0x4F5418 where the pointer is at 0x50CB7C.
Like everywhere, it's in a pointer table. Before it are pointers to offsets around the table, I don't know what they do. Before them are some images that I don't really care about, so nothing important.
The pointer after it points to 0x4F5618 which is just the back and side surf sprite. After that is a pointer to 0x4F5818 which is just an image of the side sprite. After each pointer there's '00 02 00 00' no idea what is does.
I wonder if a spearate image has to be inserted for each pointer or if the one will suffice.