2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-20 12:59:12 +00:00

DolphinCTexture: Near complete RE, usable as-is!

This commit is contained in:
2022-03-02 23:51:11 -08:00
parent 0400388fa6
commit 7010c36056
9 changed files with 208 additions and 39 deletions

View File

@@ -275,6 +275,17 @@ enum TextureFormat : uint32_t {
CTF_Z16L = 0x3c,
};
enum TexMapID {
TEXMAP0,
TEXMAP2,
TEXMAP3,
TEXMAP4,
TEXMAP5,
TEXMAP6,
TEXMAP7,
MAX_TEXMAP,
};
struct Color {
union {
uint8_t color[4];