Skip to content

Rename STARTER_PIKACHU and RIVAL_STARTER_* constants #151

Description

@Rangi42

The point of these constants is to abstract out the exact species, making it easier to change, and clear which values are due to it being the starter (as opposed to checks for that species for reasons unrelated to starterness).

However, their names include the species -- STARTER_PIKACHU, RIVAL_STARTER_JOLTEON, etc. This defeats the purpose. Compare them to RESTLESS_SOUL, which does not redundantly include the actual species MAROWAK.

Suggestion:

  • STARTER_PIKACHU -> STARTER
  • RIVAL_STARTER_* -> RIVAL_STARTER1-3

(Compare with pokered's STARTER1-3)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions