Commit Graph

13 Commits

Author SHA1 Message Date
26957f3106 Updated the base stats of Lapras. 2017-07-20 22:55:02 +08:00
bc2313ec53 Updated the Pokémon database for the complex evolvement paths of Oddish, Gloom, Slowpoke, Tyrogue, and Eevee. 2017-06-08 23:54:51 +08:00
1e9835372f * Restructured the code and moved the report creation to an independent module. Moved the IV sorting to the report module. The main module is now only doing IV finding.
* Changed the reported estimated CPs from values to formulas.
* Moved the localized Pokémon names from the DialogStrings to AddonConfiguration, so that they can also be used in the report, too.
* Changed the report logic to report the estimated maximum CPs of the last evolution forms, instead of several special rules.
* Localized the report headers.
2017-06-08 17:13:28 +08:00
c503a08cb8 Updated the XBA file of the previous 2 commits. 2017-05-05 11:06:37 +08:00
f0c756b917 * Added Pokémons from Johto region (generation 2), whose ID are from 152 to 251, without images yet.
* Moved fnMapPokemonNameToId from 0Main to 9Load, because it is only used in 9Load.
* Separated sPokemonId from sPokemonName in the data structure, to fix the confusion for Farfetch'd, Nidoran♀, Nidoran♂, and Mr. Mime.
* Advanced to 0.4.0.
* Updated the update information.
2017-03-01 23:11:17 +08:00
98069f942c Moved the dialog UI control from 0Main to 1Dialog, to keep the code clean. 0Main processes mostly the algorithm itself now. 2017-02-24 18:12:57 +08:00
95fc3c85f0 Fixed "star dust" to "stardust". 2017-02-16 11:40:07 +08:00
b8259303fa Updated the copyright year. 2017-02-15 17:04:32 +08:00
403885d6cb Updates the dialog so that the Pokémon list is created at run time, for the localization of Pokémon names. 2017-02-14 22:00:46 +08:00
a8787c38f0 Added first uno control image. 2016-12-07 01:50:28 +08:00
12e4cd3052 Fixed to show the multiple evolved forms properly, for Eevee and others. 2016-12-06 16:18:00 +08:00
54af6ff74e Renamed from "Pokémon Go" To "Pokémon GO". Changed to the dynamic full appraisal text selection instead of the keywords selection. 2016-12-05 16:44:04 +08:00
16c621171f Moved the UI to the main module so that we do not need to duplicate the type. 2016-11-29 15:02:15 +08:00