Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

[Suggestion] pokemon types data #878

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2018

  1. [A] added PokeinfoCalculator singleton provides getter to return poke…

    …mon type names list for each pokemon type base20 numeral values.
    udnp committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    2e7a184 View commit details
    Browse the repository at this point in the history
  2. [C] changed guessing Eevee's evolution to use pokemon types base20 va…

    …lue with pokeInfoCalculator#getTypeNames(), intead of pokemon types array number.
    udnp committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    ed5dd92 View commit details
    Browse the repository at this point in the history
  3. [C] changed Pokemon class has a pokemon types base20 value, and Pokem…

    …onNameCorrector use this instead of its hard coded value.
    udnp committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    29fc82a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    7344cbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a0481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d45bfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26ad93d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb61b8d View commit details
    Browse the repository at this point in the history
  6. [C] changed Pokemon class types field indicates localized pokemon typ…

    …e names directly, instead of base20 value.
    udnp committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    0d6c226 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6b378d View commit details
    Browse the repository at this point in the history