Updated nintendo_ds.py - added Foreign Media Games
game code "FH"
This commit is contained in:
parent
b2664addef
commit
51aef243b4
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ def _maker_lookup(code: str) -> str:
|
|||
return 'Nintendo ({})'.format(code)
|
||||
case 'GD':
|
||||
return 'Square-Enix ({})'.format(code)
|
||||
case 'FG':
|
||||
return 'Foreign Media Games ({})'.format(code)
|
||||
case _:
|
||||
return 'Unknown ({})'.format(code)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue