Merge pull request #381 from DizzyEggg/mons_pal
Some checks are pending
GithubCI / build (push) Waiting to run

Move ax mons palette to C and fix #34
This commit is contained in:
Seth Barberee
2025-03-26 21:21:51 -07:00
committed by GitHub
46 changed files with 695 additions and 296 deletions

View File

@@ -6,6 +6,7 @@ typedef struct RGB
u8 r;
u8 g;
u8 b;
u8 unk4; // Never read, always 0x80. Unused transparency/alpha flag?
} RGB;
#endif // GUARD_RGB_H