diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-12-24 21:57:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 19:57:02 -0700 |
| commit | 371516f918c0d3a3995f30b71b28c7703a0ec3cd (patch) | |
| tree | e7eff1d7a68732e1e32aaf114d70f6c9539b3ce1 /src/textures.h | |
| parent | 4452b40f4b4aa1a0f51bbcff7854ceef26e8872b (diff) | |
Some matches in code_80091750 (#511)
Signed-off-by: Taggerung <tyler.taggerung@email.com>
Diffstat (limited to 'src/textures.h')
| -rw-r--r-- | src/textures.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/textures.h b/src/textures.h index 91877487a..f922680f0 100644 --- a/src/textures.h +++ b/src/textures.h @@ -11,8 +11,8 @@ typedef struct { /* 0x00 */ s16 type; /* 0x02 */ s16 unused1; /* 0x04 */ u64 *textureData; // This should be interpreted as a segmented address - /* 0x08 */ s16 width; - /* 0x0A */ s16 height; + /* 0x08 */ u16 width; + /* 0x0A */ u16 height; /* 0x0C */ u16 dX; /* 0x0E */ u16 dY; /* 0x10 */ s16 size; // This size is NOT equal to width*height. Its likely the size of the compressed texture |
