mirror of
https://github.com/zeldaret/oot
synced 2026-08-10 19:17:19 -04:00
convert remaining RGB5a1 to RGBA16 (#879)
This commit is contained in:
+1
-1
@@ -29,6 +29,6 @@ typedef union {
|
||||
u16 a : 1;
|
||||
};
|
||||
u16 rgba;
|
||||
} Color_RGB5A1;
|
||||
} Color_RGBA16;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user