diff --git a/database/amiibo.json b/database/amiibo.json index d692de4c..2852b19e 100644 --- a/database/amiibo.json +++ b/database/amiibo.json @@ -2212,24 +2212,39 @@ "jp": "2014-12-06" } }, - "0x05c00000043b1302": { + "0x05c00000043b1302": + { "name": "Samus", - "release": { + "release": + { "au": "2025-11-06", "na": "2025-11-06", "eu": "2025-11-06", "jp": "2025-11-06" } }, - "0x05c00000043a1302": { + "0x05c00000043a1302": + { "name": "Samus & Vi-O-La", - "release": { + "release": + { "au": "2025-11-06", "na": "2025-11-06", "eu": "2025-11-06", "jp": "2025-11-06" } }, + "0x05c50000043c1302": + { + "name": "Sylux", + "release": + { + "au": "2025-12-04", + "na": "2025-12-04", + "eu": "2025-12-04", + "jp": "2025-12-04" + } + }, "0x37c00000038b0002": { "name": "Simon", @@ -10215,6 +10230,28 @@ "jp": "2024-02-16", "na": "2024-02-16" } + }, + "0x1f00000004c41e03": + { + "name": "Kirby", + "release": + { + "au": "2025-11-20", + "eu": "2025-11-20", + "jp": "2025-11-20", + "na": "2025-11-20" + } + }, + "0x1f03010004c91e03": + { + "name": "Bandana Waddle Dee", + "release": + { + "au": "2025-11-20", + "eu": "2025-11-20", + "jp": "2025-11-20", + "na": "2025-11-20" + } } }, "amiibo_series": @@ -10247,7 +10284,8 @@ "0x1a": "Donkey Kong", "0x1b": "Xenoblade Chronicles 3", "0x1c": "My Mario Wooden Blocks", - "0x1d": "Street Fighter 6" + "0x1d": "Street Fighter 6", + "0x1e": "Kirby Air Riders" }, "game_series": { @@ -10400,6 +10438,7 @@ "0x05c2": "Ridley", "0x05c1": "Metroid", "0x05c0": "Samus", + "0x05c5": "Sylux", "0x04e0": "Pecan", "0x04e1": "Nibbles", "0x04e2": "Agent S", diff --git a/database/games_info.json b/database/games_info.json index f13f4aef..9e95c4e8 100644 --- a/database/games_info.json +++ b/database/games_info.json @@ -96334,6 +96334,12 @@ ], "gamesSwitch2": [] }, + "0x05c50000043c1302": { + "games3DS": [], + "gamesWiiU": [], + "gamesSwitch": [], + "gamesSwitch2": []f + }, "0x05c00000043b1302": { "games3DS": [ { @@ -116571,6 +116577,18 @@ } ], "gamesSwitch2": [] + }, + "0x1f00000004c41e03": { + "games3DS": [], + "gamesWiiU": [], + "gamesSwitch": [], + "gamesSwitch2": [] + }, + "0x1f03010004c91e03": { + "games3DS": [], + "gamesWiiU": [], + "gamesSwitch": [], + "gamesSwitch2": [] } } } \ No newline at end of file diff --git a/images/icon_05c50000-043c1302.png b/images/icon_05c50000-043c1302.png new file mode 100644 index 00000000..168b0e9f Binary files /dev/null and b/images/icon_05c50000-043c1302.png differ diff --git a/images/icon_1f000000-04c41e03.png b/images/icon_1f000000-04c41e03.png new file mode 100644 index 00000000..89516376 Binary files /dev/null and b/images/icon_1f000000-04c41e03.png differ diff --git a/images/icon_1f030100-04c91e03.png b/images/icon_1f030100-04c91e03.png new file mode 100644 index 00000000..fbb03ac9 Binary files /dev/null and b/images/icon_1f030100-04c91e03.png differ