Adrian T.

Results 12 issues of Adrian T.

Resolves enhancement request/suggestion on #810 - Added _Center Window Vertically_ option in Game Settings

enhancement

A bug report was made on [discord](https://discord.com/channels/1125469663833370665/1239892651134812180) where Pokemon like Fezandipiti is categorized as Legendary when it should be Sub-legendary. Key points from serebii are: - Their **category exists within...

question

Resolves enhancement #810 - Since other players like to play on portrait mode (top - game window, bottom - controls), we'd center vertically on landscape mode only

enhancement

Fixes #832 The check for the sound effect can be found in _src/ui/abstact-option-select-ui-handler.ts_: ``` if (option.handler()) { if (!option.keepOpen) this.clear(); playSound = !option.overrideSound; } else ui.playError(); ``` Since `changeLocaleHandler()` does...

bug

Resolves #875 Translations for: - _"1, 2, and ... ... ... Poof!"_ - _"And..."_ **Tested on local**

Localization

### PLEASE REFER [HERE](https://github.com/pagefaultgames/pokerogue/pull/1114#issuecomment-2128087672) FOR UPDATED DESCRIPTION -------- This PR includes changes from [851](https://github.com/pagefaultgames/pokerogue/pull/851) Only added the check if window width < 1920 - this should prevent applying the `align-items:...

enhancement

#347 fixes #368 BUT the game right now only checks the last used move of the **PLAYER'S** pokemon. This would mean if player used a non-force switch move before a...

Bug
Move

Resolves #1312 ## [PR changes from initial review](https://github.com/pagefaultgames/pokerogue/pull/1367#issuecomment-2131658731) ## What are the changes? - Added Menu option on the title phase* - Changed starter select dialogue** - Removed the access-menu...

enhancement

Resolves #1289 ## What are the changes? - Window on top left of screen showing number of eggs hatching during hatch phase. This will only show up if there are...

enhancement

## What are the changes the user will see? New option under display: Shop Cursor Target - sets the cursor in shop phase based on the set option (defaults to...

Enhancement
UI/UX
Lead Dev Review