Eduardo Quezada D'Ottone
4e4fb4fe61
Add Generation 9 species ( #3249 )
2023-11-06 14:14:48 -03:00
Eduardo Quezada D'Ottone
4aa14355d7
Merge branch 'upcoming' into gen9-species-nomigration
2023-11-06 13:49:02 -03:00
Frank DeBlasio
182d1f5b26
Fixed GetNextBall ( #3534 )
2023-11-06 16:57:42 +01:00
Alex
2b9f6b350e
Move animations. Credits to Captain-Ford ( #3529 )
...
Co-authored-by: DizzyEggg <16259973+DizzyEggg@users.noreply.github.com>
2023-11-06 12:31:43 +01:00
LOuroboros
ee0222c0ec
Updated the holdEffectParam of the items that double the amount of money gained in battle ( #3528 )
2023-11-06 10:18:45 +01:00
Eduardo Quezada D'Ottone
3004fd588a
CI fix test ( #3530 )
2023-11-05 22:46:22 +01:00
leo60228
b4b4e3cf2b
import oct 31 pokecommunity sprites
2023-11-04 11:04:02 -04:00
leo60228
4863fb8a6b
wrap ogerpon dex entry to 4 lines
2023-11-03 22:18:55 -04:00
leo60228
01c9b7c20a
hgss dex fixes
2023-11-03 22:16:01 -04:00
Eduardo Quezada
57c1dd97bb
Merge branch 'RHH/master' into RHH/upcoming
2023-11-03 21:59:08 -03:00
DizzyEggg
8b359c2ca4
fix psychic terrain blocking moves it shouldnt block ( #3521 )
2023-11-03 21:01:02 +01:00
kittenchilly
90471741e9
Add Fairy Feather sprite ( #3520 )
2023-11-03 16:32:12 -03:00
GriffinR
973f797d95
Merge pull request #1944 from quocmanh94/master
...
Delete the redundant files generated after running build
2023-11-03 01:56:43 -04:00
quocmanh94
a093e402d5
Delete the redundant files generated after running build
2023-11-03 12:50:47 +07:00
Kaitlyn
eeed9612b4
Mon Sprite Fixes
...
- Quaquaval: Pal + Sprite fix
- Oinkologne Male: Pal fix, recommend redoing back sprite.
- Oinkologne Female: Pal + Sprite fix
- Rellor: Pal + Sprite index and shading + Pal fix
2023-11-02 21:34:02 -04:00
Eduardo Quezada D'Ottone
820be61c9f
Merge branch 'RHH/pr/upcoming/reorderMonGraphics' into RHH/review/gen9mon-4
2023-11-02 21:32:23 -04:00
kittenchilly
5ccef18a6f
friendship = 50 -> friendship = STANDARD_FRIENDSHIP
2023-11-02 21:30:11 -04:00
Eduardo Quezada D'Ottone
eccd2c4a65
Merge commit '1467ffa3d8ca71b8b91da815dcf120421759793c' into gen9-species-nomigration
2023-11-02 21:28:53 -04:00
GriffinR
959623f82e
Merge pull request #1942 from KABoissonneault/fix/dual-non-immunity
...
Added BUGFIX for "dual non-immunity" glitch.
2023-11-02 11:26:58 -04:00
kaboissonneault
5ddf3e2ee5
Fixed casing in comment on "dual non-immunity" glitch
2023-11-02 11:17:57 -04:00
kaboissonneault
3122d744f5
Added BUGFIX for "dual non-immunity" glitch. In certain AI script commands, the call to TypeCalc does not assign effectiveness flags properly, resulting in the check for immunity always failing
2023-11-02 09:48:13 -04:00
DizzyEggg
90d9334f0b
Fix Sap Sipper not blocking Bullet Seed ( #3516 )
...
* Fix Sap Sipper not blocking bullet seed
* add defiant sticky web test
2023-11-02 11:43:06 +01:00
Alex
53b7e4bf66
Remove powerfulMoveEffects array ( #3515 )
...
* Remove powerfulMoveEffects array
* Solar Beam test
2023-11-02 08:44:23 +01:00
kittenchilly
244ca0be95
Add custom female icon sprites for Pikachu and Wobbuffet ( #3506 )
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2023-11-01 18:49:44 -03:00
Eduardo Quezada D'Ottone
6cce1b1873
Fixed Dynamax's indicator not disappearing after Dynamax ends ( #3510 )
2023-11-01 20:45:03 +01:00
DizzyEggg
47341f3f30
Fix Anger Shell activation ( #3508 )
2023-11-01 14:55:50 +01:00
DizzyEggg
7eb1b12224
Fix Knock Off healing berries ( #3509 )
2023-11-01 14:47:31 +01:00
Eduardo Quezada
24bde64ddb
Merge branch 'RHH/master' into RHH/upcoming
...
# Conflicts:
# include/config/battle.h
2023-10-31 14:43:19 -03:00
Alex
64ba52d214
Remove redundant AI score increases ( #3504 )
...
* Remove redundant AI score increases
* review applied
* fix score
2023-10-31 13:41:22 +01:00
Eduardo Quezada
e281103575
Reverted PR3455
2023-10-31 07:33:53 -03:00
Eduardo Quezada D'Ottone
6dc534f807
Version 1.6.2 ( #3503 )
2023-10-31 07:28:47 -03:00
LOuroboros
d44b2a972d
Renamed SendMonToPC to CopyMonToPC instead
...
"SendMonToPC" implies that the Pokémon affected is actually sent over to the PC, but in reality the function simply copies the data of the Pokémon and then pastes it in the first available slot of the Pokémon Storage System.
2023-10-31 04:36:46 -03:00
leo60228
392a65dec0
cry fixes
2023-10-30 23:20:24 -04:00
Eduardo Quezada D'Ottone
2dfae911aa
Added config for Weak Armor's Gen 5-6 effect ( #3498 )
2023-10-30 17:18:00 -03:00
Eduardo Quezada
e28d0c627a
Merge branch 'RHH/master' into RHH/upcoming
2023-10-30 16:51:04 -03:00
kittenchilly
c0c100d90d
Base friendship Gen 8+ config ( #3491 )
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2023-10-30 16:45:52 -03:00
DizzyEggg
72dad4d7c6
Fix Weak Armor interrupting multi hit moves ( #3497 )
2023-10-30 16:44:42 -03:00
DizzyEggg
3788d84439
Additional Weak Armor tests ( #3493 )
2023-10-30 18:51:51 +01:00
Eduardo Quezada
242d68487a
Weak Armor tests
2023-10-30 14:31:28 -03:00
leo60228
a7e604e953
correct iron leaves dex entry
2023-10-30 12:31:18 -04:00
Eduardo Quezada D'Ottone
1a6acad3cf
Added Match Call to togglable options in debug menu ( #3489 )
...
* Added Match Call to togglable options in debug menu
* Added badge flags to Cheat Start
* Fixed potential Fly and badge flag mismatch using the debug options
* Added Fly flags to Cheat Start
2023-10-30 16:13:32 +01:00
Eduardo Quezada
908af87846
Merge branch 'RHH/master' into RHH/upcoming
2023-10-30 11:00:24 -03:00
Eduardo Quezada
71ba501b94
Fixed tests on modern
2023-10-30 10:58:30 -03:00
Bassoonian
15e038cd30
Decapitalise Alcremie file names ( #3488 )
2023-10-30 10:53:26 -03:00
AaghatIsLive
24de138eb5
Add dark mode for Hoenn dex mode (HGSS) ( #3479 )
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2023-10-30 09:21:17 -03:00
DizzyEggg
349e05daa8
Debug menu cleanup ( #3390 )
2023-10-30 12:29:44 +01:00
Eduardo Quezada
fe91f08b26
Restore comments for now
2023-10-30 08:10:23 -03:00
Eduardo Quezada
661becc3b6
Merge branch 'RHH/upcoming' into RHH/pr/upcoming/debugCleanup2
...
# Conflicts:
# src/debug.c
2023-10-30 08:05:14 -03:00
DizzyEggg
f4be01f0ac
Fix strength sap on substitute ( #3486 )
...
* tests for strenth sap
* fix strength sap on substitute
---------
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2023-10-30 11:58:15 +01:00
DizzyEggg
0c8fdce1a4
New tests + Sheer Force / Last Resort minor bug fixes ( #3378 )
...
* tests for intimidate defiant
* sheer force fix + tests
* white herb tests
* tests for stealth rock, weak armor and last resort fix
* style changes to weak armor test
2023-10-30 11:39:41 +01:00