pret / pokeruby

Decompilation of Pokémon Ruby/Sapphire
793 stars 223 forks source link

Fix aif2pcm Pascal string bug and follow AIFF loop point standard #774

Closed Sierraffinity closed 4 years ago

Sierraffinity commented 4 years ago

This fixes a bug with even-length marker names, and also instead of depending on "START" and "END" marker names for loop points, aif2pcm will now follow the actual AIFF standard and use the loop markers defined in the INST chunk.

Sierraffinity commented 4 years ago

Just thought of a potential issue. Will update tomorrow.