WohlSoft / LunaLua

LunaLua - LunaDLL with Lua, is a free extension mod for SMBX 1.3 game engine, core of the X2 project.
https://codehaus.moe/
GNU General Public License v3.0
33 stars 12 forks source link

Add support for higher basegame SFX IDs #52

Open SolaceEllery opened 1 year ago

SolaceEllery commented 1 year ago

This is another pull request that handles adding more than 91 sound IDs for sound effects. Requires a line change in main.lua (Line 284). Just delete off and soundIdx <= 91 on that line and you're good to go!

Code is based off saturnyoshi's code pertaining to higher basegame music IDs.