added a TODO: patcher don't work on JAP

This commit is contained in:
Faraphel 2022-07-22 15:11:24 +02:00
parent cb5d2a6c14
commit ca698217dd

View file

@ -32,6 +32,7 @@ class FormatOriginalTrackLayer(AbstractLayer):
if (id[0] == "T" and int(id[1]) <= 4) or (id[0] == "U" and int(id[1]) == 1): tag = "Wii" if (id[0] == "T" and int(id[1]) <= 4) or (id[0] == "U" and int(id[1]) == 1): tag = "Wii"
# If the cup is in the 4 originals tracks cups, use the wii tags # If the cup is in the 4 originals tracks cups, use the wii tags
# If the cup is in the originals arena cup, use the wii tags # If the cup is in the originals arena cup, use the wii tags
# TODO: tag can't be fetch this way in the JAP version
else: tag, name = name.split(" ", 1) else: tag, name = name.split(" ", 1)
patched_name = Track( patched_name = Track(