diff --git a/helpers/errcodes.py b/helpers/errcodes.py index 5162e8c..233e5c1 100644 --- a/helpers/errcodes.py +++ b/helpers/errcodes.py @@ -642,6 +642,25 @@ switch_known_errcodes = { 0x2f37: "Error_CloseHandle", 0xDEADBEEF: "Congrats, you found some hexspeak \n \n https://www.youtube.com/watch?v=DLzxrzFCyOs" + + # NFP Errors by HE + + 0xa073: "NFC is disabled", + 0x16473: "Could not mount tag (invalid tag type?)", + 0x8073: "Device unavailable", + 0x10073: "App area not found", + 0x11073: "Tag corrupted?", + + # By XorTroll + + 0xc87c: "invalid user", + 0xc7e: "mii already exists", + 0xa7e: "full database", + 0x87e: "mii not found", + + # By Friedkeenan + + 0x115b: "HBL stopped loading NROs", } switch_known_errcode_ranges = { @@ -999,4 +1018,4 @@ wii_u_errors = { '199-9999': 'Usually occurs when trying to run an unsigned title without signature patches, or something unknown(?) is corrupted.', } -# 1K Lines PogChamp \ No newline at end of file +# 1K Lines PogChamp