From 28cdb6c29af6a79fc0bd72686730a0dc09d8bff9 Mon Sep 17 00:00:00 2001 From: ManiacOfGitHub <43019219+ManiacOfGitHub@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:24:17 -0500 Subject: [PATCH] Update ssnc to match guide --- cogs/ssnc.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cogs/ssnc.py b/cogs/ssnc.py index 7c5f8ccaf..2538a1b53 100644 --- a/cogs/ssnc.py +++ b/cogs/ssnc.py @@ -89,9 +89,9 @@ async def check_nx_serial(self, ctx: KurisuContext, serial: str): patched = True elif assembly_line == 4: - if checking_value < 4004600: + if checking_value < 4004400: pass - elif 4004600 <= checking_value < 4006000: + elif 4004400 <= checking_value < 4006000: maybe = True elif checking_value >= 4006000: patched = True @@ -106,9 +106,9 @@ async def check_nx_serial(self, ctx: KurisuContext, serial: str): elif region == 'W': if assembly_line == 1: - if checking_value < 1007400: + if checking_value < 1006500: pass - elif 1007400 <= checking_value < 1012000: # GBATemp thread is oddly disjointed here, proper value could + elif 1006500 <= checking_value < 1012000: # GBATemp thread is oddly disjointed here, proper value could # be 1007500, not sure. maybe = True elif checking_value >= 1012000: