diff --git a/Gen 9/Legends Z-A/Data/Studio/items/gimmighoul_coin.json b/Gen 9/Legends Z-A/Data/Studio/items/gimmighoul_coin.json index 6dfc5842c..eeb1f3609 100644 --- a/Gen 9/Legends Z-A/Data/Studio/items/gimmighoul_coin.json +++ b/Gen 9/Legends Z-A/Data/Studio/items/gimmighoul_coin.json @@ -1,7 +1,7 @@ { "id": 2328, "dbSymbol": "gimmighoul_coin", - "icon": "return", + "icon": "2328", "price": 0, "socket": 1, "position": 0, diff --git a/Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json b/Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json index fa1a5a26c..a3ed2fc25 100644 --- a/Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json +++ b/Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json @@ -30,9 +30,13 @@ "dbSymbol": "gholdengo", "form": 0, "conditions": [ + { + "type": "minLevel", + "value": 1 + }, { "type": "func", - "value": "void" + "value": "elv_gimmighoul" } ] } diff --git a/Gen 9/Legends Z-A/graphics/icons/2328.png b/Gen 9/Legends Z-A/graphics/icons/2328.png new file mode 100644 index 000000000..807a922e6 Binary files /dev/null and b/Gen 9/Legends Z-A/graphics/icons/2328.png differ diff --git a/Gen 9/scarlet-violet/Data/Studio/items/gimmighoul_coin.json b/Gen 9/scarlet-violet/Data/Studio/items/gimmighoul_coin.json index 6dfc5842c..eeb1f3609 100644 --- a/Gen 9/scarlet-violet/Data/Studio/items/gimmighoul_coin.json +++ b/Gen 9/scarlet-violet/Data/Studio/items/gimmighoul_coin.json @@ -1,7 +1,7 @@ { "id": 2328, "dbSymbol": "gimmighoul_coin", - "icon": "return", + "icon": "2328", "price": 0, "socket": 1, "position": 0, diff --git a/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json b/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json index fa1a5a26c..a3ed2fc25 100644 --- a/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json +++ b/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json @@ -30,9 +30,13 @@ "dbSymbol": "gholdengo", "form": 0, "conditions": [ + { + "type": "minLevel", + "value": 1 + }, { "type": "func", - "value": "void" + "value": "elv_gimmighoul" } ] } diff --git a/Gen 9/scarlet-violet/graphics/icons/2328.png b/Gen 9/scarlet-violet/graphics/icons/2328.png new file mode 100644 index 000000000..807a922e6 Binary files /dev/null and b/Gen 9/scarlet-violet/graphics/icons/2328.png differ