Fix some data types in hsfman.c

This commit is contained in:
gamemasterplc 2023-12-06 18:57:23 -06:00
parent c122c41d2e
commit 548a123ce5
4 changed files with 25 additions and 34 deletions

View file

@ -69,10 +69,10 @@ typedef struct hsf_header {
} HsfHeader;
typedef struct hsf_scene {
GXColor unk0;
f32 unk4;
f32 unk8;
u32 unkC;
GXFogType fogType;
f32 start;
f32 end;
GXColor color;
} HsfScene;
typedef struct hsf_bitmap {