Skip to content

Commit

Permalink
Fixed .Fix Command, Missing Aliases / Links
Browse files Browse the repository at this point in the history
  • Loading branch information
Wurmatron committed Dec 12, 2024
1 parent e6b0759 commit 56ba0a9
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions cogs/assistancehardware.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'gamecube': 'https://www.ifixit.com/Device/Nintendo_GameCube',
'famicondisk': 'https://www.ifixit.com/Device/Nintendo_Famicom_Disk_System',
'famicon': 'https://www.ifixit.com/Device/Nintendo_Family_Computer_%28Famicom%29',
'wii': 'https://www.ifixit.com/Device/Nintendo_Wii',
'wiifamily': 'https://www.ifixit.com/Device/Nintendo_Wii_2011',
'wiimini': 'https://www.ifixit.com/Device/Nintendo_Wii_mini',
'wiiu': 'https://www.ifixit.com/Device/Nintendo_Wii_U',
Expand All @@ -47,7 +48,7 @@
'gameboymicro': 'https://www.ifixit.com/Device/Game_Boy_Micro',
'gameboypocket': 'https://www.ifixit.com/Device/Game_Boy_Pocket',
'ds': 'https://www.ifixit.com/Device/Nintendo_DS',
'dsLite': 'https://www.ifixit.com/Device/Nintendo_DS_Lite',
'dslite': 'https://www.ifixit.com/Device/Nintendo_DS_Lite',
'dsi': 'https://www.ifixit.com/Device/Nintendo_DSi',
'dsixl': 'https://www.ifixit.com/Device/Nintendo_DSi_XL',
'2ds': 'https://www.ifixit.com/Device/Nintendo_2DS',
Expand All @@ -61,6 +62,8 @@
'switchlite': 'https://www.ifixit.com/Device/Nintendo_Switch_Lite',
'joycons': 'https://www.ifixit.com/Device/Joy-Con',
'procontroller': 'https://www.ifixit.com/Device/Switch_Pro_Controller',
'gamewatch': 'https://www.ifixit.com/Device/Game_Watch_Nintendo',
'gameboylight': 'https://www.ifixit.com/Device/Game_Boy_Light',
# Sega
'segacd': 'https://www.ifixit.com/Device/Sega_CD',
'dreamcast': 'https://www.ifixit.com/Device/Sega_Dreamcast',
Expand All @@ -72,7 +75,7 @@
'mastersystem': 'https://www.ifixit.com/Device/Sega_Master_System',
'mastersystem2': 'https://www.ifixit.com/Device/Sega_Master_System_II',
'nomad': 'https://www.ifixit.com/Device/Sega_Nomad',
#
# Sony
'playstation': 'https://www.ifixit.com/Device/PlayStation',
'playstation2': 'https://www.ifixit.com/Device/PlayStation_2',
'playstation2slim': 'https://www.ifixit.com/Device/PlayStation_2_Slimline',
Expand Down Expand Up @@ -107,37 +110,59 @@
"xboxone": "xbox1",
"xbox1sd": "xbox1sdigital",
"wiifam": "wiifamily",
"cube": "gamecube",
"mini": "wiimini",
"watch": "gamewatch",
"gb": "gameboy",
"gba": "gameboyadvance",
"gbsp": "gameboyAdvancesp",
"gbsp": "gameboyadvancesp",
"sp": "gameboyadvancesp",
"gbc": "gameboycolor",
"color": "gameboycolor",
"gbm": "gameboymicro",
"micro": "gameboymicro",
"pocket": "gameboypocket",
"o2ds": "2ds",
"o3ds": "3ds",
"mgb": "gameboypocket",
"light": "gameboypocket",
"o3dsxl": "3dsxl",
"n3ds": "new3ds",
"n3dsxl": "new3dsxl",
"red": "new3dsxl",
"n2dsxl": "new2dsxl",
"switcho": "switcholed",
"oled": "switcholed",
"lite": "switchlite",
"gg": "gamegear",
"ms": "masterSystem",
"ms": "mastersystem",
"ps1": "playstation",
"ps2": "playstation2",
"ps3": "playstation3",
"ps4": "playstation4",
"ps5": "playstation5",
"ps1slim": "playstationSlim",
"ps1slim": "playstationslim",
"ps2slim": "playstation2slim",
"ps3slim": "playstation3slim",
"ps4slim": "playstation4slim",
"ps5slim": "playstation5slim",
"swan": "wonderswan",
"ally": "rog-ally",
"dmg": "gameboy",
"agb": "gameboyadvance",
"ags": "gameboyadvancesp",
"cgb": "gameboycolor",
"oxy": "gameboymicro",
"ntr": "ds",
"dsl": "dslite",
"usg": "dslite",
"twl": "dsi",
"utl": "dsixl",
"o2ds": "2ds",
"ftr": "2ds",
"o3ds": "3ds",
"ctr": "3ds",
"spr": "3dsxl",
"ktr": "new3ds",
"jan": "new2dsxl",
}


Expand Down

0 comments on commit 56ba0a9

Please sign in to comment.