I noticed that the script loads and uses "v1101/lib/lib.json". However, the game itself seems to use `NXFlashVars.index_url`, which is currently "index.v0937.json.gz", and which in turn contains "v0937/lib/lib.json". Shouldn't that one be used instead? Or even better, shouldn't `cheats.libGame` be used?
The script always uses the current lib.json For each game platform, its version may differ The hardcode of the link to lib.json remained from the old version and is not used now.
I noticed that the script loads and uses "v1101/lib/lib.json". However, the game itself seems to use `NXFlashVars.index_url`, which is currently "index.v0937.json.gz", and which in turn contains "v0937/lib/lib.json". Shouldn't that one be used instead? Or even better, shouldn't `cheats.libGame` be used?