agbsw0 cleanup, enums and var names

This commit is contained in:
LagoLunatic
2024-10-08 17:47:12 -04:00
parent 40a4d0a1d9
commit d27806bcd1
3 changed files with 211 additions and 179 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ bool daSwTact_c::_execute() {
mTrigger = true;
break;
case 0xFF:
if ((u32)tactMusic <= 4 || tactMusic == 5)
if (tactMusic == 0 || tactMusic == 1 || tactMusic == 2 || tactMusic == 3 || tactMusic == 4 || tactMusic == 5)
mTrigger = true;
break;
}