v1.2.1 - Near-Universal TMs + Missing SwSh data
AsparagusEduardo
released this
14 May 02:25
·
46 commits
to master
since this release
Note: BDSP and LA data are being worked on at the moment.
- NEW:
- Added Galarian forms data.
- Added missing SwSh mon data (Toxtricity Low Key and Female Indeedee)
db/monNames.json
now supports Pokémon forms using the same learnset tables as their base forms (eg. Rotom).- Option to utilize the new move constants by RHH's branches (eg. VISE_GRIP vs VICE_GRIP).
- Button shortcuts to input and output folders.
- Support for near-universal TMs (eg. Hidden Power). Species that will not benefit from this can be setup using the
ignoresNearUniversalTMs
attribute indb/MonNames.json
. A special case was made for Attract, as it usesisGenderless
to check if the mon should be able to use the move. Nincada doesn't learn it at all though. - Input files now support comments and empty rows.
- CHANGED:
- Disabled Bulbapedia Parser. Not only it was broken for Gen 8, but It wasn't really needed to be enabled user-wise and only served to stress the Bulbapedia servers needlessly.
- Using Serebii for Generation 8 data.
- Merged SwSh Expansion Pass data into Sword and Shield data
- "Use Extended TMs" changed to "Use Refactored TMs".
- "Use Extended Tutors" changed to "Use Refactored Tutors".
- "Use new Style" changed to "Align moves to name". Choosing this option will use vanilla formatting for
egg_moves.h
, while Pokémon Expansion's format will be the default. - Egg moves are now exported in alphabetical order.
- FIXED:
- Solar Beam's TM constant wasn't synced after a pokeemerald change.
- Mime Jr.'s species constant was wrong.
Full Changelog: 1.2.0...v1.2.1