1.2.0 - Bulbapedia Parser and Move Refactor
AsparagusEduardo
released this
27 Feb 00:33
·
77 commits
to master
since this release
- 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.