Matched game/mapspace

This commit is contained in:
mrshigure 2024-02-20 22:28:50 -08:00
parent c574e929f7
commit 89341bcba6
7 changed files with 934 additions and 6 deletions

View file

@ -374,7 +374,7 @@ typedef struct hsf_map_attr {
float minZ;
float maxX;
float maxZ;
s16 *data;
u16 *data;
u32 dataLen;
} HsfMapAttr;