From 1bf2c015d78d2b8e7911e540b121fa1729c94a22 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sun, 24 Dec 2023 09:12:32 -0800 Subject: [PATCH] results: Add 006-0303 Largely copied over from wiiu 106-0303, they're the same code --- cogs/results/ctr_support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/results/ctr_support.py b/cogs/results/ctr_support.py index b58c1cb83..98fa65955 100644 --- a/cogs/results/ctr_support.py +++ b/cogs/results/ctr_support.py @@ -101,6 +101,7 @@ # 006: online matchmaking and gameplay errors matchmaking = Module('matchmaking', { 112: ResultInfo('Typically displayed when an issue with connecting to Pokémon Bank occurs.', 'https://en-americas-support.nintendo.com/app/answers/detail/a_id/4203/'), + 303: ResultInfo('Displayed when the console tried to log in with an invalid user name, i.e. the user name does not exist in the database.'), 332: ResultInfo('Caused by closed ports when attempting matchmaking(?)'), (501, 502): ResultInfo('This may indicate in issue with the network being used blocking traffic necessary for online play.', 'https://en-americas-support.nintendo.com/app/answers/detail/a_id/4204'), 612: ResultInfo('This error code generally indicates that your network is not optimal for peer to peer connections, likely due to your network\'s NAT type.', 'https://en-americas-support.nintendo.com/app/answers/detail/a_id/25881'),