KungFuFurby / AddMusicKFF

Fork of AddMusicK, a compiler/inserter of music for Super Mario World
23 stars 15 forks source link

Added non-standard FIR coefficient table ID warnings #417

Closed KungFuFurby closed 8 months ago

KungFuFurby commented 8 months ago

Turns out there is an out-of-bounds situation with FIR coefficient table IDs that broke in AddmusicK 1.0.9, so now a warning has to be output in those situations.

This merge request closes #414.