Update errcodes.py

Also hacked ReSwitched, ping me when you notice Ave 🥖
This commit is contained in:
tomGER 2019-01-28 23:42:47 +01:00 committed by GitHub
parent ebe175d2ff
commit c1b1d73f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = {