From c0ac0f2598497c32a1d93d5295643fe0a83413ce Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 17 Jul 2024 15:29:11 -0700 Subject: [PATCH] results: wiiu_support: add 160-1400 --- cogs/results/wiiu_support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/results/wiiu_support.py b/cogs/results/wiiu_support.py index 65a86d78..2d069218 100644 --- a/cogs/results/wiiu_support.py +++ b/cogs/results/wiiu_support.py @@ -440,6 +440,7 @@ 103: ResultInfo('The MLC system memory is corrupted.'), 104: ResultInfo('The SLC system memory is corrupted.'), 105: ResultInfo('The USB storage is corrupted.'), + 1400: ResultInfo('Disc drive error.', 'Actually, the disc drive is probably okay, but rather, a Common Mode Filter may be broken. Fixing this requires soldering, [see for more info.](https://gbatemp.net/threads/572879/)'), 2706: ResultInfo('Error when reading from USB storage device'), 2713: ResultInfo('The USB Storage device has been disconnected.'), 2793: ResultInfo('Usually indicates missing files on vWii. Run vWii Decaffeinator, then update your Wii U.')