Skip to content

Commit

Permalink
ctr_support: fix description of 002-0110
Browse files Browse the repository at this point in the history
According to ihaveamac this is a generic error for discontinued
services.
  • Loading branch information
lifehackerhansol committed Nov 21, 2024
1 parent 77753fc commit d70311e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/results/ctr_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
account = Module('account', {
102: ResultInfo('This console is permanently banned by Nintendo.', is_ban=True),
107: ResultInfo('This console is temporarily (?) banned by Nintendo.', is_ban=True),
110: ResultInfo('Error when trying to use the discontinued youtube 3ds app.'),
110: ResultInfo('The service has been discontinued.'),
119: ResultInfo('System update is required. This is typically shown when the friends module is outdated.'),
120: ResultInfo('Game or title update is required. This is typically shown when the title you\'re trying to launch is outdated.'),
121: ResultInfo('Local friend code SEED has invalid signature. This should only happen if it has been modified.', is_ban=True),
Expand Down

0 comments on commit d70311e

Please sign in to comment.