[Reverse-engineering] [th01] Identify the end of grx_header_t as a palette

Unfortunately, none of the images in BOSS8.GRZ actually set it to their
intended palette, which means we…

Part of P0081, funded by Ember2528.
This commit is contained in:
nmlgc 2020-03-04 23:28:03 +01:00
parent fd6a8bae81
commit ac0cbb6dc9
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ struct grx_header_t {
int8_t unused_1[3];
uint16_t rle_stream_size;
uint16_t planar_stream_size;
int8_t unused_2[52];
int8_t unused_2[4];
Palette4 palette;
};
void grx_put_stream(unsigned int slot, int planar_stream)