Updated nintendo_ds.py - added 0x69 maker code (Electronic Arts)
This commit is contained in:
parent
9f60d9247d
commit
b344c6c05a
1 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,9 @@ def _maker_lookup(code: str) -> str:
|
|||
case '01':
|
||||
return 'Nintendo ({})'.format(code)
|
||||
case '41':
|
||||
return 'Ubisoft ({})'.format(code)
|
||||
return 'Ubisoftpytho ({})'.format(code)
|
||||
case '69':
|
||||
return 'Electronic Arts ({})'.format(code)
|
||||
case 'FH':
|
||||
return 'Foreign Media Games ({})'.format(code)
|
||||
case 'GD':
|
||||
|
|
Loading…
Add table
Reference in a new issue