add ability to decrypt Ep3 GCI files

This commit is contained in:
Martin Michelsen
2022-10-02 22:56:09 -07:00
parent 5ec90db9eb
commit 73278fe9ab
4 changed files with 92 additions and 51 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ struct Ep3CompressedMapHeader { // .mnm file format
// Compressed data immediately follows (which decompresses to an Ep3Map)
} __attribute__((packed));
struct Ep3Map { // .mnmd format
struct Ep3Map { // .mnmd format; also the format of (decompressed) Ep3 quests
/* 0000 */ be_uint32_t unknown_a1;
/* 0004 */ be_uint32_t map_number;
/* 0008 */ uint8_t width;