MOD import: fix klisje

This commit is contained in:
tildearrow 2022-03-15 03:25:38 -05:00
parent 1918f59f57
commit f4c3f5a17f

View file

@ -1464,7 +1464,7 @@ bool DivEngine::loadMod(unsigned char* file, size_t len) {
break; break;
case 15: // set speed case 15: // set speed
// TODO somehow handle VBlank tunes // TODO somehow handle VBlank tunes
if (fxVal>=0x20) { if (fxVal>0x20) {
writeFxCol(0xf0,fxVal); writeFxCol(0xf0,fxVal);
} else { } else {
writeFxCol(0x09,fxVal); writeFxCol(0x09,fxVal);