diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-10-11 13:54:38 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-10-11 13:54:38 -0600 |
| commit | 6ccdeaa226394b68732ace6dd525a19a62e3c575 (patch) | |
| tree | f4375465948cb82895b78e8303af9754ee2a65e6 /src/Companion.h | |
| parent | d13284f0cabee539b8cbec7cb61690d8d8da3247 (diff) | |
Added Yay0 support with auto detection for pkmn-stadium files
Diffstat (limited to 'src/Companion.h')
| -rw-r--r-- | src/Companion.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Companion.h b/src/Companion.h index e99719f..e039726 100644 --- a/src/Companion.h +++ b/src/Companion.h @@ -147,7 +147,6 @@ public: std::optional<std::uint32_t> GetFileOffset(void) const { return this->gCurrentFileOffset; }; std::optional<std::uint32_t> GetCurrSegmentNumber(void) const { return this->gCurrentSegmentNumber; }; CompressionType GetCurrCompressionType(void) const { return this->gCurrentCompressionType; }; - CompressionType GetCompressionType(std::vector<uint8_t>& buffer, const uint32_t offset); std::optional<VRAMEntry> GetCurrentVRAM(void) const { return this->gCurrentVram; }; std::optional<Table> SearchTable(uint32_t addr); |
