From 5a766e11ab87abbcb99637f02c165273783b4899 Mon Sep 17 00:00:00 2001 From: michael02022 <86170350+michael02022@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:43:21 -0600 Subject: [PATCH] Create README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4ffc7f8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# PPLMidiFixer +Pokemon Puzzle League MIDI Fixer + +This tool help to reconstruct the sequence data from the game (extracted from N64MidiTool) to a human readable midi with a custom XML file. +**NOTE: every track is gonna be channel 1** + +## Usage +Make sure both files are in the same folder or you gonna need to specify an absolute path. + +`java -jar PPLMidiFixer.jar "your ppl file.mid" "bankfix.xml"`