Quote:
Originally Posted by PokéMew
So what you're saying is, I would need like 2 64x64 slots for instance, and I'd divide the sprite (in half I'd assume) so it fits in them? I think thats what you're saying anyway, but any idea how to get two of those in a pokemon battle?
|
No, you don't divide anything by half. You insert the entire 80x80 image as it is, but when you instantiate the image you call the function four times instead of one. Two horizontally and two vertically.
Think of it like this: A "window" itself is 64x64, but if you put together 4 windows it becomes big enough to see the entire 80x80 thing. There are dozens of instances with gamefreak using two stacked objects. For example, the platform Oak stands on during the intro is made up of 3 horizonal sprites.
To make it happen in battle, you'll have to make some hooks of course.