Format event object pic tables

This commit is contained in:
Slawter666
2018-09-07 14:14:52 +01:00
parent 9dec2bdef8
commit 54d5a7ad97
5 changed files with 1837 additions and 1835 deletions
+2
View File
@@ -26,6 +26,8 @@ struct SpriteFrameImage
#define obj_frame_tiles(ptr) {.data = (u8 *)ptr, .size = sizeof ptr}
#define overworld_frame(ptr, width, height, frame) {.data = (u8 *)ptr + (width * height * frame)/2, .size = (width * height)/2}
struct SpritePalette
{
const u16 *data; // Raw uncompressed palette data