MOD import: fix klisje

This commit is contained in:
tildearrow 2022-03-15 03:25:38 -05:00
parent 1918f59f57
commit f4c3f5a17f
1 changed files with 1 additions and 1 deletions

View File

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