Skip to content

Commit 28cdb6c

Browse files
Update ssnc to match guide
1 parent 37d4837 commit 28cdb6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cogs/ssnc.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ async def check_nx_serial(self, ctx: KurisuContext, serial: str):
8989
patched = True
9090

9191
elif assembly_line == 4:
92-
if checking_value < 4004600:
92+
if checking_value < 4004400:
9393
pass
94-
elif 4004600 <= checking_value < 4006000:
94+
elif 4004400 <= checking_value < 4006000:
9595
maybe = True
9696
elif checking_value >= 4006000:
9797
patched = True
@@ -106,9 +106,9 @@ async def check_nx_serial(self, ctx: KurisuContext, serial: str):
106106

107107
elif region == 'W':
108108
if assembly_line == 1:
109-
if checking_value < 1007400:
109+
if checking_value < 1006500:
110110
pass
111-
elif 1007400 <= checking_value < 1012000: # GBATemp thread is oddly disjointed here, proper value could
111+
elif 1006500 <= checking_value < 1012000: # GBATemp thread is oddly disjointed here, proper value could
112112
# be 1007500, not sure.
113113
maybe = True
114114
elif checking_value >= 1012000:

0 commit comments

Comments
 (0)