-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Added missing Move Effect TODO tests - Volume E #5915
Added missing Move Effect TODO tests - Volume E #5915
Conversation
#include "global.h" | ||
#include "test/battle.h" | ||
|
||
// There's no move with EFFECT_EVASION_UP_2 effect. Below is a theorical test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// There's no move with EFFECT_EVASION_UP_2 effect. Below is a theorical test. | |
// There's no move with EFFECT_EVASION_UP_2 effect. Below is a theoretical test. |
I'm not sure if there's a point in these though, we barely cover all non-theoretical cases and doing this sets a precedent that may make people expect us to write tests for their hypothetical new effects, too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this unused move effect then? I believe it's from vanilla
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's highly unlikely to be introduced in (vanilla) Pokémon at any point, so fine by me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we keep it? Since it is already there, there is no harm in keeping it. It might also be an effect users used for their custom moves.
Though I think we should not introduce custom effects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did some digging and indeed EFFECT_EVASION_UP_2
is from vanilla.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Bassoonian <[email protected]>
Description
Handled all move effects that start with a E.
Other notable stuff:
Discord contact info
AsparagusEduardo