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

8.6.0 Patch Release #473

Merged
merged 20 commits into from
Sep 13, 2024
Merged

8.6.0 Patch Release #473

merged 20 commits into from
Sep 13, 2024

Conversation

UTDZac
Copy link
Collaborator

@UTDZac UTDZac commented Sep 12, 2024

A small patch to fix a few bugs and add some quality of life stuff. Updating to new Minor version number to prompt people to update, as it's been quite a few months.

Release Notes

  • [Stream Connect] Added option for !ballqueue command to display the pick as a message in stream chat
  • [Extras > Option] New option to show an estimated catch rate for catching wilds with a Poké Ball
  • [Extras > Option] New option to change displayed "Heals %" to show a whole number: total the heal amount
  • [MGBA] Added several new commands: Revo, Coverage, Pivots, Dungeon, Progress, Heals, TMs, Search, SearchNotes
  • Fixed Hidden Power displaying incorrectly as a STAB move while viewing a log
  • For a full list of new features, changes and bug fixes, check out the Version Changelog

UTDZac and others added 14 commits May 22, 2024 10:53
Added an option to the !ballqueue command to run the command as soon as the Tracker starts up, displaying the queue info.
When enabling the option to output the ball queue status on startup, it would output every single time even if the info it posted before was identical.

This changes it so that it won't output the ball queue status unless its a new ball pick
Swaps HP heal percentage on main screen to be a whole number value; raw healing amount.
Adding an option to display the catch rate when battling a wild Pokémon. This value is currently always 0, as the actual value has yet to be read in from game memory.
- Adding stat offset for catch rate
- Adding logic to save catchRate while loading pokemon data and read it when fighting and viewing wild pokemon
Rounding HP to nearest 8th
Reorganized the catch rate calculation function's params, to allow for easier default values.
Hidden Power (normal type) can't be STAB, because it can never be normal type.
Had the final probability equation piece in the wrong spot
Commands added: DUNGEON, PIVOTS, REVO, COVERAGE, HEALS, TMS, SEARCH, SEARCHNOTES, PROGRESS
Adds a new screen showing off the advanced commands that have been added.
@UTDZac UTDZac self-assigned this Sep 12, 2024
@UTDZac
Copy link
Collaborator Author

UTDZac commented Sep 13, 2024

Before approving this PR, can you quickly review and merge in: #474

Copy link
Collaborator

@Fellshadow Fellshadow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good to go to me

@UTDZac UTDZac merged commit b945e7d into main Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants