From c25354ccdd5bfb3cb27f1581f70ea0091ba6a05d Mon Sep 17 00:00:00 2001 From: Aelysya <93989677+Aelysya@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:58:42 +0100 Subject: [PATCH 1/3] add gimmighoul coin icon --- .../Data/Studio/items/gimmighoul_coin.json | 2 +- Gen 9/Legends Z-A/graphics/icons/2328.png | Bin 0 -> 467 bytes .../Data/Studio/items/gimmighoul_coin.json | 2 +- Gen 9/scarlet-violet/graphics/icons/2328.png | Bin 0 -> 467 bytes 4 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 Gen 9/Legends Z-A/graphics/icons/2328.png create mode 100644 Gen 9/scarlet-violet/graphics/icons/2328.png 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/graphics/icons/2328.png b/Gen 9/Legends Z-A/graphics/icons/2328.png new file mode 100644 index 0000000000000000000000000000000000000000..807a922e6ad3e976127c79b36fabf937d4710df6 GIT binary patch literal 467 zcmV;^0WAKBP)-*6(?t*vUpx18znXo@z4pDwUerq$efVmDRKZvYV%~~i(i}|!0fVaD;Z}htI18!U6 znfd2+sJMi0fEU0U#_AyOy{sx(~F#q~d7>07%u& zQrgW$3tCK^xGU}MNL!y+W6?)K0IGI&W-*6(?t*vUpx18znXo@z4pDwUerq$efVmDRKZvYV%~~i(i}|!0fVaD;Z}htI18!U6 znfd2+sJMi0fEU0U#_AyOy{sx(~F#q~d7>07%u& zQrgW$3tCK^xGU}MNL!y+W6?)K0IGI&W Date: Wed, 7 Jan 2026 23:01:53 +0100 Subject: [PATCH 2/3] add gimmighoul evo method --- Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json | 2 +- Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..5bb7e8813 100644 --- a/Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json +++ b/Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json @@ -32,7 +32,7 @@ "conditions": [ { "type": "func", - "value": "void" + "value": "elv_gimmighoul" } ] } diff --git a/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json b/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json index fa1a5a26c..5bb7e8813 100644 --- a/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json +++ b/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json @@ -32,7 +32,7 @@ "conditions": [ { "type": "func", - "value": "void" + "value": "elv_gimmighoul" } ] } From 3a1f8638334996fc20b9fd971f95d88de7e71c29 Mon Sep 17 00:00:00 2001 From: Aelysya <93989677+Aelysya@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:24:04 +0100 Subject: [PATCH 3/3] fix evo conditions --- Gen 9/Legends Z-A/Data/Studio/pokemon/gimmighoul.json | 4 ++++ Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json | 4 ++++ 2 files changed, 8 insertions(+) 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 5bb7e8813..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,6 +30,10 @@ "dbSymbol": "gholdengo", "form": 0, "conditions": [ + { + "type": "minLevel", + "value": 1 + }, { "type": "func", "value": "elv_gimmighoul" diff --git a/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json b/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json index 5bb7e8813..a3ed2fc25 100644 --- a/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json +++ b/Gen 9/scarlet-violet/Data/Studio/pokemon/gimmighoul.json @@ -30,6 +30,10 @@ "dbSymbol": "gholdengo", "form": 0, "conditions": [ + { + "type": "minLevel", + "value": 1 + }, { "type": "func", "value": "elv_gimmighoul"