mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-02 18:58:27 +02:00
added a TODO: patcher don't work on JAP
This commit is contained in:
parent
cb5d2a6c14
commit
ca698217dd
1 changed files with 1 additions and 0 deletions
|
@ -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 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
|
||||
# TODO: tag can't be fetch this way in the JAP version
|
||||
else: tag, name = name.split(" ", 1)
|
||||
|
||||
patched_name = Track(
|
||||
|
|
Loading…
Reference in a new issue