-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrote All Uses of 'from_str_radix' to Use Bit Manipulation in saveL…
…oader - Rewrote function getPokemonOTIDFromSave() - Rewrote function getPokemonHPFromSave() - Rewrote function getPokemonStatsFromSave() - Rewrote function getPokemonEVsFromSave() - Rewrote function getPokemonMovesFromSave() - Rewrote function getPokemonIVsFromSave() - Added test getTrainerIDFromSave_BitManipTest() - Added test getPokemonOTIDFromSave_BitManipTest() - Added test getPokemonHPFromSave_BitManipTest() - Added test getPokemonStatsFromSave_BitManipTest() - Added test getPokemonEVsFromSave_BitManipTest() - Added test getPokemonMovesFromSave_BitManipTest() - Fixed faulty order of EVs in saveLoader - Updated pokemonStats::IVs::to_string() to include HP IV - Updated test pokemon::basicPkmnTests::getDetails() to include new HP IV printout
- Loading branch information
Showing
3 changed files
with
225 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters