Eduardo Quezada D'Ottone
5af733a391
Merge branch 'master' into _RHH/pr/master/unused
2024-01-31 08:18:55 -03:00
Eduardo Quezada
f7e5709745
Review changes
2024-01-31 08:18:43 -03:00
DizzyEggg
f5623595a0
Fix AI trying to switch into the same mon 2 times ( #4098 )
2024-01-30 16:14:33 +01:00
ravepossum
8b62828e3f
Fix HGSS Dex dark mode search palette ( #4095 )
...
Co-authored-by: ravepossum <ravepossum@example.com>
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-01-29 17:51:10 -03:00
Eduardo Quezada D'Ottone
a2a38a57e0
Added passing "KNOWN_FAILING" to test summary ( #4063 )
...
* Added passing "KNOWN_FAILING" to test summary
* Added test names for passing KNOWN_FAILING to summary
* Removed unused function
2024-01-29 17:01:50 -03:00
Eduardo Quezada
a0bcdbff42
Workflow test worked, undoing changes
2024-01-29 13:31:42 -03:00
Eduardo Quezada
e8a6c46391
Only do unused error under RHH's repo + workflow test
2024-01-29 13:19:01 -03:00
Eduardo Quezada
2988883a12
Unused warnings are not treated as errrors by default
2024-01-29 12:52:03 -03:00
Eduardo Quezada
127a7e9600
Backported gHeap alignment fix from upstream pret
2024-01-29 01:18:12 +01:00
Alex
9bcd46bce8
Fixes Pursuit, Tangling Hair interaction ( #4086 )
2024-01-28 19:15:53 +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
e995927d13
Add extra key item bag space checks ( #4066 )
...
* Fix 4019
* I am exceedingly brilliant in my failure to build before pushing
2024-01-26 21:11:04 +01:00
Alex
91f429b5e5
Fixes Glimmering Charm ( #4047 )
...
Co-authored-by: Eduardo Quezada D'Ottone <eduardo602002@gmail.com>
2024-01-22 13:55:08 +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
fakuzatsu
cae58ca93e
fixed oversight causing chosen fossil to be lost if bag is full ( #3978 )
...
* fixed oversight causing chosen fossil to be lost
* fixed an error with my condition
* - conditional check and + underpass fossil check
2024-01-18 00:03:55 +01:00
Eduardo Quezada
cadaeb7074
Non-tagged
2024-01-17 11:52:04 -03:00
Eduardo Quezada D'Ottone
3636ff6d69
Version 1.7.2 ( #4013 )
...
* Version 1.7.2
* I got one more in me, couch
2024-01-17 11:51:00 -03: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
ravepossum
95a81badb0
Updates to INSTALL.MD for 1.7.0+ and misc clarifications ( #3983 )
...
* Updates to install doc for versions >1.7.0 and other clarifications
* add section about specifying make agbcc to compile with agbcc
---------
Co-authored-by: ravepossum <ravepossum@example.com>
2024-01-15 21:07:43 +01:00
Biffalo XIII
a89f1eeb50
Revert "healBlockBanned -> healingMove ( #3976 )"
...
This reverts commit a947b20f31
.
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
Alex
6220a8ced9
Adds Clanging Sclaes test, reverts fix and few Parental Bond tests ( #3973 )
...
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
2024-01-12 01:43:43 +01: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 a9b0c28040
.
* 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
Damon Murdoch
a1a79ce8db
Fix clangorous soulblaze boosting itself twice in doubles ( #3965 )
...
Fix clangorous soulblaze boosting itself twice in doubles
2024-01-11 09:30:07 +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 929ec54a39
.
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