Commit graph

12546 commits

Author SHA1 Message Date
AgustinGDLV
fff0f78c89 fixed Gigantamax and level bugs + lots of clean-up and debug removal 2023-03-25 15:33:50 -07:00
AgustinGDLV
a383fab75a added cries for Gigantamax forms 2023-03-25 10:15:15 -07:00
AgustinGDLV
f633d164e1 gave Max Wyrmwind a placeholder anim 2023-03-25 09:59:16 -07:00
AgustinGDLV
7d4a666b4c current HP increases on level up 2023-03-25 09:53:50 -07:00
AgustinGDLV
0e79697f11
Merge pull request #1 from AsparagusEduardo/RHH/pr/test/dynoTweaks
Refactored GetMaxMovePower
2023-03-25 09:45:58 -07:00
AgustinGDLV
e3f29fa07e
Merge branch 'dynamax' into RHH/pr/test/dynoTweaks 2023-03-25 09:45:42 -07:00
AgustinGDLV
60720c0182 Dynamaxed Pokemon do not get an -ate boost, TODO: write tests 2023-03-24 23:29:40 -07:00
AgustinGDLV
1acddfa38a Max Moves cannot target allies 2023-03-24 23:27:34 -07:00
AgustinGDLV
9f306c65ed fixed Dynamax bypassing selection prevention 2023-03-24 23:19:12 -07:00
AgustinGDLV
886bee2b90 fixed double HP multiplier application + slapped KNOWN_FAILING on RNG-based tests 2023-03-24 23:11:53 -07:00
AgustinGDLV
5d508f7963 Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into dynamax 2023-03-24 22:40:51 -07:00
Eduardo Quezada
cf6f9de4a7 Merge remote-tracking branch 'AgustinGDLV/dynamax' into RHH/pr/test/dynoTweaks
# Conflicts:
#	src/battle_dynamax.c
2023-03-25 02:12:37 -03:00
AgustinGDLV
2bcfaf8b57 CanDynamax rewrite, level-up + misc. bug fixes 2023-03-24 22:06:09 -07:00
Eduardo Quezada
4e2e3b5e1f Refactored Max Move power to be based on effect 2023-03-25 02:04:07 -03:00
Eduardo Quezada
bbff30d042 Tabs to spaces 2023-03-24 23:44:04 -03:00
sbird
b9447f88fc fix compound eyes ohko test 2023-03-24 16:37:52 +01:00
Philipp AUER
4928911cd0
Speed up PASSES_RANDOMLY via structured RNG (#2720) 2023-03-24 15:16:29 +01:00
ghoulslash
dca6182ed2
remove assist array from battle struct (#2816) 2023-03-24 09:23:49 -04:00
Martin Griffin
efc9bad842 Fix Defog "Too many moves" 2023-03-24 10:29:46 +00:00
Martin Griffin
c08df20166 Fix "Too many different moves" detection 2023-03-24 10:29:46 +00:00
AgustinGDLV
7988c53d01 compile fix + placeholder animations (Wyrmwind broken?) 2023-03-23 22:27:26 -07:00
AgustinGDLV
2b86044013 goodbye gMaxMovePowers table 2023-03-23 21:53:24 -07:00
AgustinGDLV
6dc3c7a143 level reappears in healthbox and form reversion occurs correctly when Dynamax ends 2023-03-23 21:27:45 -07:00
AgustinGDLV
40102fe418 added check for AI to use Dynamax on last pokemon 2023-03-23 21:20:35 -07:00
Eduardo Quezada D'Ottone
2658fe32c2
Removed ITEM_HAS_EFFECT (#2840) 2023-03-23 10:02:32 +01:00
Eduardo Quezada D'Ottone
023cc4d38d
Fixed erroneous uses of non e-reader Enigma Berries (#2839) 2023-03-23 09:58:26 +01:00
AgustinGDLV
03f6fe635f
changed CanBeConfused to actually check its argument (#2855) 2023-03-23 09:50:44 +01:00
AgustinGDLV
038649594a finished G-Max Move tests 2023-03-22 22:31:08 -07:00
AgustinGDLV
019b39c7ad Disable, Heal Block, Torment, and Imprison don't prevent move selection 2023-03-22 20:23:47 -07:00
AgustinGDLV
a3c8b97a6c added tests for status1/status2 effects + bug fixes for them 2023-03-22 20:18:25 -07:00
AgustinGDLV
6233627a57 more tests + fixed hp reversion issues 2023-03-22 17:04:05 -07:00
May8th1995
9ec31c61bf
Fixes weirdly set value for eject buttons etc (#2846)
* Fixes weirdly set value for eject buttons etc

* Remove known fialing from fixed test

---------

Co-authored-by: tennis <May8th1995@users.noreply.github.com>
2023-03-21 20:12:46 +01:00
AgustinGDLV
788642347b added HP-based damage/healing interactions with Dynamax Pokemon 2023-03-21 11:36:04 -07:00
AgustinGDLV
69fd63a922 Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into dynamax 2023-03-21 09:56:58 -07:00
Alex
170ff2f422
Tests for Eject Button (#2843)
* eject button tests + 1 intim test

Add KNOWN_FAILING

Eject Button Tests = 1 Intim Test

* Update test/ability_intimidate.c

* Update test/ability_intimidate.c

* Update test/hold_effect_eject_button.c

* Update test/hold_effect_eject_button.c

* Update test/hold_effect_eject_button.c

* Update test/hold_effect_eject_button.c

* Update test/hold_effect_eject_button.c

* Update test/hold_effect_eject_button.c

* Update test/ability_intimidate.c

Eject Button Tests

Eject Button Tests

* Update test/hold_effect_eject_button.c

Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>

---------

Co-authored-by: Philipp AUER <SBird1337@users.noreply.github.com>
2023-03-21 10:41:37 +01:00
AgustinGDLV
4ceb61b1dd updated Gigantamax form changing + tests 2023-03-20 21:50:55 -07:00
AgustinGDLV
5a9e1de836 Merge branch 'RHH/pr/feature/formBattleChange' of https://github.com/AsparagusEduardo/pokeemerald into dynamax 2023-03-20 21:14:33 -07:00
AgustinGDLV
7d70222770 added most Dynamax immunities/interactions + tests + fixed some move selection bugs 2023-03-20 16:40:05 -07:00
Eduardo Quezada D'Ottone
763cf488a0
pret merge 2023/03/19 (#2841) 2023-03-19 22:01:34 -03:00
Eduardo Quezada
47b4e6095d Undo Timburr and Stunfisk friendships, as they don't change 2023-03-19 22:00:18 -03:00
Eduardo Quezada
51b716c9d9 Merge remote-tracking branch 'pret/master' into RHH/pr/sync/pret_20230319
# Conflicts:
#	data/battle_scripts_2.s
#	include/constants/battle_string_ids.h
#	include/constants/songs.h
#	src/battle_message.c
#	src/data/pokemon/species_info.h
2023-03-19 20:28:56 -03:00
Eduardo Quezada
bef5d98b88 Fixed Pokémon fainting in the Overworld that don't have that specific form change entry 2023-03-18 09:47:54 -03:00
Eduardo Quezada D'Ottone
509da952ff
Added Psyblade and Hydro Steam (#2834) 2023-03-17 09:36:14 -03:00
LOuroboros
f4e8389779 Added Psyblade and Hydro Steam 2023-03-17 09:25:39 -03:00
Martin Griffin
89deda0416 Allow tests to override specific RNG calls 2023-03-15 13:39:17 +00:00
Martin Griffin
509ff4c7e0 Generic TEST that executes a function 2023-03-15 13:28:46 +00:00
GriffinR
00e211a417
Merge pull request #1873 from AsparagusEduardo/pret/pr2/stringConversionIDE
Changed IDE macros to allow their use in compound literals without IDE errors
2023-03-15 03:00:01 -04:00
GriffinR
02a37830cc
Merge pull request #1872 from AsparagusEduardo/pret/pr2/friendship
Added STANDARD_FRIENDSHIP constant to allow easier custom adjustments
2023-03-15 02:52:45 -04:00
Eduardo Quezada
2cb54c49da Changed definitions of string conversion IDE macros to allow their use in compound literals without IDE errors 2023-03-14 15:38:18 -03:00
Eduardo Quezada D'Ottone
d91d550341
Fixes some hisuian sprites (#2829) 2023-03-14 14:46:30 -03:00