From 7de8d19b4ac6f11246e8763a3cfb04c5677ff14b Mon Sep 17 00:00:00 2001 From: tomGER <25822956+tumGER@users.noreply.github.com> Date: Fri, 21 Jun 2019 16:38:11 +0200 Subject: [PATCH] added more errcodes by m4xw --- helpers/errcodes.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helpers/errcodes.py b/helpers/errcodes.py index 09ba0ae..50683fc 100644 --- a/helpers/errcodes.py +++ b/helpers/errcodes.py @@ -708,6 +708,10 @@ switch_known_errcodes = { 0x115b: "[HBL] Stopped loading NROs", 0x48c69: "device_cert_ecc_b223 failed to load", 0x138E02: "gamecard cmd buffer too small - must be 0x40 (or bigger)", + 0x138E02: "gc out of bounds sector access", + 0x13DC02: "gc sector start is out of range for partition 1", + 0x13D802: " gc sector end out of range for partition 1", + 0x13DA02: "gc sector wrong partition access", # 0x3E8E89: 'Failed to access Firmware Updates - Often because of DNS!',