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

Updating to main #151

Merged
merged 358 commits into from
Aug 22, 2024
Merged

Updating to main #151

merged 358 commits into from
Aug 22, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 2, 2024

  1. [Sprite] Victreebil's stem not connected to the head (pagefaultgames#…

    …3292)
    
    * [Fix][Sprite] 4083 Galarian Farfetch'd exp
    
    Fixed cropped feet on exp for default & shiny.
    Rearranged spritesheet to fit new size.
    Both sritesheets have identical sprite framing.
    Both json are identical.
    
    * [Sprite] 71- Fixed  missing stem
    
    fixed missing stem segment on victreebil's head
    default and shiny
    png positions are identical
    json are identical
    pom-eranian authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    17cc8b5 View commit details
    Browse the repository at this point in the history
  2. [Bug] fixed switch out bug when fainted single -> double (pagefaultga…

    …mes#3288)
    
    Mirror of PR pagefaultgames#1333. Thanks to 0zuzu (https://github.com/0zuzu) for providing the original fix.
    
    Co-authored-by: 0zuzu <[email protected]>
    flx-sta and 0zuzu authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    89d38a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aeafe0f View commit details
    Browse the repository at this point in the history
  4. [Localization] Localize pokemon form change message and translate (pa…

    …gefaultgames#3275)
    
    * localize form change message (test required)
    
    * Update src/locales/fr/pokemon-form.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/pt_BR/pokemon-form.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/zh_CN/pokemon-form.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/pokemon-form.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/de/pokemon-form.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/it/pokemon-form.ts
    
    Co-authored-by: Niccolò <[email protected]>
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Niccolò <[email protected]>
    6 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5d3458b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e042daf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9655ddc View commit details
    Browse the repository at this point in the history
  7. [Documentation] Document EnemyCommandPhase and Enemy AI functions (p…

    …agefaultgames#3092)
    
    * Create enemy-ai.md
    
    * Finish enemy-ai doc
    
    * Fix outspeed logic + document enemy command functions
    
    * Fix errors in target score formula
    
    * Add example section and implementation guidelines
    
    * Add info on matchup score range
    
    * Fix GitHub rendering issues (maybe)
    
    * Add types to function comments
    
    * Trying to fix GitHub rendering issues again
    
    * Use images for "cases" equations instead
    innerthunder authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ffb7f17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f9ffab View commit details
    Browse the repository at this point in the history
  9. [Sprite] Shiny animated Clawitzer using wrong palette (pagefaultgames…

    …#3297)
    
    * [Sprite] Recolour shiny Clawitzer
    
    Palette taken from back counterpart
    
    * [Sprite] Recolour shiny Clawitzer
    
    Palette taken from back counterpart
    chaosgrimmon authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    abbf497 View commit details
    Browse the repository at this point in the history
  10. [Enhancement] Allow Starters to Remember Egg Moves (pagefaultgames#2482)

    * Allow Starters to Remember Egg Moves
    
    * Adjust Documentation
    
    * Minor NIT
    xsn34kzx authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    302f1e5 View commit details
    Browse the repository at this point in the history
  11. [Bug] Fix affixes appearing when they shouldn't (pagefaultgames#3236)

    * [Hotfix] Fix interactions of some moves not changing types (pagefaultgames#3183)
    
    * [Hotfix] Fix wild spawns not having their HA (pagefaultgames#3190)
    
    * Fix some cases of wrong affixes
    
    * There are two trainer send out messages
    
    ---------
    
    Co-authored-by: Adrian T. <[email protected]>
    Co-authored-by: NightKev <[email protected]>
    3 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e5f458d View commit details
    Browse the repository at this point in the history
  12. [Enhancement] Add female and double grunts (pagefaultgames#3280)

    * Add female and double grunts, add localizations
    
    * Update src/locales/fr/trainers.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/it/trainers.ts
    
    Co-authored-by: Niccolò <[email protected]>
    
    * Update src/locales/ko/trainers.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update src/locales/pt_BR/trainers.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update trainers.ts
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Niccolò <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    5 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    52ef92a View commit details
    Browse the repository at this point in the history
  13. Disable egg gacha in rewards (pagefaultgames#3304)

    * chore: Refactor excludedMenus logic in MenuUiHandler
    
    * Refactor excludedMenus logic in MenuUiHandler
    
    * Update src/ui/menu-ui-handler.ts
    
    Co-authored-by: flx-sta <[email protected]>
    
    * Refactor excludedMenus logic in MenuUiHandler
    
    * chore: Add setup method to MenuUiHandler
    
    * Refactor excludedMenus logic in MenuUiHandler
    
    ---------
    
    Co-authored-by: flx-sta <[email protected]>
    f-fsantos and flx-sta authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3a87c86 View commit details
    Browse the repository at this point in the history
  14. hotfix cursor selection

    f-fsantos committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0d406b1 View commit details
    Browse the repository at this point in the history
  15. explicit check for options

    f-fsantos committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2f83e6e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9f68ba8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    263924f View commit details
    Browse the repository at this point in the history
  18. [Sprite] Wo-Chien back sprite (pagefaultgames#3307)

    * [Fix][Sprite] 4083 Galarian Farfetch'd exp
    
    Fixed cropped feet on exp for default & shiny.
    Rearranged spritesheet to fit new size.
    Both sritesheets have identical sprite framing.
    Both json are identical.
    
    * [Fix][Sprite] 1001 Wo-Chien exp fix
    
    cleaned up tips of antlers
    slightly improved back sprite
    default + shiny. identical json, identical framing
    pom-eranian authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    03ba575 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. [Localization] Small batch of missing French entires (pagefaultgames#…

    …3309)
    
    * Update trainers.ts
    
    * Update bgm-name.ts
    
    * Update bgm-name.ts
    Adri1 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6c6dc01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8b708 View commit details
    Browse the repository at this point in the history
  3. [Bug] Weather should be reset upon arena reset (pagefaultgames#3301)

    * `resetArenaEffects()` should also reset weather
    
    * Update function doc
    DayKev authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e181246 View commit details
    Browse the repository at this point in the history
  4. [Test] added revive function in gameManager & a double-battle test (p…

    …agefaultgames#3298)
    
    * added revive function in gamaManager & a double-battle test
    
    * extended timeout of double battle test referencing to battle test
    
    * less code, deleted unused param, clearer description of test
    
    * add back dbond to move in test
    
    * more straight forward testing
    
    * reverse back override
    
    * polish double battle test a bit
    allen925 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3055d45 View commit details
    Browse the repository at this point in the history
  5. [Localization] add missed move trigger and remove getPokemonMessage (p…

    …agefaultgames#3281)
    
    * localize missed move-trigger message and remove redundant getPokemonMessage
    
    * Update src/locales/zh_CN/move-trigger.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/move-trigger.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/data/move.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/move-trigger.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_CN/move-trigger.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/fr/move-trigger.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/it/move-trigger.ts
    
    Co-authored-by: Niccolò <[email protected]>
    
    * Revert "Update src/data/move.ts"
    
    This reverts commit 4dd6130.
    
    * fix italian param error
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/move-trigger.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/pt_BR/move-trigger.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    ---------
    
    Co-authored-by: mercurius-00 <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Niccolò <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    6 people authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ec27c14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdc4826 View commit details
    Browse the repository at this point in the history
  7. [Localization] Fresh Start challenge entries added to French locales (p…

    …agefaultgames#3317)
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    Adri1 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    67babd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32496fa View commit details
    Browse the repository at this point in the history
  9. [Sprite/Misc] Repo Icon cleanup (pagefaultgames#3311)

    * [Sprite] Missing Gen 7 variant icons
    
    Taken from current icon spritesheet
    
    * [Sprite] Remove non-Gen 6 icon
    
    * Delete public/images/pokemon/icons/variant/6/742_3.png
    
    * Delete public/images/pokemon/icons/variant/6/743_2.png
    
    * Delete public/images/pokemon/icons/variant/6/743_3.png
    
    * Delete public/images/pokemon/icons/variant/6/777_2.png
    
    * Delete public/images/pokemon/icons/variant/6/777_3.png
    
    * Delete public/images/pokemon/icons/variant/6/779_2.png
    
    * Delete public/images/pokemon/icons/variant/6/779_3.png
    
    * Delete public/images/pokemon/icons/variant/6/354-mega_2.png
    
    * Delete public/images/pokemon/icons/variant/6/354-mega_3.png
    
    * [Sprite] Missing Mega Banette variant icons
    
    Taken from the Gen 6 variant icon folder
    
    * [Sprite] Missing Poltchageist/Sinistcha form icons
    
    Renamed duplicates of alternate forms
    chaosgrimmon authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bb6ec94 View commit details
    Browse the repository at this point in the history
  10. [Refactor] Refactored duplicated code into a common Pokemon#leaveFiel…

    …d() function (pagefaultgames#3310)
    
    * refactor duplicated code into leaveField function
    
    * replace bugfix code
    snoozbuster authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a2a1f3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    800abc4 View commit details
    Browse the repository at this point in the history
  12. [Enhancement] Add confirm exit popup in starter select UI (pagefaultg…

    …ames#3316)
    
    * add confirmExit popup
    
    * add translation entries for `confirmExit`
    
    * Update src/ui/starter-select-ui-handler.ts
    
    Co-authored-by: Adrian T. <[email protected]>
    
    ---------
    
    Co-authored-by: Adrian T. <[email protected]>
    KimJeongSun and torranx authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d20b755 View commit details
    Browse the repository at this point in the history
  13. [Balance] Give Dipplin Dragon Cheer as a relearn move, give Applin Ma…

    …tcha Gotcha as egg move instead (pagefaultgames#3291)
    
    * Change Relearn Move
    
    * Change Egg Move
    Blitz425 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cd1c810 View commit details
    Browse the repository at this point in the history
  14. [Refactor] Merged implementation of CutHpStatBoostAttr moves (pagefau…

    …ltgames#3255)
    
    * Merged implementation of CutHpStatBoostAttr moves
    
    * Fixed failure check
    
    * Fixed Belly Drum details
    
    * Moved comment
    
    * Tests for involved moves
    
    * Fixed belly drum reference
    
    * Added localization
    
    * Manual merge
    
    * Fixed issues discovered by Temp
    
    * Updated moveset overrides to match new format
    
    * Implementing Torranx's fixes
    
    * Localized Belly Drum message to Belly Drum's initialization
    
    * Post Caffeine Activation
    
    * Actual Caffeine Fix-TypeDoc Test
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    frutescens and Frutescens authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3fa2088 View commit details
    Browse the repository at this point in the history
  15. [Sprite] Move Victini graphics to Generation 5 atlases (pagefaultgame…

    …s#3320)
    
    * Move Victini graphics to Generation 5 atlases
    
    * Minor change
    Madmadness65 authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    153d8ba View commit details
    Browse the repository at this point in the history
  16. [Feature] Implement generic evil team admins (pagefaultgames#3234)

    * [Hotfix] Fix interactions of some moves not changing types (pagefaultgames#3183)
    
    * [Hotfix] Fix wild spawns not having their HA (pagefaultgames#3190)
    
    * Add evil admin placeholder images
    
    * Add admin names to locale files
    
    * Add evil team admin dialogue
    
    * Added new sprites
    
    * Make simple admin trainer pools
    
    * Add Korean localization
    
    * Increase evil boss money multiplier from 2.25 to 2.5
    
    ---------
    
    Co-authored-by: Adrian T. <[email protected]>
    Co-authored-by: NightKev <[email protected]>
    3 people authored Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7048fbe View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    10aa85e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    42d00e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdcf215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca64c4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d879436 View commit details
    Browse the repository at this point in the history
  5. Update phases.ts

    Fixed a linting problem
    Tempo-anon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    22349da View commit details
    Browse the repository at this point in the history
  6. [Enhancement] Improvements to starter selection and filtering user ex…

    …perience (pagefaultgames#3325)
    
    * [filter-ui] Improvements to starter selection and filtering user experience
    Original messages of 14 squashed commits:
    * final cleanup and code comments
    * automatically go to the list of starters when closing filters
    * FilterBar cleanup. Associate each DropDown with an id and access them through it
    * reset all filters when creating a new game. Set different default gen filter for challenge mode
    * start of code cleanup plus some documentation
    * fix filter bar label coloring for legacy theme
    * change generation filter default values to be all generations selected
    * fix navigation between team and filtered Pokemon
    * add missing localisation keys
    * first pass at improving navigation between the UI elements
    * have each filter group handle its default values instead of the filter bar
    * revamp dropdown class. add possibility to display both a sprite and text label at the same time
    * groundwork to be able to move around starter ui elements more easily
    * add hybrid filtering type for Gen and Type filters, clean up implementation for radial type
    
    * [loc][ko][zh] localisation of starter ui filters for Chinese and Korean
    
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * [loc][de] German translations for the filters
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    ---------
    
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: Yonmaru40 <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    4 people authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0796a9f View commit details
    Browse the repository at this point in the history
  7. [Bug] Fix blocking menu when 6 starter selected (pagefaultgames#3333)

    * fix bug of block menu when 6 starter
    
    * update comment
    
    * update comment again
    KimJeongSun authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    8b8ac41 View commit details
    Browse the repository at this point in the history
  8. [Bug] Fix evil team admins (pagefaultgames#3341)

    * Rename `flare_admin_m copy.json` to `flare_admin_f.json`
    
    * Also fix the Magma Admins
    DayKev authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0241abc View commit details
    Browse the repository at this point in the history
  9. [Localization] Fix some errors and transalte admin dialogue (pagefaul…

    …tgames#3335)
    
    * Bring german translation up to date by fixing some errors and translating the admin dialogue
    
    * Update src/locales/de/move-trigger.ts
    CodeTappert authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6ce3468 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    491f801 View commit details
    Browse the repository at this point in the history
  11. [Localization] Small batch of French localization/adjustments (pagefa…

    …ultgames#3339)
    
    * Update filter-bar.ts
    
    * Update trainers.ts
    
    * Update trainers.ts
    
    * Update starter-select-ui-handler.ts
    
    * Update starter-select-ui-handler.ts
    Adri1 authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    fdf2083 View commit details
    Browse the repository at this point in the history
  12. Update move.ts

    Mark future sight and doom desire as partial
    Tempo-anon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    6f82d9c View commit details
    Browse the repository at this point in the history
  13. Update move.ts

    Fixed accidentally added commas
    Tempo-anon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    84d8961 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d27e764 View commit details
    Browse the repository at this point in the history
  15. [Sprite] Trim Skeledirge back exp palettes (pagefaultgames#3350)

    * [Sprite] Trim Skeledirge exp back palette
    
    * [Sprite] Trim Skeledirge shiny back exp palette
    chaosgrimmon authored Aug 4, 2024
    Configuration menu
    Copy the full SHA
    0572ac4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    a8bb6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6da93a View commit details
    Browse the repository at this point in the history
  3. [Bug] Fix Make It Rain and Clanging Scales stat drop trigger logic (p…

    …agefaultgames#3355)
    
    * Fix Make It Rain + Clanging Scales stat drop logic
    
    * Use "includes" instead of "<" for firstTarget logic instead
    innerthunder authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    32d4102 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a301507 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68d3d27 View commit details
    Browse the repository at this point in the history
  6. [Bug] Player pokemon shouldn't generate an NPC moveset (pagefaultgame…

    …s#3356)
    
    * Player pokemon shouldn't generate an NPC moveset
    
    * Make sure Keldeo starts new runs in the correct form
    DayKev authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    063e6db View commit details
    Browse the repository at this point in the history
  7. [GH] Replace Feature request template with form (pagefaultgames#3126)

    * replace feature_request.md with feature_request.yml (form)
    
    * fix typo and formatting in feature_request.yml
    flx-sta authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    97e3623 View commit details
    Browse the repository at this point in the history
  8. [Bug,Enhancement] Fix and improve Starter selector UI (pagefaultgames…

    …#3340)
    
    * apply offset to all hybrid filter
    
    * make dropDownType to public for offsetHybridFilter function
    
    * refactoring defaultSettings to additional suport default cursor.
    
    * fix to remember last cursor on hover mode
    
    * remove unnecessary reset code
    
    * fix sort reset function
    
    * update resetFilter function
    
    * update requested changes
    
    * remove log msg
    
    * fix checking default on sort
    
    * refactoring hasDefaultValues function for readability
    
    * fix lastdir bug
    KimJeongSun authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    91b3213 View commit details
    Browse the repository at this point in the history
  9. [Enhancement] add filters for pokerus, HA, cost reduction (pagefaultg…

    …ames#3343)
    
    * add filters for pokerus, HA, cost reduction
    
    * add entries for translation
    
    * Update src/ui/starter-select-ui-handler.ts
    
    Co-authored-by: MokaStitcher <[email protected]>
    
    * Update src/ui/starter-select-ui-handler.ts
    
    Co-authored-by: MokaStitcher <[email protected]>
    
    ---------
    
    Co-authored-by: MokaStitcher <[email protected]>
    KimJeongSun and MokaStitcher authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d323817 View commit details
    Browse the repository at this point in the history
  10. [Bug] Sand Spit should only activate when hit with a damaging move (p…

    …agefaultgames#3337)
    
    * Sand Spit should only activate when hit with a damaging move
    
    * Add tests for Sand Spit
    DayKev authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0a77dcd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a58d1b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. [Bug] Cosplay Pikachu and Rotom forms not starting with signature mov…

    …es (pagefaultgames#3365)
    
    Changed the level of the signature moves for Cosplay Pikachu and Rotom forms to be 1 instead of 0.
    ElizaAlex authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1ec7190 View commit details
    Browse the repository at this point in the history
  2. [Localization] Updated Portuguese filter-bar.ts and confirmExit in th…

    …e starter select UI (pagefaultgames#3363)
    
    * [Localization] Updated Portuguese filter-bar.ts and confirmExit in the starter select UI
    
    * typo
    josericardo-fo authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    dba2adf View commit details
    Browse the repository at this point in the history
  3. [Balance] Set White Herb weight to 0 (pagefaultgames#3366)

    * Old Yeller White Herb
    
    * ESLint, the accident was 5 years ago, you need to move on
    
    * 'It is nothing, it is nothing...' -Archduke Franz Ferdinand
    Fontbane authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1711b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aa2c21 View commit details
    Browse the repository at this point in the history
  5. [QoL] Change Dex filter name to Caught (pagefaultgames#3361)

    * change filter name `Dex` to `Caught`
    
    * fix mis changed entry
    
    * Update src/locales/fr/filter-bar.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/ko/filter-bar.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: Yonmaru40 <[email protected]>
    6 people authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    20e52ed View commit details
    Browse the repository at this point in the history
  6. [Localization][ko] Translate missed texts in filter bar. (pagefaultga…

    …mes#3370)
    
    * Add missed translation and fix wrong message key
    
    * change some text
    
    * Update src/locales/ko/filter-bar.ts
    
    * Update src/locales/ko/filter-bar.ts
    
    * Add confirmExit translation
    EnochG1 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    151e264 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e81b50 View commit details
    Browse the repository at this point in the history
  8. [Test] Stylistic consistency pass on tests (pagefaultgames#3378)

    * Modify tests to use overrides helper functions
    
    * Apply stylistic consistency to overrides in tests
    
    Also remove some non-test-related expects()
    DayKev authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    877d0c6 View commit details
    Browse the repository at this point in the history
  9. [Sprite] Clean up extra Drifblim-related files (pagefaultgames#3371)

    * Delete public/images/pokemon/variant/back/426_3.png
    
    * Delete public/images/pokemon/variant/back/426_3.json
    chaosgrimmon authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ed1605d View commit details
    Browse the repository at this point in the history
  10. [Localization] More French adjuestments (pagefaultgames#3382)

    * Update battle.ts
    
    * Update starter-select-ui-handler.ts
    
    * Update battle.ts
    Adri1 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    3a4eea5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af56eee View commit details
    Browse the repository at this point in the history
  12. [Localization] Missing translation placeholders of Fresh Start challe…

    …nge in some languages (pagefaultgames#3383)
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update src/locales/de/achv.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/pt_BR/challenges.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    * Update achv.ts
    
    * Update challenges.ts
    
    ---------
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    3 people authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d66d4d1 View commit details
    Browse the repository at this point in the history
  13. [Feature] Allow Phione eggs to have a 1/8 chance to hatch Manaphy (pa…

    …gefaultgames#2787)
    
    * Add feature and debug DO NOT MERGE
    
    * Remove debug stuff
    Tempo-anon authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c722490 View commit details
    Browse the repository at this point in the history
  14. [Bug] Fix sketch being able to copy some unsketchable moves (pagefaul…

    …tgames#3386)
    
    * Cherrypicks due to beta issues
    
    * Adds flags to some unsketchable moves, adds typedoc
    
    * Cherrypicks due to beta issues #2
    schmidtc1 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    06ed89e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9eadce8 View commit details
    Browse the repository at this point in the history
  16. [Ability] Partially implement Gulp Missile (pagefaultgames#3327)

    * implement gulp missile
    
    * add tests
    
    * change fly to dive
    
    * show ability when reverting to normal form
    
    * update ai score, tests
    
    * update score condition
    
    * adjust conditions, damage
    
    * add underwater test
    
    * update damage in test
    
    * partial commit
    torranx authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9875fcc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    da51d6a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2bdfe93 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. [Localization] Add Japanese Localization (pagefaultgames#3332)

    * Update fonts
    
    * Add locales/ja files
    
    * Add some more files
    
    * Add more ui stuff
    
    * Fix failing typescript doc being generated
    
    * Add the 4 ui handlers
    
    * Add i18n.ts
    
    * Try something in text.ts
    
    * Fix some more errors
    
    * Add ja type icons
    
    * Add missed message keys
    
    * Update src/plugins/i18n.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update src/ui/text.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update src/plugins/i18n.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Apply TLs from xsn34kzx
    
    Co-authored-by: Amani H. <[email protected]>
    
    * Translate essential text (move, ability descriptions)
    
    * Translate missed move/ability
    
    * Translated battle.ts
    
    - All phrases are taken from USUM script via Poké Corpus https://abcboy101.github.io/poke-corpus/ 
    (I used the USUM script because it is in hiragana/katakana. If we decide to change these phrases to Kanji later, I will refer to the SV script to modify them again.)
    -
    
    * Update battle.ts
    
    * Update battle.ts
    
    * Update src/locales/ja/battle.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update battle.ts
    
    ---------
    
    Co-authored-by: EnochG1 <[email protected]>
    Co-authored-by: Amani H. <[email protected]>
    Co-authored-by: Chapybara-jp <[email protected]>
    4 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    98ae2bc View commit details
    Browse the repository at this point in the history
  2. [Localization] JA Translation move-trigger.ts (pagefaultgames#3396)

    Health translations need to be checked in-game to see if they are used correctly.
    acquiredAbility is improvived.
    protimita authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3277551 View commit details
    Browse the repository at this point in the history
  3. [Localization] Fixed some trainer names (ko) (pagefaultgames#3397)

    * fixed trainers name wrong
    
    * removed note(it checked by LeKaaN with pokerogue wiki)
    
    * removed unnecessary spaces
    sodaMelon authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d2e1340 View commit details
    Browse the repository at this point in the history
  4. [Bug] Fix a couple small issues with uturn and friends (pagefaultgame…

    …s#3321)
    
    * prevent double-application of status contact abilities and switch out abilities
    
    * use SwitchPhase for ForceSwitchOutAbAttr instead of switchOut()
    
    * add tests for baton pass/uturn
    
    * PR comments
    
    * Update src/test/moves/baton_pass.test.ts
    
    * add test for forced switch after mutual KO + revive
    
    * tweak condition to fix uturn/baton pass
    
    * improve docs
    
    * style/typo nits from CR
    
    Co-authored-by: NightKev <[email protected]>
    
    * CR feedback
    
    * use doSelectPartyPokemon + rename
    
    * int -> number
    
    Co-authored-by: Adrian T. <[email protected]>
    
    ---------
    
    Co-authored-by: NightKev <[email protected]>
    Co-authored-by: Adrian T. <[email protected]>
    3 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f555dd6 View commit details
    Browse the repository at this point in the history
  5. [Move] Implement (or re-implement?) Lucky Chant (pagefaultgames#3352)

    * Implement Lucky Chant
    
    * Add i18n keys for NoCritTag messages
    
    * Add Lucky Chant message translations (DE, FR, KO, PT-BR)
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Add ZH translations
    
    Co-authored-by: Sonny Ding <[email protected]>
    
    * Add keys for JA locale
    
    ---------
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Sonny Ding <[email protected]>
    6 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a4c913d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df9596a View commit details
    Browse the repository at this point in the history
  7. [Test] Add helper function to modify the turn order for tests (pagefa…

    …ultgames#3374)
    
    * Add helper function to modify the turn order for tests
    
    * Replace manual speed modification with new helper function
    
    * Replace `vi.spyOn()` instances with helper function
    DayKev authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0ef329e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c186d53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1700658 View commit details
    Browse the repository at this point in the history
  10. [Feature] Unique Evil Team Admins (pagefaultgames#3384)

    * Hardcoded Pokemon should have proper names
    
    * Add evil admin placeholder images
    
    * Add admin names to locale files
    
    * Add evil team admin dialogue
    
    * current things.
    
    * rename
    
    * team galactic wants to be special
    
    * Revert debug changes
    
    * Added Trainer Names and Titles
    
    * [Hotfix] Fix interactions of some moves not changing types (pagefaultgames#3183)
    
    * [Hotfix] Fix wild spawns not having their HA (pagefaultgames#3190)
    
    * Add evil admin placeholder images
    
    * Add admin names to locale files
    
    * Add evil team admin dialogue
    
    * Added new sprites
    
    * Make simple admin trainer pools
    
    * Add Korean localization
    
    * Revert this
    
    * [Feature] Named Evil Team Admins
    
    * Dateien removed
    
    * Revert override
    
    * French only needs one pair of evil team bosses :)
    
    * Some things Temp Mentioned in the PR
    
    * Removed NoDuplicates again...Because it only works on the speciality pool....
    Also reordered the second admin wave. So we guarantee it is never the same one
    
    * German dialogue
    
    * Offset
    
    * Jördis just better
    
    * Credit for the artists (see https://www.deviantart.com/icejkai/art/Magma-Admin-Courtney-Trainer-Sprite-544510574)
    
    * Order
    
    * Added tsdoc and named it more clear
    
    * Fixed formatting and made it a void function
    
    * Changed offset to number and updated tsdoch
    
    * Improve readability
    
    * Removed extra lines
    
    * Fix this
    
    * Revert override
    
    * colress gets his own pool because @Blitzy wants it (and i agree)
    
    * Added Rood (some plasma sage guy)
    
    * has voucher is not false by default. So only it will be set true for evil team leaders, gym leaders, elite 4 and champions
    
    * Apply suggestions from code review
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: returntoice <[email protected]>
    
    * Added the localization also to japanese
    
    * Update src/locales/ko/trainers.ts
    
    Co-authored-by: sodam <[email protected]>
    
    * CA
    
    * Removed Colress
    
    * Colress Last Stand
    
    ---------
    
    Co-authored-by: Adrian T. <[email protected]>
    Co-authored-by: NightKev <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: returntoice <[email protected]>
    Co-authored-by: sodam <[email protected]>
    6 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    60d19c9 View commit details
    Browse the repository at this point in the history
  11. [Localization(ja)] Update ability.ts (pagefaultgames#3401)

    - Changed description of Honey Gather, Ball Fetch and Pickup to properly reflect how they function in PokeRogue.
    Chapybara-jp authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    db3fae1 View commit details
    Browse the repository at this point in the history
  12. [Move] Add type immunity removal moves (Foresight, Odor Sleuth, Mirac…

    …le Eye) (pagefaultgames#3379)
    
    * Update Foresight PR to current beta
    
    Implements Foresight, Miracle Eye, and Odor Sleuth
    
    * Add placeholder i18n strings
    
    * Minor tsdoc updates
    
    * Fix placement of evasion level modifier, add tests
    
    * Add first batch of translations
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Second batch of translations
    
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Add Catalan and Japanese translation placeholder strings
    
    * Fix issue caused by merge
    
    ---------
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    6 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    548bd89 View commit details
    Browse the repository at this point in the history
  13. [Localization(ja)] Update move.ts (pagefaultgames#3403)

    * Update move.ts
    
    * Update move.ts
    Chapybara-jp authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    555d33c View commit details
    Browse the repository at this point in the history
  14. [Refactor] use typescript strict-null (pagefaultgames#3259)

    * TS: enable strict-null
    
    * fix battle-scene.ts
    
    * fix voucher.ts
    
    * adapt more files to strict-null
    
    * adapt more files to strict-null ( 2)
    
    * adapt ability.ts to strict-null
    
    * adapt `arena.ts` to strict-null
    
    * adapt TagAddedEvent constructor to strict-null
    
    * adapt phases.ts.to strict-null
    
    * adapt status-effect.ts to strict-null
    
    * adapt `account.ts` to strict-null
    
    * adapt `configHandler.ts` to strict-null
    
    * adapt `ability.ts` to strict-null
    
    * adapt `biomes.ts` to strict-null
    
    * adapt `challenge.ts` to strict-null
    
    * adapt `daily-run.ts` to strict-null
    
    * adapt `nature.ts` to strict-null
    
    * adapt `pokemon-forms.ts` to strict-null
    
    * adapt `tainer-names.ts` to strict-null
    
    * adapt `types.ts` to strict-null
    
    * adapt `weather.ts` to strict-null
    
    * adapt `egg-hatch-phase.ts` to strict-null
    
    * adapt `evolution-phase.ts` to strict-null
    
    * adapt `pokemon-sprite-sparkle-handler.ts` to strict-null
    
    * adapt `evolution-phase.ts` to strict-null
    
    * adapt `game-mode.ts` to strict-null
    
    * adapt `utils.ts` to strict-null
    
    * adapt `voucher-ui-handler.ts` to strict-null
    
    * adapt `src/ui/unavailable-modal-ui-handler.ts` to strict-null
    
    * adapt `src/ui/ui.ts` to strict-null
    
    * adapt `src/ui/ui-theme.ts` to strict-null
    
    * adapt `src/ui/title-ui-handler.ts` to strict-null
    
    * adapt `src/ui/time-of-day-widget.ts` to strict-null
    
    * adapt `src/ui/text.ts` to strict-null
    
    * adapt `src/ui/target-select-ui-handler.ts` to strict-null
    
    * adapt `src/ui/settings/settings-keyboard-ui-handler.ts` to strict-null
    
    * adapt more files to strict-null (3)
    
    * adapt more files to strict-null (4)
    
    * adapt more files (mostly tests) to strict-null (5)
    
    * adapt more files to strict-null (6)
    
    * adapt more files to strict-null (7)
    
    * Update `src/data/pokemon-evolutions.ts` for strict-null
    
    Partial update `src/data/pokemon-species.ts` for strict-null
    
    * adapt more files to strict-null (8)
    
    * adapt more files to strict-null (9)
    
    * Strict some more nulls (still a few errors remaining)
    
    * adapt rest of the files to strict-null (9)
    
    * fix tests (check for null instead of undefined)
    
    * repalce a lot of `??` with bangs
    
    And added TODO notice as usual
    
    * fix more tests
    
    * all tests pass now
    
    * fix broken game-loop after trainer battle
    
    add some console.warn for missing cases and falling back to default
    
    * remove guessed fallback from utils.rgbHexToRgba
    
    * add TODO for this.currentBattle = null
    
    * adjust   getPokemonById() return to include `null`
    
    * fix compilation errors
    
    * add test for pokemon.trySetStatus
    
    * `chanceMultiplier` shouldn't be optional
    
    * allow `null` for currentPhase
    
    * adjust hasExpSprite logic for no keymatch found
    
    * reduce bang usage in account.updateUserInfo()
    
    * fix new strict-null issues after merge
    
    * fix `strict-null` issues in dropdown.ts
    
    and sand_spit.test.ts
    
    * fix egg-gacha
    
    * adapt gul_missile.test.ts to strict-null
    
    * fix move.ts strict-null
    
    * fix i18n.ts strict-null
    
    * fix strict-null issues
    
    * fix baton_pass test
    
    after accidentially breaking it
    
    * chore: fix compiler errors
    
    * revert accidential changes in baton_pass.test.ts
    
    ---------
    
    Co-authored-by: NightKev <[email protected]>
    flx-sta and DayKev authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a07d2c5 View commit details
    Browse the repository at this point in the history
  15. [Localization(ja)] Translate egg.ts (pagefaultgames#3405)

    * Translate egg.ts
    
    * Update egg.ts
    Chapybara-jp authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b0ab207 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3698f13 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f9d7b71 View commit details
    Browse the repository at this point in the history
  18. [Enhancement] Add Move Header phase and attributes (pagefaultgames#2716)

    * Create Move Header phase and attributes
    
    * Fix move header persisting after run/ball
    
    * Add mid-turn sleep test
    
    * Fix status effect text in move header phase
    
    * Remove preemptive non-volatile status check
    
    * Process move headers in main loop of TurnStartPhase instead
    
    * Fix merge issues in Focus Punch test
    
    * Fix Focus Punch test + ESLint
    
    * Add i18n key for Focus Punch header message
    
    * Fix missing arg in i18n message
    
    * Add Focus Punch message translations (DE, FR, KO, PT-BR, ZH)
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Sonny Ding <[email protected]>
    
    * Update src/locales/it/move-trigger.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Use new test helper functions + snooz's cleanup suggestions
    
    * Add check for MoveHeaderPhase in switch test
    
    * Add key to JA locale
    
    * Add CA-ES locale key
    
    * Fix strict-null checks in focus punch test
    
    ---------
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Sonny Ding <[email protected]>
    6 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2b99f00 View commit details
    Browse the repository at this point in the history
  19. [Localization] Fixing the German stats page (pagefaultgames#3410)

    * Readding the german stats changes
    
    * Shadow
    CodeTappert authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    78a8295 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    597d8f5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    94c1c92 View commit details
    Browse the repository at this point in the history
  22. Revert egg additive/multiplicative change and change endless biome ro…

    …tation for every 5 waves. (pagefaultgames#3415)
    
    Co-authored-by: snoozbuster <[email protected]>
    f-fsantos and snoozbuster authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8783fd8 View commit details
    Browse the repository at this point in the history
  23. [Enhancement] Achievements Page is now Scrollable (pagefaultgames#3395)

    * Scrollable Achivements
    
    * Update src/ui/achvs-ui-handler.ts
    
    Co-authored-by: Adrian T. <[email protected]>
    
    * Removed debugging message
    
    * Removed redundant object.keys()
    
    * Changed constants to be within the class
    
    * No more need for mode!
    
    See PR pagefaultgames#3407
    
    * tRaIlINg SpAcEs NoT aLlOwEd
    
    * Added comments as requested.
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    Co-authored-by: Adrian T. <[email protected]>
    3 people authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    00d039c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. [Enhancement/Item] Add Achievement to Unlock Eviolite (pagefaultgames…

    …#3390)
    
    * Add Achievement & Adjust Weight Function
    
    * Create `EVIOLITE` Unlockable
    
    * Add Placeholder Localization Entries
    
    * Add `de` Localization
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Add `ko` Localization
    
    Co-authored-by: returntoice <[email protected]>
    
    * Add Placeholder `ja` Entry
    
    * Add `pt-BR` Localization
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Add `fr` Localization
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Add Missing Placeholders for Localization
    
    * Add `fr` Localization (female)
    
    Co-authored-by: Lugiad' <[email protected]>
    
    ---------
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: returntoice <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    5 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7230402 View commit details
    Browse the repository at this point in the history
  2. [Misc] Eternatus Dialogue reflects # of Classic Sessions Played (page…

    …faultgames#3387)
    
    * Eternatus Dialogue now includes # of Classic sessions played
    
    * Updated gendered messages
    
    * Update src/locales/fr/dialogue.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/fr/dialogue.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/phases.ts
    
    Co-authored-by: NightKev <[email protected]>
    
    * Added comments
    
    * Update src/phases.ts
    
    Co-authored-by: NightKev <[email protected]>
    
    * Update src/phases.ts
    
    Co-authored-by: NightKev <[email protected]>
    
    * strict-null changes
    
    * Update phases.ts for null-ish results
    
    * Fixed repeated 'for' in English boss dialogue
    
    * Correcting Boss Dialogue
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: NightKev <[email protected]>
    4 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a272d28 View commit details
    Browse the repository at this point in the history
  3. [BUG] - dragon tail switchout ability in wild battles proc crashes ga…

    …me (pagefaultgames#3346)
    
    * fixing switchout ability doubles bug, refactor move redirect code
    
    * added unit test for dragon tail
    
    * updating test
    
    * addressing errors from pages deployment
    
    * pages deployment still failing
    
    * typedoc
    
    * please let this be the one
    
    * formatting and test fixing
    
    * await starting battle should go after overrides
    DustinLin authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8faf27e View commit details
    Browse the repository at this point in the history
  4. [Feature] Implement Additional Grunt Dialogue (pagefaultgames#3331)

    * Update dialogue.ts
    
    * Update dialogue.ts
    
    * Add Placeholder text in Locale files
    
    * Update dialogue.ts
    
    * Update dialogue.ts
    
    * Fix Punctuation, Change Plasma Grunt Line 3
    
    * Update dialogue.ts
    
    * Apply suggestions from code review
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: sodam <[email protected]>
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update dialogue.ts
    
    * Update dialogue.ts
    
    * Apply suggestions from code review
    
    Co-authored-by: returntoice <[email protected]>
    
    * Update dialogue.ts
    
    * Update new locale files
    
    ---------
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: sodam <[email protected]>
    Co-authored-by: Yonmaru40 <[email protected]>
    Co-authored-by: returntoice <[email protected]>
    5 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    17517d4 View commit details
    Browse the repository at this point in the history
  5. [Localization] Zh_cn adding translation 8/8 (pagefaultgames#3425)

    * Update achv.ts
    
    * Update dialogue.ts
    
    * Update filter-bar.ts
    
    * Update trainers.ts
    
    * Update starter-select-ui-handler.ts
    40chyan authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c70cf87 View commit details
    Browse the repository at this point in the history
  6. [Localization] French - Some missing translations, typos and rephrasi…

    …ng. (pagefaultgames#3423)
    
    * Update modifier-type.ts
    
    * Update tutorial.ts
    
    * Update modifier-type.ts
    
    * Update modifier-type.ts
    Adri1 authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0bd32b7 View commit details
    Browse the repository at this point in the history
  7. [Dev] Update changeTurnOrder name to mockTurnOrder (naming convention) (

    pagefaultgames#3422)
    
    * change changeTurnOrder to mockTurnOrder
    
    * update docs
    torranx authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9ff8685 View commit details
    Browse the repository at this point in the history
  8. [Dev] Add mockHitCheck util (pagefaultgames#3421)

    * add mockHitCheck helper
    
    * update docs
    torranx authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    d062983 View commit details
    Browse the repository at this point in the history
  9. [Bug] Fix no wild evolutions (pagefaultgames#3426)

    * fix wild pokemon not evolving anymore
    
    * add test to cover defaults for wildDelay
    flx-sta authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7b4e91e View commit details
    Browse the repository at this point in the history
  10. [QoL] IV scanner update to hide the prompt and let you see the stats …

    …mid battle on the stats screen (pagefaultgames#3285)
    
    * IV scanner PR fix
    
    Updated locales to have updated keys for IV scanner in menu
    
    Updated legacy UI to work with IV scanner changes
    
    Updated code to have player and enemy battle stats for ease of use
    
    Updated logic to make the player side work exactly the same as previously since there should be no HP stat shown for players. Also updated the colours so there's no more grey option for unknown stats
    
    Added HP, updated logic and colours. Need to undo changes to player pokemon to not be as squished because of no HP, and need to see what happens for trainers
    
    Fixing up some git errors
    
    Fixed a bug with double battles not updating the pokemon properly
    
    Updated settings to allow for the ability to skip the IV scanning prompts
    
    Adding functionality to IV scanner to skip prompt and see IVs mid battle
    
    * Merged with latest + fixed bug with IV scanner vs pokemon info container getRootSpeciesId being different
    
    * Updated as per merge comment
    
    * Updating to fix comments
    
    * Updated comments
    
    * Update src/locales/fr/settings.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/de/settings.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/pt_BR/settings.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/ko/settings.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update src/locales/zh_CN/settings.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/settings.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Updating text of IV scanner to be gold
    
    * Updated text colour to use one of the existing golds instead of a custom gold
    
    * Japanese locale
    
    * Updating docs
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    6 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9eb57c0 View commit details
    Browse the repository at this point in the history
  11. Updating locale folder from ca-ES to ca_ES (pagefaultgames#3429)

    * Updating locale folder from ca-ES to ca_ES
    
    * Updated the i18n config file to include ca_ES instead of ca-ES
    Opaque02 authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cff3adf View commit details
    Browse the repository at this point in the history
  12. [Dev] Add typecheck command (pagefaultgames#3409)

    * add test command for typechecking
    
    * change command name
    snoozbuster authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    aaad224 View commit details
    Browse the repository at this point in the history
  13. [Bug] Starter UI challenge form fix (pagefaultgames#3373)

    * First issue with soft attribute on challenges as well as incorrect sprites appearing on the starter select ui
    
    * Updated logic to fix starter party icons, forms and shinies in starter selection area
    
    * Fixed issue where some pokemon were being shown in challenges originally if the default form didn't meet the criteria
    
    * Updated docs and tests to account for new behaviour
    
    * Removed some debugging comments
    
    * Fixed rotom form not counting as valid party
    
    * Fixed a bug where the cursor's last known position would be used when pokemon forms were being changed when other forms were available when updated from your party directly
    
    * Fixed issue with starter party icons' forms updating incorrectly when removing pokemon from party
    
    * Fixed docs
    
    * Updated code to allow for starter icons to remember their previous state after a reload
    Opaque02 authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    49bb681 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f0d4dfa View commit details
    Browse the repository at this point in the history
  15. [Localization] German missing keys (pagefaultgames#3436)

    * Add all keys that are in english but missing in german
    
    * useless change
    
    * Revert "useless change"
    
    This reverts commit 15cff42.
    CodeTappert authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b5a40bf View commit details
    Browse the repository at this point in the history
  16. [Move] Reimplement Beak Blast (pagefaultgames#3427)

    * Re-Implement Beak Blast
    
    * Fix charge animation loading issues
    innerthunder authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b4a891c View commit details
    Browse the repository at this point in the history
  17. [Localization(ja)] Translated ability-trigger.ts, status-effect.ts (p…

    …agefaultgames#3428)
    
    * Translated ability-trigger.ts, status-effect.ts
    
    * Apply suggestions from code review
    
    Co-authored-by: Chapybara-jp <[email protected]>
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    Co-authored-by: Chapybara-jp <[email protected]>
    
    ---------
    
    Co-authored-by: Chapybara-jp <[email protected]>
    EnochG1 and Chapybara-jp authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    15106b8 View commit details
    Browse the repository at this point in the history
  18. [Move] Fully Implement Gulp Missile (pagefaultgames#3438)

    * Fix Dive + Gulp Missile interaction
    
    * Fix animation + remove tests for inaccurate behavior
    
    * Fix strict-null issue in new test
    innerthunder authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7f5e873 View commit details
    Browse the repository at this point in the history
  19. [Documentation] Add comments to MoveEffectPhase (+ some style chang…

    …es) (pagefaultgames#3392)
    
    * Document MoveEffectPhase
    
    * Edits based on Temp's suggestions
    innerthunder authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2e823b1 View commit details
    Browse the repository at this point in the history
  20. [Localisation(ja)] Translate challenges.ts (pagefaultgames#3439)

    Discordでこの質問を聞きましたが、ここでも聞いて置きます:
    "Starters" をどう翻訳しましょうか?一番合ってる公式の用語は「最初のパートナー」だと思いますが、ちょっと長いです。
    Chapybara-jp authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6ad32f3 View commit details
    Browse the repository at this point in the history
  21. [Localization(ja)] First draft translated achv.ts (pagefaultgames#3408)

    * First draft translated achv.ts
    
    * Update achv.ts
    
    Added Earth Monotype challenge translation 
    じめんタイプチャレンジのギャグを加えました
    Changed spacing size
    空白を全角スペースに変えた
    
    * Update src/locales/ja/achv.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update achv.ts
    
    * Update achv.ts
    
    ---------
    
    Co-authored-by: Yonmaru40 <[email protected]>
    Chapybara-jp and 40chyan authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cff5a67 View commit details
    Browse the repository at this point in the history
  22. [Enhancement] Add go filter shortcut (pagefaultgames#3345)

    * update goFilter shortcut
    
    * fix filter instruction position
    
    * remove unnecessary new lines
    
    * update requested changes. add other language entries too
    
    * remove unnecessary case code
    
    * open dropdown when pressing goFilter shortcut
    
    * add missing entry for `fr`
    
    * Update src/locales/fr/starter-select-ui-handler.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/de/starter-select-ui-handler.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * update instruction container position and text offset for more longer instruction label. decrease size of fr instruction font
    
    * fixed de info font size
    
    * Update src/locales/pt_BR/starter-select-ui-handler.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/ko/starter-select-ui-handler.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update src/locales/zh_TW/starter-select-ui-handler.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_CN/starter-select-ui-handler.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * update font size, starterInfoXPos and starterInfoYOffset in zh. update starterInfoXPos in de
    
    * Update src/locales/es/starter-select-ui-handler.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    Co-authored-by: Asdar <[email protected]>
    7 people authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b54a255 View commit details
    Browse the repository at this point in the history
  23. disables final boss passive (pagefaultgames#3393)

    Co-authored-by: ImperialSympathizer <[email protected]>
    ben-lear and ImperialSympathizer authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ba9378d View commit details
    Browse the repository at this point in the history
  24. [Test] Fix final boss test (pagefaultgames#3444)

    Co-authored-by: ImperialSympathizer <[email protected]>
    ben-lear and ImperialSympathizer authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b794662 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. [Bug] Fix DNA splicers broken from the strictnull check (pagefaultgam…

    …es#3454)
    
    This makes DNA-splicer work again
    flx-sta authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    30cc6ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dfe457 View commit details
    Browse the repository at this point in the history
  3. [Localization(ja)] Added kanji to battle.ts (pagefaultgames#3446)

    Added kanji
    漢字に変更しました
    Changed spacing to full width
    スペースを全角スペースに変更しました
    Chapybara-jp authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    750d905 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe429d0 View commit details
    Browse the repository at this point in the history
  5. [Bug] Fixes bug with freezy frost not eliminating all Pokemon's stat …

    …changes (pagefaultgames#3362)
    
    * Cherrypick due to beta roll back
    
    * Adds corrected stat eliminated message to move trigger, removes from battle.ts
    
    * Adds check for Clear Smog vs Haze/Freezy Frost for targetting purposes
    
    * Adds translations for fr, de, and pt_br
    
    * Update src/locales/ko/move-trigger.ts with translation
    
    Co-authored-by: sodam <[email protected]>
    
    * Update korean move-trigger.ts with proper translation
    
    * Update src/locales/zh_CN/move-trigger.ts with translation
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/move-trigger.ts with translation
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Adds locales to ja and ca-ES
    
    * Creates unit test for Haze
    
    * Removes repeats option on Haze test left from testing
    
    * Updates title of haze tests, creates freezy frost tests
    
    * Update src/locales/es/move-trigger.ts with translation
    
    Co-authored-by: Asdar <[email protected]>
    
    * Fixes freezy_frost.test.ts copy errors from Haze test
    
    ---------
    
    Co-authored-by: sodam <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    Co-authored-by: Asdar <[email protected]>
    4 people authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    57a4e1c View commit details
    Browse the repository at this point in the history
  6. [Enhancement] Allow nickname assignment in the starter select UI. (pa…

    …gefaultgames#3456)
    
    * add rename nickname in starter UI
    
    * update requested changes
    KimJeongSun authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d2eea96 View commit details
    Browse the repository at this point in the history
  7. [Enhancement] Add favorite filter in Starter UI (pagefaultgames#3431)

    * add favorite filter. add favorite starter attribute
    
    * add error handling for undefined favorite attribute
    
    * add placeholders in each locales
    
    * add favorite icon from great art team
    
    * update favorite icon to code
    
    * update korean translation
    
    * align icons
    
    * initialize the starter preferences if they don't exist
    
    * update requested changes
    KimJeongSun authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    14b3907 View commit details
    Browse the repository at this point in the history
  8. [Dev] Move function from testUtils.ts to gameManager.ts (1/3) (pagefa…

    …ultgames#3430)
    
    * move mockHitCheck to gameManager
    
    * add abstract base class and move helper class
    
    * add param for single target miss
    torranx authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    2b12326 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcbdc51 View commit details
    Browse the repository at this point in the history
  10. [Dev] Move function from testUtils.ts to gameManager.ts (2/3) (pagefa…

    …ultgames#3432)
    
    * move mockTurnOrder to gameManager
    
    * change name
    
    * fix test failing
    
    * fix purify test
    
    * fix typo
    torranx authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bfdcd4f View commit details
    Browse the repository at this point in the history
  11. [Bug][Localhost] fix Json parse issue when trying to load battle-anim (

    …pagefaultgames#3455)
    
    * add content-type check for loading battle-anims
    
    * add missing `headers` to response mocks
    flx-sta authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    762feea View commit details
    Browse the repository at this point in the history
  12. [Balance] Change Some Mainline Starter's Early Learnset (pagefaultgam…

    …es#3445)
    
    * Update pokemon-level-moves.ts
    
    * Change Poipole's Early Move
    
    * Add notes
    Blitz425 authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d127773 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e820163 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    638a0a6 View commit details
    Browse the repository at this point in the history
  2. [Feature] Move touch controls configuration (Reopened) (pagefaultgame…

    …s#3256)
    
    * [Hotfix] Fix interactions of some moves not changing types (pagefaultgames#3183)
    
    * [Hotfix] Fix wild spawns not having their HA (pagefaultgames#3190)
    
    * [Hotfix] Allow to hatch pokemon with Hidden Ability again (pagefaultgames#3222)
    
    * chore: Update TNC links layout and position in index.html
    
    * chore: Update TNC links font size in index.css (pagefaultgames#3230)
    
    * Move Touch Controls
    
    * ConfigToolbar alignment
    
    * Insert config toolbar on open, camel-case classes, hidden setting
    
    * Better toolbar styling, fixed double configToolbar bug
    
    * Fixed typedocs
    
    ---------
    
    Co-authored-by: Adrian T. <[email protected]>
    Co-authored-by: NightKev <[email protected]>
    Co-authored-by: Frederico Santos <[email protected]>
    4 people authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    566cd80 View commit details
    Browse the repository at this point in the history
  3. [Localization(jp)] Translate voucher.ts (pagefaultgames#3476)

    Need to be consistent with names of vouchers in modifiers.ts.
    Chapybara-jp authored Aug 10, 2024
    Configuration menu
    Copy the full SHA
    b20314b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Disable endless boss passives (pagefaultgames#3451)

    * fix strict null broken
    
    * disable endless boss passives
    
    * jsdocs on mock objects and move helper function to gameManager.ts
    
    * Apply suggestions from flx's review
    
    Co-authored-by: flx-sta <[email protected]>
    
    * fix broken test
    
    * fix lint
    
    ---------
    
    Co-authored-by: ImperialSympathizer <[email protected]>
    Co-authored-by: flx-sta <[email protected]>
    3 people authored Aug 11, 2024
    Configuration menu
    Copy the full SHA
    988ec66 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    0f09893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b9397 View commit details
    Browse the repository at this point in the history
  3. [Enhancement] Add Passive / Cost Reduction - Can Unlock option and Eg…

    …g purchasable filter (pagefaultgames#3478)
    
    * add unlockable state in passive/cost reduction filter. add egg purchasable filter
    
    * update placeholders
    
    * update option order of UNLOCKABLE between ON and EXCLUDE
    
    * remove egg restriction when buying eggs
    KimJeongSun authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    53e54df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e0ed10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b16b64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77a9a23 View commit details
    Browse the repository at this point in the history
  7. [Localisation(ja)] Translated save-slot-select-ui-handler.ts (pagefau…

    …ltgames#3475)
    
    * Translated save-slot-select-ui-handler.ts
    
    "Wave" needs special coding to look correct.
    
    * Update save-slot-select-ui-handler.ts
    
    missed a space, punctuation
    
    * Update save-slot-select-ui-handler.ts
    
    * Update save-slot-select-ui-handler.ts
    Chapybara-jp authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d19caf6 View commit details
    Browse the repository at this point in the history
  8. [Localization(ja)] Translated modifier.ts, arena-tag.ts (pagefaultgam…

    …es#3487)
    
    * [Localization][JA] translated modifier.ts
    
    translation for modifier.ts
    
    * Update src/locales/ja/modifier.ts
    
    Co-authored-by: Chapybara-jp <[email protected]>
    
    * Update src/locales/ja/modifier.ts
    
    Co-authored-by: Chapybara-jp <[email protected]>
    
    * [Localization][JA] Translated arena-tag.ts
    
    Translation for arena-tag.ts
    
    ---------
    
    Co-authored-by: Chapybara-jp <[email protected]>
    protimita and Chapybara-jp authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    097d43f View commit details
    Browse the repository at this point in the history
  9. [Localization(ja)] Translate starter-select-ui-handler.ts (pagefaultg…

    …ames#3481)
    
    * [JA] [Localization] Translate starter-select-ui-handler.ts
    
    Unsure about "Enable/Disbale Passive", need some advice.
    
    * Update starter-select-ui-handler.ts
    Chapybara-jp authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0028ae8 View commit details
    Browse the repository at this point in the history
  10. [Refactor] move and change localization key of battler-tags (pagefaul…

    …tgames#3498)
    
    * move locale messages of battler tags : battle.ts -> battler-tags.ts
    
    * Change message key name to simple
    
    * Apply suggestions from code review
    
    Co-authored-by: NightKev <[email protected]>
    
    ---------
    
    Co-authored-by: NightKev <[email protected]>
    EnochG1 and DayKev authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0c64b01 View commit details
    Browse the repository at this point in the history
  11. [TEST] - adding parting shot move test (pagefaultgames#3412)

    * adding parting shot test
    
    * improve tests
    
    * updating test
    
    * fixing existing tests
    
    * more tests
    
    * adding more tests
    DustinLin authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ec26e75 View commit details
    Browse the repository at this point in the history
  12. [Bug][Test] Fix minor bug of ability Flash Fire, added test file (pag…

    …efaultgames#3458)
    
    * fix: let flash fire hit after frozen, and baton pass not passing it. added: flash fire test file
    
    * added more tests and made small adjustments
    
    * Update src/test/abilities/flash_fire.test.ts
    
    Co-authored-by: Adrian T. <[email protected]>
    
    ---------
    
    Co-authored-by: Adrian T. <[email protected]>
    allen925 and torranx authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c078e5d View commit details
    Browse the repository at this point in the history
  13. [Bug] Some fresh start fixes (pagefaultgames#3420)

    * Fix some fresh start bugs
    
    * Forgot a !
    
    * Add fresh start check on eviolite too
    
    * Remove part about cost being 3
    
    * Update src/game-mode.ts
    
    Co-authored-by: flx-sta <[email protected]>
    
    * Rename isFreshStart helper function
    
    ---------
    
    Co-authored-by: flx-sta <[email protected]>
    Tempo-anon and flx-sta authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    63b5195 View commit details
    Browse the repository at this point in the history
  14. [Bug] Prevent Relearnable Egg Moves in Fresh Start (pagefaultgames#3466)

    * [Bug] Prevent Relearnable Egg Moves in Fresh Start
    
    * Mention Condition in Docs
    
    * Use `isFreshStartChallenge()`
    xsn34kzx authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d2c6aa5 View commit details
    Browse the repository at this point in the history
  15. [Enhancement] update initial filter setting when not in challenge mode (

    pagefaultgames#3506)
    
    * update initial filter setting when not in challenge mode
    
    * Modify the code with more consideration for future scalability.
    
    * update initial setting in challenge mode also. no conditional setting!
    KimJeongSun authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    d3d376d View commit details
    Browse the repository at this point in the history
  16. [Fix] Refactor Disguise to work like Ice Face (pagefaultgames#2684)

    * Fix typos in `src/data/egg.ts` comments
    
    * Refactor Disguise using Ice Face as a base
    
    i18n {
      Co-authored-by: Arxxer <[email protected]>
      Co-authored-by: GoldTra <[email protected]>
      Co-authored-by: sodam <[email protected]>
      Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
      Co-authored-by: mercurius-00 <[email protected]>
    }
    
    Update tests
    
    * Update jsdoc
    
    * Make recoil damage a parameter
    
    * Fix Ice Face i18n parameter name
    
    * Add i18n placeholder strings for translation
    
    * Update disguise test with override helper functions
    
    * Move a form change from `battle-scene.ts` to `ability.ts`
    
    * Remove a bit of obsolete code from the Disguise test
    
    * Add some translations
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: returntoice <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Sonny Ding <[email protected]>
    
    * Add translation placeholder strings for Japanese and Catalan
    
    * Update for strict-null
    
    * Remove unused parameter from the `BattlerTag` class
    
    * Remove species checks, fusion doesn't seem to be an issue (any more?)
    
    * Move Ice Face weather-based code to a subclass
    
    * Condense conditionals
    
    Co-authored-by: innerthunder <[email protected]>
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: returntoice <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Sonny Ding <[email protected]>
    Co-authored-by: innerthunder <[email protected]>
    6 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    223295e View commit details
    Browse the repository at this point in the history
  17. [Refactor/Bug] Overhaul & Document Item/Modifier Overrides (pagefault…

    …games#2320)
    
    * Overhaul & Document Item/Modifier Overrides
    
    * add reverse lookup for modifier tier in modifier overrides
    
    * Refactor `withTierFromPool`
    
    * Minor NIT
    
    * Another NIT
    
    * Fix `strict null` issue
    
    ---------
    
    Co-authored-by: ImperialSympathizer <[email protected]>
    xsn34kzx and ImperialSympathizer authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a35aff7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5020d74 View commit details
    Browse the repository at this point in the history
  19. [Localization] Updated and localized "The stack for this item is full…

    …." message (pagefaultgames#3491)
    
    * [Localization] Localized "The stack for this item is full." message
    
    * Update src/locales/es/battle.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/battle.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/de/battle.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/fr/battle.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/zh_CN/battle.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update src/battle-scene.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * Update src/locales/zh_TW/battle.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/ko/battle.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    * remake
    
    * Update src/locales/fr/battle.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/de/battle.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/es/battle.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/battle.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/ja/battle.ts
    
    Co-authored-by: protimita <[email protected]>
    
    * Update Korean translation for battle.ts
    
    * Update src/locales/zh_CN/battle.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/battle.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_CN/battle.ts
    
    * trailing space
    
    ---------
    
    Co-authored-by: Asdar <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Yonmaru40 <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    Co-authored-by: protimita <[email protected]>
    8 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5505a4d View commit details
    Browse the repository at this point in the history
  20. [Localization] Updated Portuguese translations (pagefaultgames#3511)

    * berry
    
    * favorites
    
    * more updates
    josericardo-fo authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4a095af View commit details
    Browse the repository at this point in the history
  21. [Localization] - Missing translations to the Filter bar in some langu…

    …ages (pagefaultgames#3457)
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update filter-bar.ts
    
    * Update src/locales/ja/filter-bar.ts
    
    Co-authored-by: Chapybara-jp <[email protected]>
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update filter-bar.ts
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * [Localization][JA]Update filter-bar.ts
    
    Added hyphens for constancy.
    Added 4 new translations.
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update filter-bar.ts
    
    * Update filter-bar.ts
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/es/filter-bar.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update filter-bar.ts
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/filter-bar.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update filter-bar.ts
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/pt_BR/filter-bar.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_CN/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Update src/locales/zh_TW/filter-bar.ts
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    ---------
    
    Co-authored-by: Asdar <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Chapybara-jp <[email protected]>
    Co-authored-by: Yonmaru40 <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    Co-authored-by: protimita <[email protected]>
    8 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    377b422 View commit details
    Browse the repository at this point in the history
  22. [Localisation(ja)] arena-tag.ts (pagefaultgames#3510)

    Technical issues made it so that my suggestions weren't added in the PR, added them here instead.
    toxicSpikesActivateTrapPoison seems to have incorrect dialog in English as well. ( "[X] absorbed [Y]!" )
    Chapybara-jp authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    55174f1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f1dfaff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6a6b333 View commit details
    Browse the repository at this point in the history
  25. [Localization] French corrections/translations/adjustments tour (page…

    …faultgames#3516)
    
    * Update battler-tags.ts
    
    * Update settings.ts
    
    * Update filter-bar.ts
    
    * Update modifier-type.ts
    
    * Update achv.ts
    
    * Update modifier-type.ts
    
    * Update achv.ts
    
    * Update starter-select-ui-handler.ts
    
    * Update challenges.ts
    
    * Update bgm-name.ts
    
    * Update achv.ts
    
    * Update bgm-name.ts
    Adri1 authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c32f195 View commit details
    Browse the repository at this point in the history
  26. [BUG] Pokemon with the Levitate ability - Sand Attack Interaction Fix (

    …pagefaultgames#3442)
    
    * Included a check for move category in TypeImmunityAbAttr
    
    * Failure 1
    
    * Created new attribute for Levitate - blame Game Freak
    
    * renamed abattr to more descriptive attacktypeimmunityabattr
    
    * need caffeine
    
    * the documentation
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    frutescens and Frutescens authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    897f027 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9669735 View commit details
    Browse the repository at this point in the history
  28. [Balance] Egg and Starter Adjustments (increase HA chance, decrease c…

    …andy costs) (pagefaultgames#3419)
    
    * [Balance] Egg Adjustments
    
    * Reduced Cost of Same-Species Eggs
    
    * Update egg.ts
    
    * check errors
    
    * Candy per Species-Egg Adjusted
    
    * Set egg cost back to 10 for 9/10 cost mons
    
    * 8-10 Legendaries made to 8 cost Eggs
    
    * Updated some Passive Costs and Cost Reductions
    
    * Change HA rate of eggs to 192
    
    Also clean up the if to make it more readable
    
    * Changed HA Rate from Same-Species Eggs up 1/4 -> 1/8
    
    * Rename "voucher*" variables to "gacha*"
    
    ---------
    
    Co-authored-by: NightKev <[email protected]>
    damocleas and DayKev authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6d515d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. [Test] Fix Flash Fire tests to remove enemy ability RNG (pagefaultgam…

    …es#3523)
    
    * Fix Flash Fire tests to remove enemy ability RNG
    
    * Replace manual status application with override use
    DayKev authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6c2c14c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5c314e View commit details
    Browse the repository at this point in the history
  3. [Bug] Display arena trap/shadow tag flyout at appropriate times (page…

    …faultgames#3271)
    
    * Show arena trap/shadow tag dialog immediately instead of as a message phase
    
    * remove flyout that opponent cannot switch out due to opposing arena trap
    
    * change applyAbAttrsInternal signature
    
    * fix bug (no messages appeared) due to prev commit
    
    * fix typedoc docs error
    
    * removed empty message after switching trapped pokemon
    
    * revert empty string argument to null
    modified files to adopt null argument
    
    * renamed variable
    chansyu authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    73d60f5 View commit details
    Browse the repository at this point in the history
  4. [Ability] Stall + Mycelium Might (pagefaultgames#3484)

    * Implemented Stall
    
    * Fixed implementation
    
    * AbAttr Name Change
    
    * Wrote test for Stall
    
    * Update src/test/abilities/stall.test.ts
    
    Co-authored-by: NightKev <[email protected]>
    
    * Update src/data/ability.ts
    
    Co-authored-by: Adrian T. <[email protected]>
    
    * Updated ability variables and test
    
    * Apply suggestions from code review
    
    Co-authored-by: Amani H. <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: Amani H. <[email protected]>
    
    * eslint fixes
    
    * Update src/test/abilities/stall.test.ts
    
    Co-authored-by: Adrian T. <[email protected]>
    
    * added documentation and implemented mycelium might
    
    * added note on quick claw
    
    * Documentation + Quick Claw implementation
    
    * This is where I would test quick claw-stall/m.m. if i could override modifierstacks
    
    * Forgot to add edits oops
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    Co-authored-by: NightKev <[email protected]>
    Co-authored-by: Adrian T. <[email protected]>
    Co-authored-by: Amani H. <[email protected]>
    5 people authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    513adf7 View commit details
    Browse the repository at this point in the history
  5. [Enhancement] Target Selection also highlights target's held items (p…

    …agefaultgames#3448)
    
    * Target Pokemon's held items flash with the Pokemon during target selection
    
    * Fixed typedocs issues and adjusted animation
    
    * removed .js from imports
    
    * removed .js from imports
    
    * Slowed down animation + fixed bug
    
    * Implemented Torranx's fixes + slightly widened the range for alpha values
    
    * Apply suggestions from code review
    
    Co-authored-by: Amani H. <[email protected]>
    
    * Additional suggestions from code review
    
    * Update src/battle-scene.ts
    
    Co-authored-by: Adrian T. <[email protected]>
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    Co-authored-by: Amani H. <[email protected]>
    Co-authored-by: Adrian T. <[email protected]>
    4 people authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e9c89b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    267772c View commit details
    Browse the repository at this point in the history
  7. [Pokemon/Form/Item] Ultra Necrozma (pagefaultgames#3514)

    * Still attempting to merge ultra necrozma
    
    * Added translations from Adri1
    
    Co-authored-by: Lugiad' <[email protected]>
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    prime-dialga and Adri1 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    38ba0c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    704eab6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afc3918 View commit details
    Browse the repository at this point in the history
  10. [Move] Implement Shell Trap (pagefaultgames#3500)

    * Implement Shell Trap
    
    * Fix error in EN message
    
    * Add ZH/KO translations
    
    Co-authored-by: Yonmaru40 <[email protected]>
    Co-authored-by: Leo Kim <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    
    * Fix error in placeholder messages
    
    * FR translation / KO translation fix
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Leo Kim <[email protected]>
    
    * More translations (DE, ES, IT, PT-BR)
    
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Asdar <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/ja/move-trigger.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Fix Shell Trap activating from ally attacks (+ test fixes)
    
    * Remove todo + add test with shell trap as first move
    
    ---------
    
    Co-authored-by: Yonmaru40 <[email protected]>
    Co-authored-by: Leo Kim <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Asdar <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    8 people authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    161043e View commit details
    Browse the repository at this point in the history
  11. [Move] Refactor Conditional Protection and Protect interactions (page…

    …faultgames#2731)
    
    * Refactor protection moves
    
    * Revert Protected move result change
    
    * Fix typo in documentation
    
    * Fix merge conflicts in integration tests
    
    * Improve readability of apply function
    
    * Fix effects applying through Protect
    
    * Fix typos in `src/data/egg.ts` comments
    
    * [Localization(it)] Added Honey Gather translation (pagefaultgames#2301)
    
    * Update ability.ts [Localization(it)]
    
    * Update ability.ts [Localization(it)]
    
    Fixed capitalization
    
    * Hitting into protect now records a move as failed
    
    * Add check for move success before applying additional effects (Stone Axe)
    
    * `Overrides` should be capitalized
    
    * Add fail conditions for `RechargeAttr` and Jaw Lock
    
    * Update protect test
    
    * Add check for protect in Glaive Rush
    
    * Update tests to use new overrides helpers
    
    * Account for Mat Block and add protect test for Glaive Rush
    
    ---------
    
    Co-authored-by: Niccolò <[email protected]>
    
    * Crafty Shield now blocks ALL protect-ignoring moves
    
    * Crafty Shield test + Fix blocking ally-target moves
    
    * ESLint
    
    * Mat Block and Wide Guard integration tests
    
    * Fix strict-null errors in integration tests
    
    * Fix strict-null issue in arena-tag
    
    * Fix strict-null in unrelated test :pikamad:
    
    * Fix conflicting AbAttr
    
    ---------
    
    Co-authored-by: NightKev <[email protected]>
    Co-authored-by: Niccolò <[email protected]>
    3 people authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a760022 View commit details
    Browse the repository at this point in the history
  12. [Balance] Replaced some custom starting moves with equivalent canon m…

    …oves (pagefaultgames#3468)
    
    * Replaced some custom moves with canon moves
    
    * Just gave Turtwig Leafage
    
    * Revert Vanillite change
    
    * Psybeam Flutter Mane moved from 7 to 1
    Fontbane authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    39f617d View commit details
    Browse the repository at this point in the history
  13. [Bug] Fix daily run generated movesets (pagefaultgames#3519)

    * Fix daily run generated movesets
    
    * add unit-tests for `fix-daily-run` (#3)
    
    * add `daily` and `classic` helper. split `runToSummon`
    
    there is now a `classicMode.runToSummon` which represents the old one used.
    There is now a `dailyMode.runToSummon` too
    
    * add daily_mode.test.ts
    
    covers the occured issue
    
    ---------
    
    Co-authored-by: flx-sta <[email protected]>
    DayKev and flx-sta authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0d3fcd8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    452fbbb View commit details
    Browse the repository at this point in the history
  15. [Ability] Heatproof now reduces burn damage by half (pagefaultgames#3524

    )
    
    * Heatproof now reduces burn damage by half
    
    * Add tests
    
    * Add comment to test
    DayKev authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    39e7591 View commit details
    Browse the repository at this point in the history
  16. [Feature] Updated Smeargle learnset to pre gen-9 implementation (page…

    …faultgames#2986)
    
    Updated Pokemon.getLevelMoves()
    Now enforces uniqueness AFTER filtering moves within the given range. This allows a pokemon to learn the same move at two different levels.
    
    Updated pokemon-level-moves.ts
    Changed Smeargle to learn Sketch at levels 11, 21, 31, ..., 91, instead of only at level 1.
    ElizaAlex authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bbca34b View commit details
    Browse the repository at this point in the history
  17. [QoL] [Balance] Adjust ether weights for lower-PP moves (pagefaultgam…

    …es#3483)
    
    * Adjust ether weights
    
    * Gt to gte
    
    * Fix spacing
    Fontbane authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    73372b4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5000a91 View commit details
    Browse the repository at this point in the history
  19. [Bug] Palafin should not swap to Hero form when switching due to faint (

    pagefaultgames#3532)
    
    * Palafin should not swap to Hero form when switching due to faint
    
    Also add more tests for Zero to Hero
    
    * Use `.isFainted()` instead of checking HP
    DayKev authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2b0b9fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bf1c634 View commit details
    Browse the repository at this point in the history
  21. [Balance] [QoL] Allow Pirouette Meloetta to be selectable on starter …

    …screen (pagefaultgames#3537)
    
    * Update pokemon-forms.ts
    
    * Add Data for Pirouette
    
    * Update pokemon-form.ts
    
    * Update Localization Names
    
    * Update pokemon-form.ts
    Blitz425 authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    16b9df2 View commit details
    Browse the repository at this point in the history
  22. Fixed Export Game Data freeze (pagefaultgames#3539)

    Co-authored-by: Frutescens <info@laptop>
    frutescens and Frutescens authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    05fdac3 View commit details
    Browse the repository at this point in the history
  23. [Localization] Localized "Consent Preferences" in menu-ui-handler.ts (p…

    …agefaultgames#3513)
    
    * [Localization] Localized "Consent Preferences" in menu-ui-handler.ts
    
    * Update src/locales/fr/menu-ui-handler.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/de/menu-ui-handler.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/it/menu-ui-handler.ts
    
    Co-authored-by: Niccolò <[email protected]>
    
    * Update src/locales/fr/menu-ui-handler.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/es/menu-ui-handler.ts
    
    Co-authored-by: Asdar <[email protected]>
    
    * Update src/locales/zh_CN/menu-ui-handler.ts
    
    Co-authored-by: RimKnight <[email protected]>
    
    * Update src/locales/zh_TW/menu-ui-handler.ts
    
    Co-authored-by: RimKnight <[email protected]>
    
    * Update src/locales/ko/menu-ui-handler.ts
    
    Co-authored-by: Enoch <[email protected]>
    
    ---------
    
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: Niccolò <[email protected]>
    Co-authored-by: Asdar <[email protected]>
    Co-authored-by: RimKnight <[email protected]>
    Co-authored-by: Enoch <[email protected]>
    7 people authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1180fd0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bcca218 View commit details
    Browse the repository at this point in the history
  25. fix/update vite.config.ts (pagefaultgames#3531)

    - fix types
    - update defintion to map `UserConfig` type
    flx-sta authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b7d7d9b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    29b441f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0574e81 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    70a21df View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    dff0e91 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Compress item atlas

    Also resized the Herb graphics to be 32x32 like the rest of the items.
    Madmadness65 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f6d9a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0018650 View commit details
    Browse the repository at this point in the history
  3. Remove unused duplicate ribbon sprites

    I already excluded them from the item atlas in my previous commit.
    Madmadness65 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4e74007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88ecd69 View commit details
    Browse the repository at this point in the history
  5. [Balance] Starter / Passive / Same-Species Egg Fixes for August Patch (

    …pagefaultgames#3542)
    
    * [Balance] Various Fixes
    
    * Readjusted Legendary same-species eggs back to 10 candy
    
    * Updated some passives
    
    * Changed Chien Pao Passive
    
    * Eevee passive final adjustment
    
    * Chi Yu and Chien Pao changed again
    
    * Arcto passives
    damocleas authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e109c84 View commit details
    Browse the repository at this point in the history
  6. [Balance] Update egg moves (pagefaultgames#3554)

    * Update egg moves
    
    * Update Arctozolt
    
    * Update Arctovish
    Madmadness65 authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3c4e56d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5983c77 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0ed24c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    60b68c9 View commit details
    Browse the repository at this point in the history
  2. [Sprite] Add variant icons for Beta 2 (pagefaultgames#3586)

    * [Sprite] Variant Icons for Beta 2
    
    * [Sprite] Use INDEXED color mode
    chaosgrimmon authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0eb1262 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    e697a78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6e99f1 View commit details
    Browse the repository at this point in the history
  3. W Event (Classic and Translations) (pagefaultgames#3583)

    * Update dialogue.ts
    
    * Update dialogue.ts
    
    * ca_ES
    
    * DE
    
    * ES
    
    * FR
    
    * IT
    
    * JA
    
    * KO
    
    * pt_BR
    
    * zh_CN
    
    * zh_TW
    
    * Update src/locales/zh_CN/dialogue.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update src/locales/zh_CN/dialogue.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update src/locales/zh_CN/dialogue.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Update src/locales/fr/dialogue.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/fr/dialogue.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/fr/dialogue.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/fr/dialogue.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * Update src/locales/pt_BR/dialogue.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/pt_BR/dialogue.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/pt_BR/dialogue.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/pt_BR/dialogue.ts
    
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    
    * Update src/locales/de/dialogue.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/dialogue.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/dialogue.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update src/locales/de/dialogue.ts
    
    Co-authored-by: Jannik Tappert <[email protected]>
    
    * Update dialogue.ts
    
    * fixed blank line
    
    * Quick portuguese dialogue fix 
    
    pagefaultgames#3587
    
    * Rival Items
    
    * ) oops
    
    * )) oops 2
    
    * Update src/locales/fr/dialogue.ts
    
    Co-authored-by: Lugiad' <[email protected]>
    
    * HA my beloved
    
    * Update src/locales/zh_CN/dialogue.ts
    
    Co-authored-by: Yonmaru40 <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: sodam <[email protected]>
    
    * Update src/locales/ko/dialogue.ts
    
    Co-authored-by: sodam <[email protected]>
    
    * Update src/locales/ko/dialogue.ts
    
    Co-authored-by: sodam <[email protected]>
    
    * Apply suggestions from code review
    
    Co-authored-by: mercurius-00 <[email protected]>
    
    ---------
    
    Co-authored-by: Yonmaru40 <[email protected]>
    Co-authored-by: Lugiad' <[email protected]>
    Co-authored-by: José Ricardo Fleury Oliveira <[email protected]>
    Co-authored-by: Jannik Tappert <[email protected]>
    Co-authored-by: sodam <[email protected]>
    Co-authored-by: mercurius-00 <[email protected]>
    7 people authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    96302a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06c110e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f00365 View commit details
    Browse the repository at this point in the history
  6. Update .github/ISSUE_TEMPLATE/feature_request.yml

    Co-authored-by: flx-sta <[email protected]>
    f-fsantos and flx-sta authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    de29c1f View commit details
    Browse the repository at this point in the history
  7. feat: update

    f-fsantos committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    193b074 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5cec9f View commit details
    Browse the repository at this point in the history
  9. [Bug] Lock Capsule no longer treats common items as free (pagefaultga…

    …mes#3591)
    
    * Fixed null check to actually check for null and not 0
    
    * Add test and `startingModifier()` override helper function
    
    * Add tsdoc
    DayKev authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a8c9065 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    451a1a2 View commit details
    Browse the repository at this point in the history
  11. [Hotfix] Fixed the bug where Pokémon with only rare/epic shiny but no…

    … common shiny were unable to use cycle shiny (pagefaultgames#3593)
    
    * Fixed the bug where Pokémon with only rare/epic shiny but no common shiny were unable to use cycle shiny
    
    * remove unecessary log
    
    * fix condition
    KimJeongSun authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5446040 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15584f8 View commit details
    Browse the repository at this point in the history
  13. [Balance] Balance Hotfixes for August 17 Update (pagefaultgames#3594)

    * [Balance] Balance Hotfixes for August 17 Update
    
    * Eternatus Moveset fix
    
    * fixed Cresselia passive
    
    * fixed Jirachi Egg Moves
    
    * fixed Doduo and Arctozolt egg moves
    damocleas authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    e192e57 View commit details
    Browse the repository at this point in the history
  14. [Hotfix] Removed isFreshStartChallenge() check (pagefaultgames#3599)

    * Removed isFreshStartChallenge() check
    
    * Better conditional
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    frutescens and Frutescens authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    616219d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b59cb12 View commit details
    Browse the repository at this point in the history
  16. [Hotfix] Fix Pokemon info not fully appearing after switch-out (pagef…

    …aultgames#3596)
    
    * Add hideInfo param to leaveField
    
    * Update docs for leaveField
    innerthunder authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2b853ba View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. [Hotfix] End Biome Catch Problems (pagefaultgames#3605)

    * Needs more testing.
    
    * removed debugging
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    frutescens and Frutescens authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5ede6a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8704723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e92366 View commit details
    Browse the repository at this point in the history
  4. [Sprite] Floette animation fix - Xatu female variant fix (pagefaultga…

    …mes#3610)
    
    * 177-178 icons, variant icons
    
    * 178 icons
    
    * [HotFix][Sprite] Xatu female variants added
    
    * [HotFix][Sprite] Floette json: update to match images
    
    * Xatu variant- reverted _masterlist
    
    reverted _masterlist.json
    added anim files for both female variants
    
    * [fix] Xatu female: show variants, added back sprite anim
    
    Edited _masterlist on correct keys
    added anim json for back sprites
    pom-eranian authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5f6cb6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abced6c View commit details
    Browse the repository at this point in the history
  6. [Bug][Hotfix] Final Boss MBH no longer transferrable (pagefaultgames#…

    …3611)
    
    * Should fix it.
    
    * typedocs fixes
    
    ---------
    
    Co-authored-by: Frutescens <info@laptop>
    frutescens and Frutescens authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    192aa63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e6c295 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58bf18a View commit details
    Browse the repository at this point in the history
  9. add fix setting code to prevent form/variant bug when default form/va…

    …riant setting is wrong.
    
    in addition, that fix code include gender fix, so i revert old gender fix.
    update wrong log message.
    KimJeongSun committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    69c1389 View commit details
    Browse the repository at this point in the history
  10. Merge pull request pagefaultgames#3617 from KimJeongSun/fix-only-vari…

    …ant-form-bugs
    
    [Hotfix] Fixed a bug occurring when only single rare/epic variant or a single rare form in Starter UI
    f-fsantos authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c40717f View commit details
    Browse the repository at this point in the history
  11. Merge pull request pagefaultgames#3616 from Opaque02/iv-scanner-stats…

    …-fix
    
    [Bug] Fixed issue with falsy issue within condition to get a stat for IV scanner
    f-fsantos authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c2b79a8 View commit details
    Browse the repository at this point in the history
  12. [Hotfix] Fix Memory Mushroom not showing relearner moves (pagefaultga…

    …mes#3619)
    
    * Fix Memory Mushroom not showing relearner moves
    
    * Fix rollout test
    DayKev authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1b7a161 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    67da795 View commit details
    Browse the repository at this point in the history
  14. 867 runerigus sprite (pagefaultgames#3629)

    cropped static frames, fixed cropped sprite
    set runerigus exp to use the shiny exp's animation
    verified all hex colors are unchanged
    
    - fixed ultra necrozma exp front variant swapped arrays.
    - xatu female eye color fix
    pom-eranian authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c8ed89e View commit details
    Browse the repository at this point in the history
  15. [Bug] Preventing the MBH from being stolen in Endless (pagefaultgames…

    …#3630)
    
    * Endless MBH Fix
    
    * add import
    
    * Revert "add import"
    
    This reverts commit 814a405.
    
    * Revert "Endless MBH Fix"
    
    This reverts commit 8eb4481.
    
    * removed newline
    
    ---------
    
    Co-authored-by: Frederico Santos <[email protected]>
    Co-authored-by: frutescens <info@laptop>
    3 people authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    65af7a5 View commit details
    Browse the repository at this point in the history
  16. [Bug] Fix type-hints for immunity (pagefaultgames#3620)

    * enable mock containers to be found by name
    
    * enable mock text to be found by name
    
    * add test coverage for type-hints
    
    Only for "immunity" and "status moves"
    flx-sta authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a97803b View commit details
    Browse the repository at this point in the history
  17. fix wrong message key of curse(ghost type) (pagefaultgames#3631)

    Co-authored-by: Frederico Santos <[email protected]>
    EnochG1 and f-fsantos authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1db26da View commit details
    Browse the repository at this point in the history
  18. [Hotfix] Steal-able Mini Black Hole Pt 2 (pagefaultgames#3632)

    * Still have no idea where Eternatus is given the MBH....
    
    * typedocs
    
    ---------
    
    Co-authored-by: frutescens <info@laptop>
    frutescens and frutescens authored Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a46e35b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. [Hotfix] Abilities that prevent ATK drops no longer stop other stat d…

    …rops (pagefaultgames#3624)
    
    * Abilities that prevent ATK drops no longer stop other stat drops
    
    * Apply suggestions from code review
    
    Co-authored-by: Mumble <[email protected]>
    
    * Add `isNullOrUndefined()` utility function
    
    ---------
    DayKev authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    747e4f9 View commit details
    Browse the repository at this point in the history
  2. Grip Claw now shows the proper pokemon nickname (pagefaultgames#3634)

    Co-authored-by: frutescens <info@laptop>
    frutescens and frutescens authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bdde03b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. merge main to MEs branch

    ImperialSympathizer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8899fce View commit details
    Browse the repository at this point in the history
  2. commit latest beta merge updates

    ImperialSympathizer committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0b698a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. fix ME null checks and unit tests with beta update

    ImperialSympathizer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    39c6c37 View commit details
    Browse the repository at this point in the history
  2. fix ME null checks and unit tests with beta update

    ImperialSympathizer committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d0844d1 View commit details
    Browse the repository at this point in the history