1
0
mirror of synced 2024-11-30 15:54:27 +01:00
tja2fumen/testing
Viv c0442f3721
Fix behavior for the #LEVELHOLD command (#54)
Previously, I had translated the existing levelhold behavior in
WHMHammer's tja parsing code, assuming that it would produce the correct
behavior for fumen charts. However, that is not the case -- the behavior
is completely wrong.

So, this PR takes out all the old `flag_levelhold` behavior and instead
properly sets the `branch_info` bytes whenever #LEVELHOLD is present on
a branch.

This PR also prepares `shoto9.tja` for further testing, but I'm leaving
that for later...

Fixes #52.
2023-07-27 15:02:19 -04:00
..
data Fix behavior for the #LEVELHOLD command (#54) 2023-07-27 15:02:19 -04:00
conftest.py testing/: Add test case for missing balloons 2023-07-23 11:24:18 -04:00
test_command_support.py Add test for 2P commands 2023-07-24 16:55:52 -04:00
test_conversion.py test_conversion.py: Fix Pylint warnings 2023-07-24 01:00:15 +00:00