KungFuFurby / AddMusicKFF

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

Upgrade the maximum number of SFX instruments permitted #406

Open KungFuFurby opened 10 months ago

KungFuFurby commented 10 months ago

Using a 16-bit offset allows for up to 128 SFX instruments to run at once. The only reason why more isn't permitted is because $80 and up are used for noise.

This merge request closes #80.