BuffelSaft
|
04867ac0d3
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald into multistrike
|
2021-11-13 17:33:25 +13:00 |
|
BuffelSaft
|
02b3a1da86
|
Fix infinite Bide loop
Bide no longer gets stuck in a loop, but also doesn't strike twice.
|
2021-11-13 17:13:03 +13:00 |
|
BuffelSaft
|
55b279ba0a
|
Fix several move effects
Dragon Tail, Natural Gift, Spit Up all hit twice now. Could maybe use isparentalbondlaststrike instead of some of the other checks too.
|
2021-11-13 16:29:12 +13:00 |
|
BuffelSaft
|
2bf72fc51e
|
Double Struggle damage for PB
Not sure if this should hit twice. If not, this works.
|
2021-11-13 15:29:24 +13:00 |
|
GriffinR
|
3b91d8fdaf
|
Start pokenav list ui doc
|
2021-11-12 20:36:19 -05:00 |
|
GriffinR
|
da5752fd0d
|
Start match call menu doc
|
2021-11-12 20:17:06 -05:00 |
|
BuffelSaft
|
d0336a9edf
|
Fix Payday
Only scatters coins on the first hit of Parental Bond.
|
2021-11-13 14:01:36 +13:00 |
|
BuffelSaft
|
6232b046b1
|
Fix Burn Up
Now works properly with and without Parental Bond. It wasn't broken before, but its interaction with Parental Bond was.
|
2021-11-13 12:40:45 +13:00 |
|
ghoulslash
|
c4efe06f38
|
wish update
|
2021-11-12 17:55:05 -05:00 |
|
Eduardo Quezada D'Ottone
|
a7870dbef0
|
Merge branch 'battle_engine' into magician
|
2021-11-12 19:40:34 -03:00 |
|
kleeenexfeu
|
fdff1ae1b6
|
Update src/battle_util.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
|
2021-11-12 23:34:44 +01:00 |
|
Eduardo Quezada D'Ottone
|
2489023332
|
Fixed assault Vest restricting Me First
|
2021-11-12 19:24:50 -03:00 |
|
GriffinR
|
ffe2970e30
|
Rename pokenav menu handler files
|
2021-11-12 17:13:50 -05:00 |
|
GriffinR
|
baeacbe2f1
|
Clean up pokenav general menus, organize pokenav graphics
|
2021-11-12 17:08:12 -05:00 |
|
Eduardo Quezada D'Ottone
|
45fcb50e09
|
Merge pull request #1889 from ghoulslash/be/brickbreak
Update Brick Break with config
|
2021-11-12 19:03:43 -03:00 |
|
Eduardo Quezada D'Ottone
|
2e3aafe81b
|
Fix Assault Vest's battle message
|
2021-11-12 18:53:46 -03:00 |
|
kleeenexfeu
|
05699884d5
|
Crits and Confusion bypass screens
|
2021-11-12 21:19:06 +01:00 |
|
ghoulslash
|
96fd8e696b
|
brick break gen 4 and 5 config. clears aurora veil
|
2021-11-12 15:00:21 -05:00 |
|
ultima-soul
|
294fecd57c
|
Merge pull request #1888 from ghoulslash/be/contrary
Fix Contrary Animation
|
2021-11-12 10:19:37 -08:00 |
|
ghoulslash
|
cdb20e89fc
|
Update src/battle_script_commands.c
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-11-12 13:12:05 -05:00 |
|
ghoulslash
|
876813a418
|
revert old attempts
|
2021-11-12 13:08:23 -05:00 |
|
ghoulslash
|
0634d3e541
|
Update src/battle_script_commands.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
|
2021-11-12 13:07:53 -05:00 |
|
ghoulslash
|
d5db329318
|
Update src/battle_script_commands.c
Co-authored-by: ultima-soul <33333039+ultima-soul@users.noreply.github.com>
|
2021-11-12 13:07:41 -05:00 |
|
ghoulslash
|
395cffa702
|
remove ReverseStatAnimId
|
2021-11-12 13:04:33 -05:00 |
|
ghoulslash
|
2ff9c2f834
|
remove test code
|
2021-11-12 13:00:28 -05:00 |
|
ultima-soul
|
70b6018c93
|
Merge pull request #1884 from AsparagusEduardo/IE_restoreFRLG
Restored FRLG items
|
2021-11-12 09:53:49 -08:00 |
|
Eduardo Quezada D'Ottone
|
34555b46e8
|
Oops
|
2021-11-12 14:47:35 -03:00 |
|
ultima-soul
|
cab8a676a2
|
Merge pull request #1883 from ghoulslash/be/kingsrock
add kings rock serene grace boost config
|
2021-11-12 09:44:57 -08:00 |
|
ghoulslash
|
a26da51e9d
|
fix contrary animations for MOVE_EFFECT_statchange
|
2021-11-12 12:44:45 -05:00 |
|
ultima-soul
|
c5dabf34b8
|
Improve Serene Grace boost config comment.
|
2021-11-12 09:39:18 -08:00 |
|
Eduardo Quezada D'Ottone
|
1f1b45e165
|
Review changes
|
2021-11-12 14:34:04 -03:00 |
|
GriffinR
|
004d1cab3f
|
Clean up pokenav conditions doc
|
2021-11-12 11:13:49 -05:00 |
|
GriffinR
|
35aeff1b6d
|
Rename pokenav conditions files
|
2021-11-12 11:07:52 -05:00 |
|
GriffinR
|
f5152094a9
|
Finish pokenav conditions doc
|
2021-11-12 11:01:22 -05:00 |
|
ghoulslash
|
201a38f487
|
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeemerald-expansion into be/ai_updates
|
2021-11-12 08:13:21 -05:00 |
|
ghoulslash
|
276b454b40
|
primal weather checks
|
2021-11-12 08:13:17 -05:00 |
|
ghoulslash
|
6214d8b625
|
rename config
|
2021-11-12 07:47:24 -05:00 |
|
BuffelSaft
|
bdbdd0564f
|
Fix Knock Off, add config
Added a config for Knock Off's damage boost. Also fixed the conditions it checks to do bonus damage.
|
2021-11-12 21:05:42 +13:00 |
|
Eduardo Quezada D'Ottone
|
3fa5f1f085
|
Merge pull request #1885 from LOuroboros/buffMyFlow
Fixed a small buffer overflow in AI_CV_Recycle_ItemsToEncourage
|
2021-11-11 23:15:45 -03:00 |
|
Eduardo Quezada D'Ottone
|
67f78ce960
|
Removed comment
|
2021-11-11 22:43:14 -03:00 |
|
LOuroboros
|
ad5bcd06cf
|
Fixed a small buffer overflow in AI_CV_Recycle_ItemsToEncourage
|
2021-11-11 22:27:17 -03:00 |
|
Eduardo Quezada D'Ottone
|
ae26a7529c
|
Restored FRLG items
|
2021-11-11 22:26:58 -03:00 |
|
ghoulslash
|
adc1413d98
|
add kings rock serene grace boost config
|
2021-11-11 17:48:15 -05:00 |
|
ghoulslash
|
e2e43444ad
|
Merge pull request #1882 from kleeenexfeu/battle_engine
Serene Grace affects King's rock
|
2021-11-11 16:43:08 -05:00 |
|
ghoulslash
|
3336ba811f
|
Merge pull request #1878 from BuffelSaft/big-pecks
Fix Big Pecks
|
2021-11-11 16:36:28 -05:00 |
|
ghoulslash
|
3976d982ff
|
fix AI_ShouldHeal speed check
|
2021-11-11 16:35:10 -05:00 |
|
ghoulslash
|
65cb371104
|
fix needing to 'run' twice
|
2021-11-11 16:16:46 -05:00 |
|
ghoulslash
|
2fac38cc83
|
merge w be
|
2021-11-11 16:16:26 -05:00 |
|
GriffinR
|
7efdc0902b
|
Finish condition graph doc
|
2021-11-11 15:29:15 -05:00 |
|
Eduardo Quezada D'Ottone
|
6f728f2fa1
|
Merge pull request #1561 from ultima-soul/item_id_revamp
Item ID Revamp
|
2021-11-11 06:23:58 -03:00 |
|