Commit graph

12851 commits

Author SHA1 Message Date
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
ghoulslash
2c3db74702 fix base power calcs using battler addresses 2023-03-24 10:36:10 -04:00
Philipp AUER
4928911cd0
Speed up PASSES_RANDOMLY via structured RNG (#2720) 2023-03-24 15:16:29 +01:00
Eduardo Quezada
fad11981a5 Tests for form change on switch out and fainting 2023-03-24 11:03:34 -03:00
ghoulslash
dca6182ed2
remove assist array from battle struct (#2816) 2023-03-24 09:23:49 -04:00
Eduardo Quezada
c383c995f1 Applied review changes 2023-03-24 10:12:09 -03:00
Eduardo Quezada
498f4a2c97 Schooling and Zen Mode tests 2023-03-24 10:04:38 -03:00
Eduardo Quezada
52011804b9 Level command now also sets experience to avoid losing level upon form changes 2023-03-24 09:36:33 -03:00
GriffinR
6be9a79b8c
Merge pull request #1871 from GriffinRichards/doc-trendy-sayings
Document the trendy sayings word group
2023-03-24 08:05:51 -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
GriffinR
590eda3446
Merge pull request #1875 from Zunawe/fix-scanner-flag-name
Fix scanner item flag name
2023-03-24 01:04:04 -04:00
AgustinGDLV
2b86044013 goodbye gMaxMovePowers table 2023-03-23 21:53:24 -07:00
Zunawe
492422b6bd Fix scanner item flag name 2023-03-23 21:47:26 -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
c922ff69b9 Added To-Do test results 2023-03-23 22:34:08 -03:00
Eduardo Quezada D'Ottone
1da65c4051 Fixed Grassy Terrain not healing 2023-03-23 22:33:47 -03:00
Bassoonian
cd6d71cd01 Add most of the new item icons (Clear Amulet & Shards missing) 2023-03-24 00:50:06 +01:00
Bassoonian
e601719c91 Add new PLA form change items 2023-03-24 00:04:08 +01:00
Bassoonian
f15fb1540f Allow Kubfu evolution with Scroll items 2023-03-23 23:16:08 +01:00
Bassoonian
80d0efae0c Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into rhhupcomingdev 2023-03-23 23:04:23 +01:00
LOuroboros
6d1a436a87
Merge pull request #20 from DizzyEggg/moves_batch1
tests for Moves batch1
2023-03-23 16:06:29 -03:00
DizzyEggg
8cf357a37b tests for dire claw ceaseless edge barb barrage 2023-03-23 12:29:04 +01:00
LOuroboros
7ce5c5fc66 Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into gen_9_move_effects_batch1 2023-03-23 06:27:09 -03: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
tennis
299911139a Add test for intimidate on empty slot 2023-03-22 22:25:20 +00:00
CallmeEchoo
4541cc3319 add check for Gorilla Tactics
knock off shouldnt reset choicedMove when the pokemon has the Gorilla Tactics ability
2023-03-22 22:30:24 +01:00
GriffinR
8d67bebd51
Merge pull request #1869 from GriffinRichards/const-map
Treat map data as const
2023-03-22 13:00:06 -04:00
tennis
358180946d Fix Intimidate targetting dead sides and false postpones 2023-03-22 11:46:50 +00:00
Eduardo Quezada
168ed1cc55 Xerneas/Zacian/Zamazenta form change tests 2023-03-22 07:33:13 -03:00