Bassoonian
c82c2c185e
Integrate ghoul's review
...
Co-Authored-By: ghoulslash <41651341+ghoulslash@users.noreply.github.com>
2023-04-29 18:29:50 +02:00
Bassoonian
b53c913558
Manually port daycare expansion to modern standards
2023-04-29 18:16:36 +02:00
Bassoonian
854e9be325
Fix move defrosting for both Freeze and Frostbite
2023-04-28 11:26:31 +02:00
Bassoonian
c279830892
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into formbattlechangecontribution
2023-04-27 10:50:32 +02:00
GriffinR
36e6981ac0
Replace some & usage with %
2023-04-26 16:12:00 -04:00
Eduardo Quezada D'Ottone
408aa30aa7
Merge pull request #17 from AgustinGDLV/pr/castform_fix
2023-04-26 14:25:36 -04:00
GriffinR
e83e08f21c
Add time ranges to UpdateAmbientCry
2023-04-26 12:32:43 -04:00
Martin Griffin
4a0abc5129
Merge branch 'upcoming' into rhh-get-party
2023-04-26 12:12:03 +01:00
sbird
47f71a1b62
[dynmulti] fix ignoreBPress semantics
2023-04-26 03:53:52 +02:00
CallmeEchoo
a2809acfd1
fix gChosenMovePos not being assigned correctly for battle items
...
thanks griffin <3
Co-Authored-By: Martin Griffin <838573+mrgriffin@users.noreply.github.com>
2023-04-26 01:02:47 +02:00
Bassoonian
0315f704c1
Fix thawing being triggered by every move
2023-04-25 23:01:58 +02:00
Salem
78c4d07b23
Add Berserk Gene Item ( #2893 )
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2023-04-25 15:03:57 -04:00
Bassoonian
b1f75569a1
Merge branch 'upcoming' into rhhupcomingdev
2023-04-25 19:50:26 +02:00
Bassoonian
2885ec2411
Fix move descriptions
2023-04-25 19:48:45 +02:00
Bassoonian
2aa4d2da38
Fix Ice Heal message
2023-04-25 19:38:47 +02:00
Frank DeBlasio
9562c7a37a
Added forbidden Metronome moves from PLA and SV ( #2949 )
2023-04-24 18:49:53 -04:00
CallmeEchoo
632668e8b2
Merge branch 'battleItemFixes' into battleItemTests
2023-04-24 21:13:12 +02:00
CallmeEchoo
503035010e
Merge branch 'upcoming' into battleItemFixes
2023-04-24 21:11:34 +02:00
CallmeEchoo
e0cae31a13
Merge branch 'battleItemFixes' into battleItemTests
2023-04-24 21:05:58 +02:00
ghoulslash
868838a87d
Add thunder cage case to trap anim IDs ( #2941 )
2023-04-24 14:35:42 -04:00
sbird
a2dfc7c887
[dynmulti] fix second scroll arrow y offset
2023-04-24 19:13:39 +02:00
sbird
12d4b43755
Merge remote-tracking branch 'pret/master' into feature/dynmulti
2023-04-24 18:30:30 +02:00
LOuroboros
a128192bfe
Merge branch 'upcoming' of https://github.com/rh-hideout/pokeemerald-expansion into trainerSlideMsgUpdate
2023-04-24 09:36:09 -03:00
LOuroboros
330e85ba64
Updates
...
-Undeclared size for certain trainer slide-in variables at struct BattleStruct for reasons.
-Added a BattlerHPPercentage function to make HP threshold checks in ShouldDoTrainerSlide a bit more readable.
2023-04-24 09:34:11 -03:00
ghoulslash
1f6e335a24
merge w upcoming
2023-04-23 18:11:57 -04:00
Ariel A
9da790b2da
Merge branch 'lighting' into lighting-expanded-id
2023-04-23 17:52:17 -04:00
Ariel A
6a89e5b0d2
Merge branch 'followers-expanded-id' into lighting-expanded-id
2023-04-23 17:50:20 -04:00
Ariel A
159faf8ff4
Fixed tall grass field effect discoloration in fog.
...
Improved/optimized fog blending during fades.
2023-04-23 17:47:18 -04:00
Ariel A
095994dc96
Fixed gamma shift for special sprite palette tags (lights, emotes).
...
Supersedes c82510e22bffb98fd9c63dc246c332dd1da602cd
2023-04-23 17:40:54 -04:00
Ariel A
ad9a77fe2c
Merge branch 'followers' into lighting
2023-04-23 17:40:33 -04:00
Ariel A
9e00e23b96
Added OW daycare pokemon.
2023-04-23 17:34:38 -04:00
Ariel A
921baa78c6
Merge branch 'followers' into followers-expanded-id
2023-04-23 17:31:34 -04:00
Ariel A
0d3061574c
Made follower disappear when decorating.
...
Decreased number of max sprite decorations to 13.
2023-04-23 17:26:13 -04:00
Bassoonian
f13c39d784
Thawing out for frostbite
2023-04-23 21:20:23 +02:00
Bassoonian
0b8d148c26
Let AI take Frostbite into account
2023-04-23 20:53:51 +02:00
Bassoonian
6b2a873071
Add comment in Ice Beam
2023-04-23 20:41:19 +02:00
Bassoonian
a020001a78
Battle Pike functionality
2023-04-23 20:33:28 +02:00
Bassoonian
13f6acf9a1
General mechanics
2023-04-23 19:20:48 +02:00
ghoulslash
25327b9031
Adds GetMovesArray in CanTargetFaintAi ( #2936 )
2023-04-23 08:50:06 -04:00
ghoulslash
909a20c27a
Reset battle vars and flags after player whites out ( #2875 )
2023-04-23 08:42:52 -04:00
ghoulslash
cf17324040
Fixed duplicate item strings in Bag/Party menus with battle items ( #2915 )
2023-04-23 08:32:38 -04:00
ghoulslash
594bc831d6
Adds define B_RESTORE_HELD_BATTLE_ITEMS following Gen9 ( #2932 )
2023-04-23 08:26:51 -04:00
ghoulslash
2332c6d5a0
Fixes status z-moves overwrting damage dealing z-moves ( #2937 )
2023-04-23 08:23:58 -04:00
Bassoonian
a561c6da6a
Add config to Frostbite & allow it to be inflicted
2023-04-22 23:14:49 +02:00
Bassoonian
9c9a1fb831
Allow for healing with items
2023-04-22 19:18:10 +02:00
Bassoonian
f50bfb3770
Frostbite hurts at the end of the turn and halves SpA
2023-04-22 18:47:36 +02:00
Bassoonian
623e7c5f25
Add Frostbite status
2023-04-22 18:23:08 +02:00
Alex
30204e9953
fix wrong z-move ususage
2023-04-21 20:59:54 +02:00
Alex
4a08ede2c4
Add GetMovesArray in GetMovesArray
2023-04-21 20:13:30 +02:00
CallmeEchoo
301a12fe98
fix battleUsage for heal powder
2023-04-21 10:51:43 +02:00