Skip to content

Commit 0bdfe59

Browse files
committed
disable pal for 2019 and 2020
1 parent 0019eb1 commit 0bdfe59

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const GAMES = [
3636
name: "Just Dance 2020",
3737
wii: {
3838
ids: {
39-
S2UP41: { r: PAL },
39+
//S2UP41: { r: PAL },
4040
S2UE41: { r: NTSC },
4141
},
4242
strings: WII.STRINGS_LEGACY,
@@ -52,7 +52,7 @@ const GAMES = [
5252
name: "Just Dance 2019",
5353
wii: {
5454
ids: {
55-
S5EP41: { r: PAL },
55+
//S5EP41: { r: PAL },
5656
S5EE41: { r: NTSC },
5757
},
5858
strings: WII.STRINGS_LEGACY,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "patcher",
33
"description": "Supports Just Dance 2 to 2020 including the spin-offs & mods for Wii and PS3.",
4-
"version": "3.0.0",
4+
"version": "3.0.1",
55
"bin": "index.js",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)