From f7b8dee6cd944ea369b7d265808dbae74ccb0eef Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Tue, 26 Feb 2019 15:31:33 +0300 Subject: [PATCH] Extend 0x0 --- helpers/errcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/errcodes.py b/helpers/errcodes.py index 6be9e0f..4ac150c 100644 --- a/helpers/errcodes.py +++ b/helpers/errcodes.py @@ -707,7 +707,7 @@ switch_known_errcodes = { # By Ave - 0x0: "Generic error, is thrown when you downgrade between key versions without initialization / deleting system save files.\n\nTo recover from this issue: from this delete system all save files except 80...120.", + 0x0: "Thrown when you downgrade between major/key versions (7.0.x -> 6.2.0, 6.2.0 -> 6.1.0 etc) without initialization ( deleting system save files).\n\nTo recover from this issue: Delete system all save files except 80...120. Keep in mind that this will effectively be a factory reset.", } switch_known_errcode_ranges = {