Core — What are in the officials Dexes. Very small changes for a reliable base, see
changelog.
Community — Based on Core dataset, some abilities pools are updated according to the Gen 9
Dex.
Homebrew — Based on Community dataset, updated all mons stats and movepools from Gen 1 to
8.5.
Q&A
Homebrew: what are "Deleted" moves?
Those are moves that have been removed in Gen 8. When updating, those have been reinjected from the Core Dex.
Feel free to keep them or not.
Changelog
Core
- Following Pokémons have now a minimum evolution level of 20: Shellder, Exeggcute, Eevee.
Other Gen-1
Pokémons with Stone Evolution have this condition. Probable oversight.
- Rotom have now one entry per form.
- According to the Gen 8 References document, Koffing and Weezing have their new Abilities set.
- Additional Note: The dex formatting follows the Gen 9 Community Homebrew Dex guidelines, but (hopefully)
no data has been scrapped.
Community
According to the document, some Pokémon have their Abilities set updated: Gastly, Haunter, Gengar, Lapras,
Spinarak, Ariados, Phanpy, Donphan, Spheal, Shiftry, Piplup, Prinplup, Gallade, Gible, Gabite, Whirlipede,
Pawniard, Bisharp, Cobalion, Terrakion, Virizion, Keldeo, Skiddo, Gogoat, Honedge, Doublade, Aegislash,
Kartana, Samurott Hisuian, Kleavor
Homebrew
All Pokémons from Gen 1 to 8.5 has been updated using the newest game generation available and following PTU
standard, using Gen 9 Community Homebrew guidelines. Here is the process:
- Extract Base Stats, Moves, Evolutionary Stage from PokeAPI
- Transform stats for PTU format: base_stat / 10, rounded up from .5.
- Split moves into categories:
- "Level Up Move List": sorted by level (with "Evo" first).
- "TM/Tutor Move List": names only, sorted alphabetically.
- If stage > 0: all level:1 moves → moved into TM/Tutor (with (N) suffix).
- Special stone-evolution logic:
- If evolved by stone and has <10 level-up moves → inherit level-up moves from previous stage.
- Moves below minimum evolution level → shifted to TM/Tutor list with (N).
- Deduplication rules:
- No duplicates in TM/Tutor list; if both normal and (N) exist, keep only (N).
- If a move also exists in Level-Up, remove it from TM/Tutor.