Commit Graph

1876 Commits (8f079c858debe9b5f3712acd88c9f31a9a1b2e73)

Author SHA1 Message Date
NxKarim 5569571438
Merge branch 'main' into main 2024-04-22 02:36:46 -06:00
lucfd 189b20737d
Implement Misty Explosion 2024-04-22 03:10:11 -04:00
Luc Dube 92d8bf0ed7 type only changes when grounded 2024-04-22 02:40:36 -04:00
Luc Dube f82f16173b implemented Terrain Pulse 2024-04-22 02:07:58 -04:00
Flashfyre f8f5b64469 Add One Hit KO accuracy and make damage 200 BP for bosses 2024-04-22 01:05:48 -04:00
Luc 8cf82d3db4 fixed steam engine activating on all water moves 2024-04-22 00:49:54 -04:00
Flashfyre 4950dd0e73 Fix shiny variant back sprite color mapping not working 2024-04-22 00:31:33 -04:00
lucfd b66e77f1ea
Merge branch 'main' into teatime 2024-04-21 23:40:03 -04:00
Luc Dube f42358d3aa added berry pouch support 2024-04-21 23:16:34 -04:00
Flashfyre df7a6be654 Fix errors from merged PRs 2024-04-21 23:05:36 -04:00
Procyonae fd8cb07c9b
Implement Liquid Ooze (#210)
Co-authored-by: Samuel H <flashfireex@gmail.com>
2024-04-21 23:02:10 -04:00
shayebeadling a214ed6e66
Implements anticipation (#201)
* implements anticipation

* checks against ohko attr

---------

Co-authored-by: Samuel H <flashfireex@gmail.com>
2024-04-21 23:01:11 -04:00
Procyonae 0737827bbc Implement Toxic Debris 2024-04-21 23:00:09 -04:00
Flashfyre 291f8570e9 Cap money at max safe integer 2024-04-21 21:17:07 -04:00
shayebeadlingkl 3977512cf7 adds frame for StatusCureAttr 2024-04-21 21:06:14 -04:00
Madmadness65 8838d36bf4 Implement Temper Flare
It is functionally identical to Stomping Tantrum.
2024-04-21 19:29:47 -05:00
Flashfyre 4fc194295b Remove event shiny bonus 2024-04-21 19:58:55 -04:00
lucfd 12ae21c3cf
Implemented Stomping Tantrum (#192)
* implemented Stomping Tantrum

* fixed on missed moves
2024-04-21 19:55:40 -04:00
Luc Dube 158eb9748b implemented magic powder 2024-04-21 19:54:55 -04:00
Kyle McGlynn fdc5511356 Fixed bug where Solar Beam wouldn't display if it was sunny 2024-04-21 19:54:34 -04:00
Gwendal 8d7f1ae554
Allowing pokemon name translation (#228)
* Allow pokemon name translation

* Improve Pokemon localization

---------

Co-authored-by: Flashfyre <flashfireex@gmail.com>
2024-04-21 19:53:24 -04:00
NxKarim 94ab2f208e
Merge branch 'pagefaultgames:main' into main 2024-04-21 17:17:00 -06:00
Flashfyre 1a53c19e3b Add menu cursor wrapping 2024-04-21 18:45:14 -04:00
Luc Dube da0cda3646 added stuff cheeks 2024-04-21 18:42:31 -04:00
Tempoanon 1eaa5c0d79
Misc changes (fix Trumbeak level up, give Mega Gallade sharpness, WIP for curse) (#229)
* Minor changes

* fix tabbing

* minor nits in CurseAttr
2024-04-21 18:23:45 -04:00
Flashfyre f5cd99f091 Fix evolution and hatch screen not applying shader pipeline 2024-04-21 18:22:33 -04:00
maru fd368342b8
Revert "Use new API URL"
This reverts commit 9531f92997.
2024-04-21 17:40:49 -04:00
Luc Dube d716b9b107 implemented teatime 2024-04-21 17:36:32 -04:00
InfernoVulpix 1ce89a1374 Fixed Synchronoise double battle functionality
It now does zero damage only to targets who do not share any types with it, while correctly damaging any who do.  It also fails entirely if the user is UNKNOWN type.
2024-04-21 17:31:32 -04:00
maru 9531f92997
Use new API URL 2024-04-21 17:19:33 -04:00
Luc Dube 3c8dc6c336 steal blocked by sticky hold 2024-04-21 16:54:04 -04:00
Madmadness65 8a31468dda Add new Stellar Terapagos graphics
Despite this, Stellar Terapagos still cannot be obtained legitimately yet.
2024-04-21 15:44:30 -05:00
Flashfyre 3d9f5fb157 Protect against cross-session overwrites 2024-04-21 16:19:11 -04:00
shayebeadlingkl ad7c7deb27 30 percent chance to proc 2024-04-21 14:38:47 -04:00
shayebeadlingkl 0e84343b15 implements cursed body 2024-04-21 14:37:58 -04:00
Matthew c6f395d63a
Add link to npm/node guide to README 2024-04-21 14:09:54 -04:00
Xavion3 24c2e18ed7 Stop weather being regenerated on save load 2024-04-21 12:45:58 -04:00
Miguel S 0e9881e351 Fixed issue #224: Healing Wish description (french) 2024-04-21 12:09:58 -04:00
Flashfyre 87c1f5e50f Fix Poke Ball localization 2024-04-21 11:50:50 -04:00
Juan-Lucas 3c90427361 pokeball: implement i18n on pokeball name and add french i18n 2024-04-21 11:19:57 -04:00
Flashfyre c8a9069e8b Add outdated session support and fix older migrations 2024-04-21 10:59:50 -04:00
Luc Dube c62d4f4a52 implemented pluck, bug bite 2024-04-21 04:37:30 -04:00
InfernoVulpix 0fac0fb9ee Merge branch 'main' of https://github.com/InfernoVulpix/pokerogue 2024-04-21 03:29:02 -04:00
InfernoVulpix 883f986ed2 Implemented Synchronoise's effect
Tested with Soak, Forest's Curse, and a variety of attacker and defender types.
2024-04-21 03:27:46 -04:00
Madmadness65 8614a52557 Fix White Flabébé line crashing
This is not the most elegant solution, as it's *only* the White form causing issues, but it does solve the problem.
2024-04-21 01:55:00 -05:00
Madmadness65 c2136a6df1 Miscellaneous minor changes
• The volume of Pikachu's cry has been lowered by 10 dB.
• Tarountula's starter value has been lowered to 1.
• Altered Whitney and Chuck's signature Pokémon (swapped Whitney's Clefairy for Girafarig, and gave Chuck Mankey).
• The alternate forms in Flabébé's evolution line can now be encountered.
2024-04-21 00:47:55 -05:00
Xavion3 5b34e7f873 Implement No Guard 2024-04-21 01:34:21 -04:00
lucfd 1acc082080
Fixed Freeze Shock (#216)
* added charge turn to freeze shock

* fixed freeze shock animation
2024-04-21 01:04:51 -04:00
Xavion3 c3eaa0506f Make it so you can't freeze in sun 2024-04-21 00:41:33 -04:00
Flashfyre b3b0154a2d Disguise changes 2024-04-20 22:08:02 -06:00