vivaria / tja2fumen

Mod tool to convert TJA chart files (.tja) into .bin files compatible with official games
https://pypi.org/project/tja2fumen/
MIT License
12 stars 1 forks source link

Fix branching behavior for `#BRANCHSTART r` songs #46

Closed vivaria closed 1 year ago

vivaria commented 1 year ago

This PR updates the behavior for songs with drumroll branching conditions (#BRANCHSTART r)

The changes include:

Note: I've added shoto9 to the test suite, but the TJA file is structured in a way that the number of measures doesn't match the number of fumen measures. The TJA needs to be reworked, but that's okay, because its purpose was just to check that the branching bytes were correct.

Fixes #40.