Fix last music conversion issues

This commit is contained in:
octorock
2021-09-17 22:52:05 +02:00
parent bc858317ec
commit a46697c2d0
4 changed files with 136 additions and 1558 deletions
+3 -2
View File
@@ -470,9 +470,10 @@ void PrintAgbTrack(std::vector<Event>& events)
PrintSeqLoopLabel(event);
break;
case EventType::LoopEnd:
PrintByte("GOTO");
PrintByte("GOTO");
PrintWord("%s_%u_B%u", g_asmLabel.c_str(), g_agbTrack, loopEndBlockNum);
PrintSeqLoopLabel(event);
//PrintSeqLoopLabel(event); // Breaks same note in EOT bgmCrenelStorm 0xDD4356
PrintWait(event.time); // instead just print the wait
break;
case EventType::LoopEndBegin:
PrintByte("GOTO");