Sirz Benjie
9eb69e51e7
Merge branch 'beta' into deep-sea-items
2025-05-22 19:33:26 -05:00
Madmadness65
0c40645525
Change how rare boolean is set, add todo
2025-05-22 00:38:02 -05:00
pom-eranian
da6cdaf187
[Sprite][Color][QoL] Removed unchanged entries in variant json ( #5765 )
...
* Removed unchanged color entries (front)
* Removed unchanged color entries (back)
* Removed unchanged color entries (exp)
* Removed unchanged color entries (exp back)
* Removed unchanged color entries (female front, back, exp)
2025-05-22 03:25:07 +00:00
Sirz Benjie
f0e806c508
[Misc] Move allMoves
to data-lists.ts
( #5860 )
2025-05-21 20:18:24 -07:00
Sirz Benjie
6179f207ce
Merge branch 'beta' into deep-sea-items
2025-05-21 19:16:48 -05:00
Sirz Benjie
9dedf7548b
[GitHub] Make tests skip if no filters are matched ( #5744 )
...
* Make tests skip if filters are matched
* Tweak filter path
* Make thing checkout thing
* Change where workflow is skipped
* Change where workflow is skipped
* Update github test filters
* Update test-filters.yml
---------
Co-authored-by: Wlowscha <54003515+Wlowscha@users.noreply.github.com>
2025-05-21 19:05:09 -05:00
Madmadness65
ebac2d1126
[Sprite] [P3 Bug] Fix Wishiwashi's shadow appearing broken ( #5815 )
...
Fix Wishiwashi's shadow appearing broken
Cropped all of Wishiwashi-solo's frames from 96x96 to 50x50, then re-exported the atlases. This fixed the shadows appearing broken in the animation.
2025-05-21 20:38:24 +00:00
Sophia
d1b0bbb155
[Bug]: Fix #5010 : roar and whirlwind missing fail message when against a trainer ( #5659 )
...
* [BUG] Fixes #5010 Roar and Whirlwind don´t display a fail message
Roar and Whirlwind should now display a fail message when
used against a trainer with only one pokémon left
* Apply suggestions from code review made by SirzBenjie
2025-05-21 07:14:16 +00:00
AJ Fontaine
3c934808c0
[Sprite] Fix T1 shiny Eternatus not animating in consistent, remove unused exp for Giratina Origin ( #5802 )
...
Remove Origin Giratina exp, fix consistent shiny Etern
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
2025-05-21 03:42:17 +00:00
damocleas
4a39adacf8
[UI/UX] Remove Redundant Unlock Passive text ( #5845 )
...
* Update starter-select-ui-handler.ts
* Update pokedex-page-ui-handler.ts
2025-05-21 03:05:39 +00:00
AJ Fontaine
1cf19b49f2
[Balance] Moveset generation adjustments ( #5801 )
...
* Moveset generation adjustments
* Remove shiny explosion check, prevent 2 self-KO moves
2025-05-20 19:59:39 -07:00
Lugiad
f01e7599ac
[UI/UX] [Localization] Update Japanese starterInfoText ( #5852 )
...
Update Japanese starterInfoText
2025-05-21 02:21:35 +00:00
Madmadness65
b72389295e
[Animation] [P3 Bug] Fix Sandstorm weather animation not playing properly ( #5853 )
...
Fix Sandstorm weather animation not playing properly
The sandstorm background image is now properly used within the weather animation's JSON.
2025-05-21 02:07:37 +00:00
itgalex24
288e4e7e7e
[Bug] [Move] Synchronoise hitting Tera Type fix ( #5779 )
...
* synchronoize fix
* Add regression test for synchronoise
---------
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
2025-05-20 23:12:54 +00:00
Sirz Benjie
663c64fdb4
[Misc] Fix trailing whitespace ( #5856 )
...
Remove trailing whitespace
2025-05-20 14:46:23 -07:00
AJ Fontaine
23e1d88c3a
[Balance] Update TM compatibility for Curse ( #5791 )
...
* Update Curse TM compat with former egg moves/level ups
* Pumpkaboo is not Phantump
2025-05-20 19:40:05 +00:00
damocleas
abb4ec2781
[i18n] Update locales (beta)
...
[i18n] Update locales (beta)
2025-05-20 08:32:16 -04:00
Lugiad
9746f1a2a6
[UI/UX] [Localization] Update Korean starterInfoText
2025-05-19 17:39:17 -07:00
NightKev
dda94c7b22
[i18n] Update locales
2025-05-19 17:18:26 -07:00
Lugiad
a9ec3b324c
[UI/UX] [i18n] Text ratio adjustment for es-MX Egg Gatcha ( #5839 )
2025-05-19 22:03:42 +00:00
Lugiad
bd14ed640c
[Localization] Localizable "Cancel" text in Ball selection menu ( #5836 )
...
"Cancel" text localizable
2025-05-19 17:00:51 -05:00
damocleas
4f8aae31b5
Hotfix 1.9.4 to Beta
...
Hotfix 1.9.4 to beta
2025-05-18 10:17:56 -04:00
damocleas
10fced4f03
Hotfix 1.9.4 to Main
...
Hotfix 1.9.4 to main
2025-05-18 10:17:32 -04:00
Sirz Benjie
9ae969117b
[Bug][UI/UX] Fix fiery fallout message bug ( #5834 )
...
* Fix fiery fallout message bug
* Ensure pokemon names are replaced when there is no separator
2025-05-18 00:22:09 -05:00
NightKev
22f5ed1232
[i18n] Update locales
2025-05-17 20:34:06 -07:00
Sirz Benjie
4376a22a7c
[Bug] Fix field moves always playing their animations ( #5830 )
2025-05-17 14:04:16 -07:00
Jimmybald1
998619e7e5
[Bug] IVs of trainers were incorrectly using the battle seed ( #5822 )
...
* Fixed IVs of trainers using the Battle Seed.
* Renamed the randSeedInt functions that use the Battle Seed to randBattleSeedInt functions
* Incorrectly used this in common
* Fixed tests that were still calling the old function name
---------
Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>
Co-authored-by: Dean <69436131+emdeann@users.noreply.github.com>
Co-authored-by: lxy-lxy-lxy <55084073+lxy-lxy-lxy@users.noreply.github.com>
Co-authored-by: Xavion3 <xavion333@gmail.com>
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Lylian BALL <131535108+PyGaVS@users.noreply.github.com>
Co-authored-by: Jimmybald1 <147992650+IBBCalc@users.noreply.github.com>
2025-05-17 10:36:16 -05:00
Dean
0c48fff14b
[Bug] Fix Substitute sprite crash & revived Pokemon softlock ( #5829 )
...
Break `resetSummonData` into two methods
Co-authored-by: damocleas <damocleas25@gmail.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>
Co-authored-by: lxy-lxy-lxy <55084073+lxy-lxy-lxy@users.noreply.github.com>
Co-authored-by: Xavion3 <xavion333@gmail.com>
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: Lylian BALL <131535108+PyGaVS@users.noreply.github.com>
2025-05-17 10:35:38 -05:00
NightKev
84192cd323
Update version to 1.9.4
2025-05-15 14:51:16 -07:00
Madmadness65
390bd447a5
Fix wrong type being boosted
2025-05-13 20:06:59 -05:00
Madmadness65
090a5d1062
Change how the held item is found in evolution condition
...
It should no longer look through the entire party's modifiers when seeing if Clamperl is eligible to use a Linking Cord.
2025-05-13 19:08:30 -05:00
Madmadness65
103c467cd1
Merge branch 'beta' into deep-sea-items
2025-05-13 18:34:25 -05:00
damocleas
02cac77853
Hotfix 1.9.3 to Beta
...
Hotfix 1.9.3 to beta
2025-05-12 21:16:32 -04:00
damocleas
a1d736b950
Hotfix 1.9.3 to Main
...
Hotfix 1.9.3 to main
2025-05-12 21:15:58 -04:00
NightKev
30ba53894e
[i18n] Update locales
2025-05-12 17:58:28 -07:00
Sirz Benjie
9b1a222935
[Bug] Fix old session load modifier crash ( #5814 )
...
Fix inability to load saves due to modifier type being nulled
2025-05-12 22:33:52 +02:00
Dean
d790b30a30
[Bug][Hotfix] Fix Transformed Sprites not loading properly ( #5808 )
...
* Fix ditto sprite not loading properly
* Remove review comment
2025-05-11 18:23:37 -07:00
Sirz Benjie
6c6821b47d
[Bug] [Move] Fix KO causing effects to occur twice ( #5811 )
...
* Fix firstTarget calculation when a target was fainted
* Update type annotation in applyMoveEffects
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-05-11 21:10:19 -04:00
damocleas
e7f0ea624b
[Bug][Move] Fix move effects not applying with multi-lens
2025-05-11 20:56:00 -04:00
Sirz Benjie
09e38bad39
Set lastHit to true when target faints during multi-hit move
2025-05-10 19:05:18 -05:00
Dean
0712f86462
[Bug][Hotfix] Fix crashes when loading save with a transformed pokemon ( #5806 )
...
* Fix speciesForm being saved incorrectly
* Fix transformed icon
* Fix moveset loading errors
2025-05-09 01:34:28 -07:00
NightKev
b183f26330
Update version to 1.9.3
2025-05-09 00:16:06 -07:00
damocleas
718c8cfbb9
Hotfix 1.9.2 to Beta
...
Hotfix 1.9.2 to Beta
2025-05-08 01:04:31 -04:00
damocleas
efebb9c9cf
Hotfix 1.9.2 to Main
...
Hotfix 1.9.2 to Main
2025-05-08 01:00:56 -04:00
Dean
5a58abfddf
[Bug][Hotfix] Suppress Illusion if NG is already active ( #5797 )
...
* Suppress preSummon attrs off field
* Add test case
2025-05-07 21:04:24 -07:00
Jimmybald1
530b2b8a00
[Bug] Fix seed not being reset in Select Biome Phase ( #5794 )
...
Fix seed not being reset now that Select Biome Phase goes before New Battle
Co-authored-by: Jimmybald1 <147992650+IBBCalc@users.noreply.github.com>
2025-05-07 21:03:22 -07:00
NightKev
cf1367cece
[Bug] PokemonSummonData
movesets will now be loaded correctly ( #5793 )
2025-05-07 21:02:16 -07:00
NightKev
fa6c51d1e2
[Bug] Prevent some corrupt eggs from crashing the game ( #5787 )
...
If an egg is somehow a species that doesn't have an associated egg tier
(such as Pikachu), `Egg#getEggTier` now falls back to `EggTier.COMMON`
2025-05-07 21:01:54 -07:00
lxy-lxy-lxy
5ba294ffee
[Bug] Lock Capsule not locking rarities consistently ( #5786 )
2025-05-07 08:05:32 -07:00
NightKev
4aa0eac5aa
Update version to 1.9.2
2025-05-06 04:33:10 -07:00