-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add Berserk Gene Item #2893
Add Berserk Gene Item #2893
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc18adb - Browse repository at this point
Copy the full SHA fc18adbView commit details
Commits on Apr 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cfcc405 - Browse repository at this point
Copy the full SHA cfcc405View commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec47958 - Browse repository at this point
Copy the full SHA ec47958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32d5ccb - Browse repository at this point
Copy the full SHA 32d5ccbView commit details
Commits on Apr 7, 2023
-
support 255 turns of confusion
technically one short of the original duration but unless you want to sacrifice another bit for it its close enough to indefinit
Configuration menu - View commit details
-
Copy full SHA for 3363b5b - Browse repository at this point
Copy the full SHA 3363b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for eea21a4 - Browse repository at this point
Copy the full SHA eea21a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 583d8e6 - Browse repository at this point
Copy the full SHA 583d8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5706d - Browse repository at this point
Copy the full SHA 7a5706dView commit details
Commits on Apr 10, 2023
-
requested changes + fix to BS call
remove always true if statement remove trailing whitespace move defines up move bs script declaration up fix using wrong bs call in ITEMEFFECT_NORMAL and ITEMEFFECT_MOVE_END
Configuration menu - View commit details
-
Copy full SHA for 1050d6d - Browse repository at this point
Copy the full SHA 1050d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a0bfd4 - Browse repository at this point
Copy the full SHA 3a0bfd4View commit details -
prevent inf. conf. being set when conf. is prevented.
if a pokemon with own tempo uses baton pass, it would pass it the inf. conf. bit to the next mon. if that mon became confused then, it would be confused infinitely. So we need to make sure this bit is never set for a pokemon with own tempo. Since misty terrain prevents the confusion also, this applies aswell.
Configuration menu - View commit details
-
Copy full SHA for ecd15d1 - Browse repository at this point
Copy the full SHA ecd15d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7d86e - Browse repository at this point
Copy the full SHA 0b7d86eView commit details
Commits on Apr 12, 2023
-
more descriptive weee :) Co-authored-by: Eduardo Quezada D'Ottone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9393899 - Browse repository at this point
Copy the full SHA 9393899View commit details
Commits on Apr 13, 2023
-
additional inf. confusion heal instances
for own tempo cases and lum berry
Configuration menu - View commit details
-
Copy full SHA for 31568d5 - Browse repository at this point
Copy the full SHA 31568d5View commit details -
extract removing confusion status
RemoveConfusionStatus now unsets STATUS2_CONFUSION and STATUS4_INFINITE_CONFUSION
Configuration menu - View commit details
-
Copy full SHA for 0a8abaa - Browse repository at this point
Copy the full SHA 0a8abaaView commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 13425c4 - Browse repository at this point
Copy the full SHA 13425c4View commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c8fb26e - Browse repository at this point
Copy the full SHA c8fb26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72816d8 - Browse repository at this point
Copy the full SHA 72816d8View commit details -
remove debugprint that I forgot uncomment ndebug and fix a horrible mistake
Configuration menu - View commit details
-
Copy full SHA for bbc3c4d - Browse repository at this point
Copy the full SHA bbc3c4dView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3a5df79 - Browse repository at this point
Copy the full SHA 3a5df79View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d5dec5 - Browse repository at this point
Copy the full SHA 6d5dec5View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3689135 - Browse repository at this point
Copy the full SHA 3689135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78878dc - Browse repository at this point
Copy the full SHA 78878dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79517c3 - Browse repository at this point
Copy the full SHA 79517c3View commit details -
extract infinite confusion conditions
own function since there is not enough overlap with canBeConfused
Configuration menu - View commit details
-
Copy full SHA for 7d441b3 - Browse repository at this point
Copy the full SHA 7d441b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b883bf3 - Browse repository at this point
Copy the full SHA b883bf3View commit details
Commits on Apr 25, 2023
-
Update test/hold_effect_berserk_gene.c
Co-authored-by: Eduardo Quezada D'Ottone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85842d6 - Browse repository at this point
Copy the full SHA 85842d6View commit details -
Apply suggestions from code review
Co-authored-by: Eduardo Quezada D'Ottone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03652ba - Browse repository at this point
Copy the full SHA 03652baView commit details