Tickompiler is a compiler/decompiler for Tickflow, a language based on the bytecode format used by the game Rhythm Heaven Megamix to describe its rhythm games.
In-depth documentation for Tickflow can be found here.
Game files extracted and decompiled using this tool can be used in conjunction with this patch.
Requires Java 8 or newer and for java
to be in the path.
Open a terminal in the same directory as tickompiler.jar
and run:
Java 15 and older:
java -jar tickompiler.jar --help
Java 16 and newer (due to issue #8):
java --add-opens java.base/java.lang=ALL-UNNAMED -jar tickompiler.jar --help