Updated nintendo_ds.py - Added Ubisoft
game code 41
.
This commit is contained in:
parent
9820c39445
commit
9f60d9247d
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ def _maker_lookup(code: str) -> str:
|
||||||
match code:
|
match code:
|
||||||
case '01':
|
case '01':
|
||||||
return 'Nintendo ({})'.format(code)
|
return 'Nintendo ({})'.format(code)
|
||||||
|
case '41':
|
||||||
|
return 'Ubisoft ({})'.format(code)
|
||||||
case 'FH':
|
case 'FH':
|
||||||
return 'Foreign Media Games ({})'.format(code)
|
return 'Foreign Media Games ({})'.format(code)
|
||||||
case 'GD':
|
case 'GD':
|
||||||
|
|
Loading…
Add table
Reference in a new issue