Releases: AsparagusEduardo/PoryMoves
Releases · AsparagusEduardo/PoryMoves
v1.5.0 - Latest moveset feature
HOTFIX:
- Fixed exporting to vanilla not working by default.
Added
- Option to only use the latest moveset available for a species.
Fixed
- Fixed USUM's JSON missing its PreEvoMoves data.
- Fixed move order in USUM's JSON.
- Other USUM data corrections.
v1.4.0 - Caught up to Scarlet and Violet
ADDED:
- Brilliand Diamond/Shining Pearl moveset data.
- Legends: Arceus moveset data.
- Scarlet/Violet moveset data.
- Option to add Preevolution-only moves to new level up learnsets as Level 1 moves like in Gen 8+ for previous generations.
FIXED:
- Hisuian form var names
Big, big, BIG thanks to @pkmnsnfrn for their help with updating the move data.
Full Changelog: v1.2.1...v1.3.0
1.2.0 - Bulbapedia Parser and Move Refactor
- NEW: The internal Bulbapedia html parser is now available publicly. This feature is used to update the learnset data files in
db/gen/
.
However, this process will take several minutes to do so, specially on later generations. Every release of PoryMoves will have the learnset data files updated, so this should only be used in case there's updated information in Bulbapedia and I haven't updated it myself. - NEW: Added missing data from The Crown Tundra (Pokémon, forms and moves).
- CHANGE: Isle of Armor and Crown Tundra learnset JSONs have been merged into a single Expansion Pass file.
- CHANGE: Move data is now read from
db/moveNames.json
instead of being hard-coded into the app. This should allow for future proofing in case new moves are added before a new release. - CHANGE: TM data in learnset files is now ordered by TM number in each generation.
- FIXED: Smeargle's level up moveset being averaged into a single Sketch past level 1. Now it exports its moveset like it's in every generation it's in.
- FIXED:
party_menu_tutor_list.h
exporting to root folder instead ofoutput/
. - FIXED:
party_menu_tutor_list.h
missingTUTOR_
in its defines.
v1.3.0 - Support for RHH's pokeemerald-expansion 1.0.0
Note: Still no BDSP and LA data update, sorry. I accept PRs, so if anyone wants to submit the data, I'd be very grateful :)
ADDED:
- Support for RHH's pokeemerald-expansion 1.0.0 new "Teachable moves" format.
- The "Select All" button now switches to "Deselect All" when pressed.
- Mew can now properly learn all TM and Tutor moves (with exception of a few exclusive moves)
- Added an option for Mew to learn them anyway.
OTHER:
- Updated Newtonsoft.Json to 13.0.1
Full Changelog: v1.2.1...v1.3.0
v1.2.1 - Near-Universal TMs + Missing SwSh data
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
1.1.0 - Crown Tundra Update
- Added data for version 1.3.0 of Sword and Shield
- Added move data for Shaymin Sky, Hoopa Unbound and Eternal Flower Floette.
- Updated defines, var names and order based on the latest Pokémon Expansion commit.
- Fixed Tea Time and Eterna Beam defines.
1.0.0 - Initial release
Initial release.