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

Env/dkp ci #5

Closed
wants to merge 6,083 commits into from
Closed

Env/dkp ci #5

wants to merge 6,083 commits into from

Conversation

SBird1337
Copy link
Owner

Description

Discord contact info

AsparagusEduardo and others added 30 commits August 25, 2023 16:33
Handful of fixes related to MAX_MON_MOVES
…3218)

* Add missing absorbing abilities to FindMonThatAbsorbsOpponentsMove

* Use array to match ability to absorbing type

Previous implementation involving piggybacking on a conditional in a bit of a messy fashion to check for each ability type, this should be more readable and more easily modified by a novice. This is almost exactly BuffelSaft's inclement emerald implementation.

* Minor syntax fixes
* some gActiveBattler related fixes

* fix IsBattleSEPlaying gActiveBattler->battlerId

---------

Co-authored-by: ghoulslash <[email protected]>
DizzyEggg and others added 29 commits October 10, 2023 22:41
* Run assumptions on all runners

* Make i const in battle tests

This avoids the pitfall of using i in a PARAMETRIZEd test and confusing
the runner.
* Fix Wall Werror errors

* fix hgss pokedex modern errors

* tests build on modern

* learnset change

* Update src/battle_ai_util.c

Co-authored-by: Philipp AUER <[email protected]>

* Update src/battle_anim_new.c

Co-authored-by: Philipp AUER <[email protected]>

* Update src/debug.c

Co-authored-by: Philipp AUER <[email protected]>

* Update src/debug.c

Co-authored-by: Philipp AUER <[email protected]>

* Update src/pokedex_plus_hgss.c

Co-authored-by: Philipp AUER <[email protected]>

* review changes

* unused cmd args

* various args back

---------

Co-authored-by: Philipp AUER <[email protected]>
* Catch OOM in tests

* Alias gBattleTestRunnerState with sBackupMapData

Reverts #3398 "Fix Broken Move Anims in Tests" which moved the AI logs
to statically-allocated EWRAM_DATA instead of being part of
gBattleTestRunnerState.
* Tests for 6 more abilities

* Fix most of Egg's comments

* Update Purifying Salt and Leaf Guard

* Parenthesis fixes
* Fix Kee Berry and Custap Berry + Tests

* add missing assumes

* fix wrong test files

* fix new line
Added remaining sprites not listed
Organized and formatted.
Organized and formatted
@SBird1337 SBird1337 closed this Oct 15, 2023
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.