Ekona
Ekona copied to clipboard
.NET implementation of DS and DSi file formats
**Is your feature request related to a problem?** Implement converters that can decompress and compress binary data using the [BIOS compression](https://problemkaputt.de/gbatek.htm#biosdecompressionfunctions) algorithms of NDS: - [x] Implement LZSS compression -...
**Is your feature request related to a problem?** Support `NFTR` fonts. **Describe the solution you'd like** Migrate the code from https://github.com/pleonex/NerdFontTerminatoR to this repository in yarhl style. Update the documentation...
I am trying to build, following the instructions on the main page, but I keep getting this: ``` ======================================== PleOps.Recipe.Common.SetGitVersion ======================================== Cake.Core.CakeException: GitVersion returned 1 at Cake.Frosting.PleOps.Recipe.Common.SetGitVersionTask.g__GetGitVersion|0_0(c__DisplayClass0_0&) in /_/src/Cake.Frosting.PleOps.Recipe/Common/SetGitVersionTask.cs:line 66...
Implement compression and decompression for some of the BIOS built-in compressions: - LZSS: decompress and compress - RLE: decompress TODO: - [ ] Unit tests for RLE - [ ]...