From 7e4b4feb71e3b65c99766b65b45fcef0db1311e7 Mon Sep 17 00:00:00 2001 From: idkwh Date: Tue, 9 Sep 2025 13:02:57 +0200 Subject: [PATCH] add more controls --- meta/titles-table.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/titles-table.js b/meta/titles-table.js index 3840119..90736c4 100644 --- a/meta/titles-table.js +++ b/meta/titles-table.js @@ -27,8 +27,12 @@ document.addEventListener('DOMContentLoaded', async () => { "B_08_GcCtrl.gif": "Nintendo GameCube Controller", "B_08_ZapperCtrl.gif": "Wii Zapper", "B_08_SpeakCtrl.gif": "Wii Speak", - "B_08_KeyboardCtrl.gif": "USB Keyboard", - "Balance Board": "Wii Balance Board" + "B_08_KeyboardCtrl.gif": "Standard USB Keyboard", + "B_08_BalanceCtrl.gif": "Wii Balance Board", + "B_08_DSCtrl.gif": "Nintendo DS", + "B_08_MicrophoneCtrl.gif": "Microphone", + "B_08_MotionCtrl.gif": "Motion Plus remote", + "B_08_TWLCtrl.gif": "Nintendo DSi", }; function getControllerStringFromHTML(htmlString) { @@ -182,4 +186,5 @@ document.addEventListener('DOMContentLoaded', async () => { await fetchGamesData(); }); -// fun fact, the gem in Gemdation stands for Gemini \ No newline at end of file +// fun fact, the gem in Gemdation stands for Gemini +// ok bro \ No newline at end of file