diff options
-rw-r--r-- | Physical-Special-split.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 3410b98..22484fd 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -1,6 +1,6 @@ In Gen 2 (and Gen 3), some types were always physical and some were always special. Here's how to implement the physical/special split from Gen 4 and up. -(The code for this feature was adapted from [Pokémon Fractal](https://gitgud.io/pfero/axyllagame/) (the Axyllia region).) +(The code for this feature was adapted from [Pokémon Fractal](https://gitgud.io/pfero/axyllagame/) (the Axyllia region) and [Polished Crystal](https://github.com/Rangi42/polishedcrystal).) ## Contents |