ipatix / agbplay

Music player for the most common GBA sound format
GNU Lesser General Public License v3.0
118 stars 21 forks source link

Soundtable for "Tetris Worlds" not detected. #73

Closed kittertron closed 5 months ago

kittertron commented 5 months ago

Tetris Worlds has an MP2K soundtable located at 0x340e5c, agbplay fails to detect it. It's stock MP2K, works with other MP2K tools, and even agbplay if modded to load a specified table. Should note, the table I specified is just BGM. Sound effects and jingles are absent from this table, suggesting there are either multiple MP2K tables, or another engine is used for SFX.

ipatix commented 5 months ago

agbplay didn't detect this because it would require the songtable to contain at least 20 valid songs, but Tetris only has 7. Fixed in the latest version.

Kermalis commented 5 months ago

Perhaps you can add a comment next to the #define to mention that the lowest known count is 7 in Tetris Worlds

ipatix commented 5 months ago

done