-
Notifications
You must be signed in to change notification settings - Fork 45
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
Feature Request: Click on Starter Pokemon ball to see info #308
Comments
Note that this may behave differently between any of the five games (FRLG / RSE), and/or languages available. |
Started working on this, got a basic version working for FRLG so far: It's not so bad in FRLG, the starter species shown is stored via a temporary variable in the The annoying part, is that this species is not cleared when you decline a starter, making it tricky to logically determine when to swap between the tracker screen (to show the random ball choice) and the info screen for the displayed pokemon What i've gone with so far is reading As for RSE, well unfortunately they use the My current idea is to investigate if it's possible to read what the three starters are, determine that the bag is open, and then read the player inputs to cycle between info pages for the starters as the game cycles through the starters. Failing that could always try to implement it as a click-based feature at least |
@Fellshadow This looks fantastic for FRLG! |
resolves #308 When selecting a starter Pokémon ball, the tracker will now automatically display the InfoScreen for that Pokémon. This is a new option (enabled by default) the user adjust, under the Gameplay settings screen.
Just completed this feature. It works for Ruby, Sapphire, Emerald, FireRed, and LeafGreen. It will be available in the next Tracker release after version 8.9.0 |
Prior to selecting a Pokemon starter from any of the three ball choices, the player should have the ability to display the current Pokemon being viewed but before the player actually selects it as their chosen Pokemon. There might exist a Battle Comm message of sorts similar to how the "Learning a new move" message is triggered to allow user to click on it for more info.
The Tracker screen can change to the Pokemon Info Lookup screen. This shows the Pokemon's BST and types, useful for randomized types, weaknesses, etc
EDIT: I wrote "Click on starter ball" but the act of clicking probably isn't necessarily.
The text was updated successfully, but these errors were encountered: