Hungry Pickle
47abc33c84
Fixes Stench ability triggering on non-damaging attacks ( #4159 )
...
* Fixes Stench ability triggering on non-damaging attacks
* adds stench ability test
* added stench ability test for partner pokemon
---------
Co-authored-by: HungryPickle <beardybirdy@gmail.com>
2024-02-09 15:35:40 +01:00
Alex
e89f8e00ed
Fixes Hit Escape moves interaction with hold effects and switch in ab… ( #4091 )
...
* Fixes Hit Escape moves interaction with hold effects and switch in abilities
* leftover
* fix spelling
* fix desc.
2024-02-09 14:00:42 +01:00
DizzyEggg
31ac151e29
Fix Full Restore / Antidote not reseting Toxic Counter ( #4135 )
...
* Fix Full Restore / Antidote not reseting Toxic Counter
* Update battle_scripts_2.s
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-02-09 13:58:16 +01:00
Alex
452432533a
Kee berry ( #4149 )
...
* Fixes Kee Berry
* new line
* Fix fix
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-02-07 15:42:22 +01:00
Alex
fa5f507b1e
Fixes Mycelium Might speed bracker ( #4146 )
...
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-02-06 23:30:57 +01:00
ravepossum
8b70cea725
Fix screen select bar popping in too early for area screen in HGSS dex ( #4094 )
...
* fixing screen select bar popping in too early for area screen in HGSS pokedex
* exit early from select bar load function if dex is disabled
* remove unnecessary early exit
---------
Co-authored-by: ravepossum <ravepossum@example.com>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-02-05 15:40:25 +01:00
DizzyEggg
065c0ec588
Fairy Lock animation fix ( #4111 )
...
* Fairy Lock animation fix
* remove comment
* fairy lock anim hopefully works
---------
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-02-04 23:23:03 +01:00
DizzyEggg
512ab98bfe
Fix disobedience not resetting multihit moves ( #4133 )
2024-02-04 16:13:27 +01:00
DizzyEggg
85eea4869d
Fix move animation crashing on some emulators because of division by zero ( #4121 )
...
* fix flip turn div by zero
* fix incinerate move anim div by zero
2024-02-03 16:56:50 +01:00
Alex
1a65894967
Fixes test description + small fix follow up ( #4100 )
...
* Fixes test description + small fix follow up
* fix fix
* Apply suggestions from code review
---------
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-01-31 09:33:04 -03:00
DizzyEggg
f5623595a0
Fix AI trying to switch into the same mon 2 times ( #4098 )
2024-01-30 16:14:33 +01:00
johannakullmann
3e50480cab
Fixed graphics bug with Steven double battle ( #4078 )
...
Caused the wrong palette to be used during Steven's ball throw animation in the Mossdeep Space Center fight.
2024-01-27 15:59:39 +01:00
Bassoonian
b99ec5d43c
Update level_up_learnsets.h ( #4046 )
2024-01-22 00:07:19 +01:00
Alex
0ec777dd24
Fixes Mind Blown / Magic Guard interaction and renames Steel Beam effect ( #4043 )
...
* Fixes Mind Blown / Magic Guard interaction and renames Steel Beam effect
* review fixes
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-21 23:42:01 +01:00
Mathew Arnold
a01d442f36
Fixed Kingra's learnset gen ( #4044 )
...
In level_up_learnsets.h, Kingdra's learnset was inside a check for P_GEN_4_CROSS_EVOS. As a Gen 2 Pokemon, this has been updated to check for P_GEN_2_CROSS_EVOS instead.
2024-01-21 18:23:55 +01:00
Bassoonian
9286b80866
Remove illegal moves from teachable learnsets ( #4042 )
...
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-21 13:02:45 +01:00
Alex
35e2157c09
Fixes ability Corrosion ( #4037 )
...
* Fixes ability Corrosion
* forgot AI_CanPoisonType
* More tests
* review comments applied
* more review changes
* simplify CanPosionType (original state)
* remove redundant function
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-21 12:27:58 +01:00
Alex
04fa3aa725
Fixes Emergency Exit when hp is restored over tag out range ( #4041 )
...
* Fixes Emergency Exit when hp is restored over tag out range
* Update test/battle/ability/emergency_exit.c
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-21 11:08:25 +01:00
Bassoonian
53a46b7a29
Remove faulty teachable learnset moves ( #4039 )
2024-01-21 10:25:37 +01:00
Philipp AUER
73a1fa30e9
fix: emergency exit cutoff off by 1 on odd max hp ( #4040 )
...
* fix: emergency exit cutoff off by 1 on odd max hp
* squash!: newline at end of file
---------
Co-authored-by: sbird <sbird@no.tld>
2024-01-21 09:11:10 +01:00
Alex
d125da7797
Fixes Life Orb + Eject Pack / Red Card interaction ( #4038 )
...
* Fixes Life Orb + Eject Pack / Red Card interaction
* fix test
2024-01-20 22:48:34 +01:00
Bassoonian
f3342de00b
Condense Oinkologne teachable learnsets ( #4026 )
...
* Condense Oinkologne teachable learnsets
* Fix redundant backslash
2024-01-19 17:01:14 +01:00
Eduardo Quezada D'Ottone
fd5d5cd055
Fixed incorrect family toggle preproc blocks ( #4024 )
...
* Fixed incorrect family toggle preproc blocks
* More fixes
2024-01-19 09:28:51 +01:00
Alex
af27621579
Fixes effect field on Dragon Darts ( #4014 )
2024-01-17 09:44:15 -03:00
Bassoonian
1182368330
Fix battle frontier random loss ( #3990 )
...
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-15 22:07:27 +01:00
Alex
f6c08c08b6
Fix item usage in double battles ( #3977 )
...
* Fix item usage in double battles
* fix failing tests
---------
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-01-15 21:55:35 +01:00
Biffalo XIII
a89f1eeb50
Revert "healBlockBanned -> healingMove ( #3976 )"
...
This reverts commit a947b20f31bca55e2541b6afa5a4d68c77986ed7.
2024-01-12 12:10:59 -03:00
Ninjdai
04a29951c7
Fix RHH ROM header section ( #3980 )
...
RHH ROM header was not in the correct section
2024-01-12 14:40:35 +00:00
kittenchilly
a947b20f31
healBlockBanned -> healingMove ( #3976 )
2024-01-12 01:05:26 +01:00
Eduardo Quezada D'Ottone
a1071aaf42
Added missing form dex entries. ( #3972 )
...
Co-authored-by: Biffalo XIII <--global>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-11 14:39:51 -03:00
Eduardo Quezada D'Ottone
4acaa0cab8
Expanded Paldean Tauros macro ( #3971 )
...
* Expanded Paldean Tauros macro
* Updated colors to December 2023 HOME changes
---------
Co-authored-by: Biffalo XIII <--global>
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-11 17:54:19 +01:00
Bassoonian
a8a504ef25
Refactor dex completion (again) ( #3937 )
...
* Refactor dex completion
* Incorporate Alex's requests
* rename to dexForceRequired
* Revert GetPokedexRatingText argument type
* Apply suggestions from code review
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Revert "Revert GetPokedexRatingText argument type"
This reverts commit a9b0c280409196ee0e6cfe170104f45d9e0168a7.
* Fix HasAllMons
* Fix oops
---------
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-01-11 13:35:31 -03:00
Alex
e0f672fbad
Tauros forms stat fixes + Electrode-H evo item fix ( #3970 )
...
* Tauros forms stat fixes + Electrode-H evo item fix
* fixes misc info placement
2024-01-11 10:56:19 +01:00
Ninjdai
6c5cf38803
Fix typo in pokedex_plus_hgss.c ( #3958 )
2024-01-10 15:41:23 +01:00
Alex
4dc1b1dda3
Revert "Update catch curve for pokeballs ( #3685 )" ( #3955 )
...
This reverts commit 929ec54a3922915f9f4a0c8b822b99e70fb51d21.
2024-01-09 21:20:51 -03:00
Alex
5498098438
Syrup Bomb / Sticky Syrup addition ( #3948 )
...
* Syrup Bomb / Sticky Syrup addition
* Update test/battle/move_effect/syrup_bomb.c
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
* Update src/battle_script_commands.c
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
---------
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-09 13:37:07 +01:00
ghoulslash
396f2c9565
some pledge combo fixes ( #3934 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-06 16:52:48 +01:00
johannakullmann
338740e256
Fixed bug that prevents field moves from being displayed when adding more field moves ( #3933 )
...
When adding a new field move, no field moves will be displayed in the party menu screen at all. This fixes this issue.
2024-01-05 17:56:38 +01:00
Bassoonian
f9c21afb75
Dynamic regional dex rating ( #3900 )
2024-01-05 09:47:28 +01:00
ravepossum
e9e46d8272
Fix debug menu flags not redrawing correctly after PR 3796 ( #3916 )
...
* Fix debug menu flags not redrawing correctly after PR 3796
* Update src/debug.c
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
---------
Co-authored-by: ravepossum <ravepossum@example.com>
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-03 22:27:10 +00:00
Bassoonian
973dae73be
Fix HoF dex numbers ( #3901 )
2024-01-03 19:48:22 +01:00
kaisermg5
e2c8edeaa6
Fix HGSS pokedex preevolutions ( #3894 )
...
* Fix pre-evolution search in pokedex plus.
* Fix mega-evolution search in pokedex plus.
---------
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-03 16:20:00 +00:00
kaisermg5
ef6e8ba2ea
Added Dugtrio's footprint and formSpeciedIdTable. ( #3897 )
2024-01-03 16:07:39 +00:00
ghoulslash
91dfa93d3b
fix genie storm move anims for both targets, add AnimEllipticalGustCentered, AnimParticleInVortex handles multiple targets, add dynamic pals based on move target in UnpackSelectedBattlePalettes ( #3895 )
...
Co-authored-by: ghoulslash <pokevoyager0@gmail.com>
2024-01-02 23:46:07 +01:00
Martin Griffin
d1ab525552
Revert "Allocate initialized sections for EWRAM and IWRAM ( #3877 )" ( #3891 )
...
This reverts commit f24deb930131819e5ff3be401742b41162e4829a.
2024-01-02 13:54:42 +00:00
aronson
f24deb9301
Allocate initialized sections for EWRAM and IWRAM ( #3877 )
2024-01-02 13:46:01 +00:00
Frank DeBlasio
d3b29406a5
Fixed Collision Course and Electro Drift PP ( #3890 )
...
Co-authored-by: Alex <93446519+AlexOn1ine@users.noreply.github.com>
2024-01-02 10:05:31 +01:00
lordraindance2
58a93a544f
Refactored SetMoveEffect Inner Focus Case ( #3885 )
...
* Rollbacked SetMoveEffect Inner Focus logic
Co-authored-by: poetahto <walls.dk@gmail.com>
* Refactored else if
---------
Co-authored-by: poetahto <walls.dk@gmail.com>
2024-01-02 09:44:15 +01:00
Damon Murdoch
9191c22c63
Fixed genie signature moves ( #3884 )
...
* Fixed genie signature moves
Fixed genie signature moves
* Condensed rain move checks into a single 'if'
Condensed rain move checks into a single 'if'
2024-01-01 11:28:52 +01:00
Damon Murdoch
281cd0e20d
Removed battle frontier z-move usage restriction ( #3883 )
...
Removed battle frontier z-move usage restriction
2024-01-01 09:07:04 +01:00