diff --git a/database/amiibo.json b/database/amiibo.json index e45a6856..79aa57be 100644 --- a/database/amiibo.json +++ b/database/amiibo.json @@ -2905,6 +2905,17 @@ "jp": "2014-12-06" } }, + "0x0001000404401c02": + { + "name": "Tsumiki Luigi", + "release": + { + "au": null, + "eu": null, + "jp": "2025-08-26", + "na": null + } + }, "0x0189010103b10502": { "name": "Label", @@ -2971,6 +2982,17 @@ "jp": "2015-03-12" } }, + "0x0003000404421c02": + { + "name": "Tsumiki Yoshi", + "release": + { + "au": null, + "eu": null, + "jp": "2025-08-26", + "na": null + } + }, "0x030f0001016d0502": { "name": "Derwin", @@ -4140,6 +4162,17 @@ "jp": "2015-03-12" } }, + "0x00000004043f1c02": + { + "name": "Tsumiki Mario", + "release": + { + "au": null, + "eu": null, + "jp": "2025-08-26", + "na": null + } + }, "0x07c0020000230002": { "name": "Mii Gunner", @@ -6890,6 +6923,17 @@ "jp": "2014-12-06" } }, + "0x0002000404411c02": + { + "name": "Tsumiki Peach", + "release": + { + "au": null, + "eu": null, + "jp": "2025-08-26", + "na": null + } + }, "0x0014000002670102": { "name": "Waluigi", @@ -9708,6 +9752,7 @@ "0x17": "Power Pros", "0x1a": "Donkey Kong", "0x1b": "Xenoblade Chronicles 3", + "0x1c": "My Mario Wooden Blocks", "0x1d": "Street Fighter 6" }, "game_series": @@ -9836,7 +9881,8 @@ "0x01": "Card", "0x00": "Figure", "0x03": "Band", - "0x02": "Yarn" + "0x02": "Yarn", + "0x04": "Block" }, "characters": { diff --git a/database/games_info.json b/database/games_info.json index eee65dba..f925b12e 100644 --- a/database/games_info.json +++ b/database/games_info.json @@ -1031,6 +1031,11 @@ } ] }, + "0x00000004043f1c02": { + "games3DS": [], + "gamesWiiU": [], + "gamesSwitch": [] + }, "0x00000000003c0102": { "games3DS": [ { @@ -5424,6 +5429,11 @@ } ] }, + "0x0001000404401c02": { + "games3DS": [], + "gamesWiiU": [], + "gamesSwitch": [] + }, "0x0001000000350102": { "games3DS": [ { @@ -6465,6 +6475,11 @@ } ] }, + "0x0002000404411c02": { + "games3DS": [], + "gamesWiiU": [], + "gamesSwitch": [] + }, "0x0002000000360102": { "games3DS": [ { @@ -8832,6 +8847,11 @@ } ] }, + "0x0003000404421c02": { + "games3DS": [], + "gamesWiiU": [], + "gamesSwitch": [] + }, "0x00030003039fff02": { "games3DS": [], "gamesWiiU": [], diff --git a/images/icon_00000004-043f1c02.png b/images/icon_00000004-043f1c02.png new file mode 100644 index 00000000..85ffc535 Binary files /dev/null and b/images/icon_00000004-043f1c02.png differ diff --git a/images/icon_00010004-04401c02.png b/images/icon_00010004-04401c02.png new file mode 100644 index 00000000..5318b921 Binary files /dev/null and b/images/icon_00010004-04401c02.png differ diff --git a/images/icon_00020004-04411c02.png b/images/icon_00020004-04411c02.png new file mode 100644 index 00000000..c9e8e51f Binary files /dev/null and b/images/icon_00020004-04411c02.png differ diff --git a/images/icon_00030004-04421c02.png b/images/icon_00030004-04421c02.png new file mode 100644 index 00000000..41ab728a Binary files /dev/null and b/images/icon_00030004-04421c02.png differ