Add Switch 2 platform & Game information
Since the release of the Switch 2, new Amiibo have been added that have specific usage on it that the API doesn't expose. This PR aims at fixing this.
- First it adds the support for the Switch 2 as a platform.
- Second, it add information for Donkey Kong Bananza and Street Fighter 6 to various Amiibo
Thank you, that is an amazing work. I will leave this PR open for now, as the game list generator had not been updated for switch2. It will be pain to keep adding it manually.
If we can automate it, it will be much more easier to go ahead with this.
https://github.com/MrKev312/AmiiboGameListGenerator
Linking the generator, since that's where the changes would be needed
I've worked on a pull request to add the Switch 2 to the generator.
https://github.com/MrKev312/AmiiboGameListGenerator/pull/10 hope it will be merged soon :) (And I also added another PR that fixes issues with the generation)
The easiest way to solve the conflict is to pick the game info from this PR, then add back in the metroid change.
"0x05c00000043b1302": {
"games3DS": [],
"gamesWiiU": [],
"gamesSwitch": [],
"gamesSwitch2": []
},
"0x05c00000043a1302": {
"games3DS": [],
"gamesWiiU": [],
"gamesSwitch": [],
"gamesSwitch2": []
},
It was located just above "0x05c0000003651302"
I see that the MR was merged on AmiiboGameListGenerator
Now that it's been automated, maybe this should be given another look?