Fix LZ compressed data alignment

This commit is contained in:
Diegoisawesome
2018-10-21 02:24:57 -05:00
parent 2a3ba78831
commit 8e7202ec3d
60 changed files with 7257 additions and 7281 deletions
+2 -2
View File
@@ -15,8 +15,8 @@
struct CompressedTilesPal
{
const u8 *tiles;
const u8 *pal;
const u32 *tiles;
const u32 *pal;
};
extern void DoHorizontalLunge(struct Sprite *sprite);