1
0
mirror of synced 2025-02-03 05:07:17 +01:00

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!
This commit is contained in:
Viv 2023-06-02 16:33:41 -04:00
parent 48b9ae488f
commit f586372343

View File

@ -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" # ?
}