Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Official GF names by default #4241

Merged

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    62ce29d View commit details
    Browse the repository at this point in the history
  2. PARAMETRIZE_LABEL in test/species.c

    PARAMETRIZE_LABEL is like PARAMETRIZE, except that it allows the user to
    provide a label which will be displayed in the test name line. This is
    useful for tracking _which_ PARAMETRIZE case failed in the situation
    where the numbers are unwieldy.
    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    1fea6b8 View commit details
    Browse the repository at this point in the history
  3. Narrower fonts

    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e42a0a6 View commit details
    Browse the repository at this point in the history
  4. Fix expanded move names

    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    738fade View commit details
    Browse the repository at this point in the history
  5. Enable GF move names by default

    In contests, even FONT_NARROWER isn't sufficient to prevent clipping in
    all cases. e.g. Stomping Tantrum clips. We have decided to accept that
    cost to make the rest of the user experience better, but downstream
    projects that don't like that trade-off can either a) alter the contest
    UI, or b) set B_EXPANDED_MOVE_NAMES to FALSE.
    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a1d2460 View commit details
    Browse the repository at this point in the history
  6. Expanded item names

    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    484e288 View commit details
    Browse the repository at this point in the history
  7. Enable GF item names by default

    In the Pokémon Storage System, even FONT_SMALL_NARROWER isn't sufficient
    to prevent clipping in all cases. e.g. Unremarkable Teacup clips. We
    have decided to accept that cost to make the rest of the user experience
    better, but downstream projects that don't like that trade-off can
    either a) alter the Pokémon Storage System UI, or b) set
    I_EXPANDED_ITEM_NAMES to FALSE.
    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aab9678 View commit details
    Browse the repository at this point in the history
  8. VANILLA_POKEMON_NAME_LENGTH

    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2ec3554 View commit details
    Browse the repository at this point in the history
  9. Expanded species names

    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    06d817b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d913792 View commit details
    Browse the repository at this point in the history
  11. Support GF abilities names

    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    30efba0 View commit details
    Browse the repository at this point in the history
  12. Expanded type names

    mrgriffin committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    073f12b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    664fe90 View commit details
    Browse the repository at this point in the history