mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-08 09:05:59 -05:00
Merge pull request #381 from DizzyEggg/mons_pal
Some checks are pending
GithubCI / build (push) Waiting to run
Some checks are pending
GithubCI / build (push) Waiting to run
Move ax mons palette to C and fix #34
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user