You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the player is asked who they'd like to switch in, when they hover the cursor over the different options, it should show a summary of each Pokémon (health, status, moves, etc.) — perhaps the entire available party with the hovered one selected, or perhaps just the selected Pokémon. A similar approach could be taken for moves (taking into account the fact that moves already have hover effects in double battles) and possibly items.
The text was updated successfully, but these errors were encountered:
Now, when you hold shift while hovering over a move (either with the
mouse or on a selected move using the keyboard), you’ll see a number of
details regarding that move (including, perhaps most usefully, the PP).
This goes some way to adding #126, although for now makes use of an
even-more-coupled Input and Textbox (which will eventually be
addressed—see #155).
When the player is asked who they'd like to switch in, when they hover the cursor over the different options, it should show a summary of each Pokémon (health, status, moves, etc.) — perhaps the entire available party with the hovered one selected, or perhaps just the selected Pokémon. A similar approach could be taken for moves (taking into account the fact that moves already have hover effects in double battles) and possibly items.
The text was updated successfully, but these errors were encountered: