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

Fixes Kee Maranga and Enigma Berry #5727

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

AlexOn1ine
Copy link
Collaborator

@AlexOn1ine AlexOn1ine commented Nov 28, 2024

Fixes #5674

The berries checked for TARGET_TURN_DAMAGED which is a global battler check which caused a partner of a damaged mon to trigger a berry. Ideally we replace all TARGET_TURN_DAMAGED battler checks with a function BattlerTurnDamaged and deprecate both macros to prevent us and users from potential bugs. Should be done in upcoming though.

@AlexOn1ine AlexOn1ine added bugfix Bugfixes category: battle-mechanic Pertains to battle mechanics labels Nov 28, 2024
@Bassoonian
Copy link
Collaborator

I'm merging this so it's fixed, but feel free to make a new issue for the upcoming refactor you're mentioning

@Bassoonian Bassoonian merged commit 88cdd8b into rh-hideout:master Nov 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Bugfixes category: battle-mechanic Pertains to battle mechanics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kee Berry activates when double battle partner is hit with a physical move
2 participants