From f586372343efbc3a84ffb4d07729cbe8b92c1a96 Mon Sep 17 00:00:00 2001 From: Viv Date: Fri, 2 Jun 2023 16:33:41 -0400 Subject: [PATCH] `tja2fumen.py`: Add new note types for Wii1/Wii4/PS4 I still don't know what these note types represent in the song, but I'll figure it out later on! --- tja2fumen/tja2fumen.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tja2fumen/tja2fumen.py b/tja2fumen/tja2fumen.py index 6e5c96d..0d3558a 100644 --- a/tja2fumen/tja2fumen.py +++ b/tja2fumen/tja2fumen.py @@ -21,6 +21,19 @@ noteTypes = { 0xb: "DON", # hands 0xc: "Kusudama", 0xd: "KA", # hands + 0xe: "?", # ? (Present in some Wii1 songs) + 0xf: "?", # ? (Present in some PS4 songs) + 0x10: "?", # ? (Present in some Wii1 songs) + 0x11: "?", # ? (Present in some Wii1 songs) + 0x12: "?", # ? (Present in some Wii4 songs) + 0x13: "?", # ? (Present in some Wii1 songs) + 0x14: "?", # ? (Present in some PS4 songs) + 0x15: "?", # ? (Present in some Wii1 songs) + 0x16: "?", # ? (Present in some Wii1 songs) + 0x17: "?", # ? (Present in some Wii4 songs) + 0x18: "?", # ? (Present in some PS4 songs) + 0x19: "?", # ? (Present in some PS4 songs) + 0x22: "?", # ? (Present in some Wii1 songs) 0x62: "Drumroll" # ? }