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

Better tracked move history #315

Merged
merged 4 commits into from
Dec 21, 2022
Merged

Conversation

UTDZac
Copy link
Collaborator

@UTDZac UTDZac commented Dec 21, 2022

resolves #202

This adds support for tracking more useful information about moves used during battle. In addition, it allows viewing all tracked moves for any given Pokémon, not just the last four seen.

The negative/positive move box color highlights are the same that are shown in the Pokemon Info lookup page, where it bases it off of the currently viewed Pokemon. Since, that info is most helpful when you are fighting something, or using your own Pokemon in battle.

image

@UTDZac UTDZac added the Feature Request A new feature idea label Dec 21, 2022
@UTDZac UTDZac requested a review from Fellshadow December 21, 2022 02:26
@UTDZac UTDZac self-assigned this Dec 21, 2022
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.

Looks fine to me, just a couple of small questions

Also leaving this open for now since i've merged the other two smaller PRs in, to let you update this branch with those changes / check for conflicts (shouldn't be any i think but worth double-checking that this at least won't undo any of the other PRs lol)

ironmon_tracker/Program.lua Show resolved Hide resolved
ironmon_tracker/Constants.lua Show resolved Hide resolved
@Fellshadow Fellshadow merged commit 63234d8 into staging Dec 21, 2022
@UTDZac UTDZac deleted the utdzac/tracked-move-history branch December 21, 2022 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request A new feature idea
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tracker more accurantely tracks enemy moves and the level at which it had that move
2 participants