Alex Barney

Results 6 issues of Alex Barney

With the recent changes done in Roslyn to allow reproducible builds, it would be useful in il-repack had that option as well. As far as I can tell, there are...

- [ ] Documentation - [ ] hactoolnet: Extract only the files that were changed in a patch - [x] Trim unused save data bytes - [x] Complete save data...

Continued from libertyernie/brawltools#160 from @gheskett All that being said, the static issues that I ran into were definitely present back when I made that post in November. I was just...

PCM Nintendo Ware files should behave the same as GC-ADPCM files. That is, the starting loop point is aligned to be on a block boundary (Generally 0x2000 bytes).

Given this example code, the numbers should be printed in ascending order. ``` using System; using System.Linq; namespace test { class Program { static void Main(string[] args) { int[] unsorted...