Updated nintendo_ds.py - Added Ubisoft game code 41.

This commit is contained in:
Yuuki Chan 2023-11-17 21:23:03 +09:00
parent 9820c39445
commit 9f60d9247d

View file

@ -36,6 +36,8 @@ def _maker_lookup(code: str) -> str:
match code:
case '01':
return 'Nintendo ({})'.format(code)
case '41':
return 'Ubisoft ({})'.format(code)
case 'FH':
return 'Foreign Media Games ({})'.format(code)
case 'GD':