From 697e674b53209e44d312c7910d98a63a509e3a35 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Wed, 8 Jun 2022 15:47:02 -0300 Subject: [PATCH 1/3] Document all known Transform-related glitches Fixes #795 --- docs/bugs_and_glitches.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index dd4c61cf7f4..02a9e4878f5 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -43,6 +43,8 @@ Fixes in the [multi-player battle engine](#multi-player-battle-engine) category - [Single-player battle engine](#single-player-battle-engine) - [A Transformed Pokémon can use Sketch and learn otherwise unobtainable moves](#a-transformed-pokémon-can-use-sketch-and-learn-otherwise-unobtainable-moves) - [Catching a Transformed Pokémon always catches a Ditto](#catching-a-transformed-pokémon-always-catches-a-ditto) + - [A Ditto can get the stats of the Pokémon it transformed into](#a-ditto-can-get-the-stats-of-the-pokémon-it-transformed-into) + - [A Transformed Pokémon will incorrectly use the Shiny palette upon prompted switchout](#a-transformed-pokémon-will-incorrectly-use-the-shiny-palette-upon-prompted-switchout) - [Experience underflow for level 1 Pokémon with Medium-Slow growth rate](#experience-underflow-for-level-1-pokémon-with-medium-slow-growth-rate) - [The Dude's catching tutorial may crash if his Poké Ball can't be used](#the-dudes-catching-tutorial-may-crash-if-his-poké-ball-cant-be-used) - [BRN/PSN/PAR do not affect catch rate](#brnpsnpar-do-not-affect-catch-rate) @@ -1073,6 +1075,25 @@ This bug can affect Mew or Pokémon other than Ditto that used Transform via Mir ``` +### A Ditto can get the stats of the Pokémon it transformed into + +If a player or enemy Pokémon uses Roar, Whirlwind, and/or Transform, some of the stats (DVs, shininess, and gender) of the opposing Pokémon can be copied to that Pokémon. This can result in the Pokémon and/or the entire enemy team (in the case of the glitch being applied on the enemy) incorrectly having those stats for the rest of the battle (and the shiny palette after opening the Pack or Party menus then backing out). + +([Video 1](https://www.youtube.com/watch?v=8Lb5pq0y6h8) +([Video 2](https://www.youtube.com/watch?v=oq67mBVHbtI) + +**Fix:** No fix is available at this time. + + +### A Transformed Pokémon will incorrectly use the Shiny palette upon prompted switchout + +If a transformed Pokémon defeats a Trainer Pokémon and switches to a Shiny Pokémon at the prompt to switch, the transformed Pokémon incorrectly uses the Shiny palette while being switched out. If switched out normally, this doesn't occur. + +([Video](https://www.youtube.com/watch?v=VbPRiHBNh-M) + +**Fix:** No fix is available at this time. + + ### Experience underflow for level 1 Pokémon with Medium-Slow growth rate ([Video](https://www.youtube.com/watch?v=SXH8u0plHrE)) From 85b6e0b59e6c0f89dcc43647251bb78674768c56 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Wed, 8 Jun 2022 22:24:49 -0300 Subject: [PATCH 2/3] Update docs/bugs_and_glitches.md Co-authored-by: vulcandth --- docs/bugs_and_glitches.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 02a9e4878f5..cf118fd4f96 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1079,8 +1079,8 @@ This bug can affect Mew or Pokémon other than Ditto that used Transform via Mir If a player or enemy Pokémon uses Roar, Whirlwind, and/or Transform, some of the stats (DVs, shininess, and gender) of the opposing Pokémon can be copied to that Pokémon. This can result in the Pokémon and/or the entire enemy team (in the case of the glitch being applied on the enemy) incorrectly having those stats for the rest of the battle (and the shiny palette after opening the Pack or Party menus then backing out). -([Video 1](https://www.youtube.com/watch?v=8Lb5pq0y6h8) -([Video 2](https://www.youtube.com/watch?v=oq67mBVHbtI) +([Video 1](https://www.youtube.com/watch?v=8Lb5pq0y6h8)) +([Video 2](https://www.youtube.com/watch?v=oq67mBVHbtI)) **Fix:** No fix is available at this time. From 99e4af571979bf820cff4b270d2dd1af3c4081e3 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Wed, 8 Jun 2022 22:25:08 -0300 Subject: [PATCH 3/3] Update docs/bugs_and_glitches.md Co-authored-by: vulcandth --- docs/bugs_and_glitches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index cf118fd4f96..44d855cbc4e 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1089,7 +1089,7 @@ If a player or enemy Pokémon uses Roar, Whirlwind, and/or Transform, some of th If a transformed Pokémon defeats a Trainer Pokémon and switches to a Shiny Pokémon at the prompt to switch, the transformed Pokémon incorrectly uses the Shiny palette while being switched out. If switched out normally, this doesn't occur. -([Video](https://www.youtube.com/watch?v=VbPRiHBNh-M) +([Video](https://www.youtube.com/watch?v=VbPRiHBNh-M)) **Fix:** No fix is available at this time.