spooonsss
spooonsss
Fixes #216 No test added. Since this bug requires existing RATS tags to repro, I don't think the current testing framework would support a test for this.
The manual states "When no mapping mode is specified, Asar tries to determine the mapping mode from the output ROM." but it doesn't work. Asar detects the mapping mode, then...
I assumed `Addmusic_sample groups.txt` would support comments, but it puts the parser into an infinite loop instead. Try Addmusic_sample groups.txt: ``` ;f ``` https://github.com/KungFuFurby/AddMusicKFF/blob/312f3454b87808baac4001e762f634e89cac2280/src/AddmusicK/AddmusicK.cpp#L609 needs an `else` that throws an...