Scooom
20f750adc8
Update src/system/achv.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 20:56:38 -06:00
Scooom
c7dcaf1ee4
Change the way achivements are blocked by challenge modes to a more flexible method
2025-01-06 20:45:50 -06:00
Scooom
834371951d
Properly block other challange achviements
2025-01-06 18:57:11 -06:00
Scooom
13ec567d69
Merge branch 'flip_stats_challange' of github.com:Scoooom/pokerogue into flip_stats_challange
2025-01-06 18:16:36 -06:00
Scooom
172a8901e0
Add ChallengeType.FLIP_STAT case to export function applyChallenges (Master Switch Function)
2025-01-06 18:16:13 -06:00
Scooom
d71c7996d5
Update src/game-mode.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 18:09:39 -06:00
Scooom
6049cbd412
Merge branch 'flip_stats_challange' of github.com:Scoooom/pokerogue into flip_stats_challange
2025-01-06 18:08:04 -06:00
Scooom
6af29300f5
Add applyFlipStat override to Challenge Class, and add override inside of FlipStatsChallenge
2025-01-06 18:06:25 -06:00
Scooom
6d36ccf235
Update src/field/pokemon.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 18:01:37 -06:00
Scooom
c67c992a01
Fix comment for FlipStatChallenge
2025-01-06 18:00:15 -06:00
Scooom
927b465695
Add FLIP_STAT to enum ChallengeType
2025-01-06 17:58:12 -06:00
Scooom
e9faa149c8
Update src/data/challenge.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 14:56:16 -06:00
Scooom
5422dd7a7c
Update src/data/challenge.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 14:55:47 -06:00
Scooom
824bca73eb
Update src/data/challenge.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 14:55:22 -06:00
Scooom
fae46ecc48
Update src/data/challenge.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 14:54:23 -06:00
Scooom
1734854bd8
Update src/game-mode.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-01-06 14:53:56 -06:00
Scooom
6e332e4299
Fix Ribbon not being granted
2025-01-05 12:36:24 -06:00
Scooom
c6e360eda2
Add Achievment Image
2025-01-05 09:18:49 -06:00
Scooom
c64c853270
Update challenge code to block other challenges. TODO: Helper function at some point
2025-01-05 08:38:08 -06:00
Scooom
757a26ff33
Remove Debug Code
2025-01-05 07:56:54 -06:00
Scooom
464c931acf
Add Achivement
2025-01-05 07:47:30 -06:00
Scooom
bcb891de17
Implement Flip Stat Challange
2025-01-04 06:50:39 -06:00
Amani H.
355e70328c
[Misc] 1.4.3
Version Bump + Locales Update ( #5077 )
2025-01-03 18:27:26 -06:00
AJ Fontaine
ec5dadb4f4
[Misc] Undo winter holiday event changes ( #5068 )
2025-01-03 16:42:06 -07:00
NightKev
206419c9f1
Merge pull request #5061 from pagefaultgames/main
...
Merge main (1.4.2) into beta
2024-12-31 02:38:07 -08:00
NightKev
14902cdb60
[Hotfix] Prevent Keldeo from changing forms in Daily Run ( #5060 )
...
* [Hotfix] Prevent Keldeo from changing forms in Daily Run
* Update patch version
2024-12-30 20:20:23 -08:00
NightKev
1b6374f469
[UI/UX] Change label for music settings ( #5053 )
...
Changes from "Consistent/Mixed" to "Gen V + PMD"/"All Gens"
Update `MusicPreferences` enum
* Update locales submodule
2024-12-30 18:55:28 -08:00
Wlowscha
6946abadb8
[UI/UX] Add cursor memory option ( #5028 )
...
* Adding a new key determining whether the command cursor resets at the beginning of each new battle.
* Allowing user to toggle commandCursorReset on and off.
* Changing option name to commandCursorMemory
* Fixed caps in settings.ts
* Moved Command_Cursor_Memory from Display settings to General settings
2024-12-30 09:35:45 -06:00
Asuka Kuwahara
8f884a7ef0
[BUG] fix #5038 update shedinja's gender to genderless on evolution ( #5039 )
...
* update shedinja's gender to genderless
* update unit test
2024-12-29 20:09:11 -06:00
NightKev
10e0f9f0de
Merge pull request #5024 from pagefaultgames/main
...
Merge main to beta
2024-12-20 19:32:30 -08:00
AJ Fontaine
8457fb96fe
[Hotfix] Fix off-by-one error for event encounters ( #5022 )
...
* Fix off-by-one error for event encounters
* Increment version to 1.4.1
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2024-12-20 18:41:07 -08:00
damocleas
f95a5d41cb
Merge pull request #5019 from pagefaultgames/beta
...
Release 1.4.0
2024-12-20 19:06:24 -05:00
AJ Fontaine
6392ee857c
[Balance] Allow event Stantler to evolve ( #5021 )
2024-12-20 15:53:42 -08:00
NightKev
e75fa0d16d
Merge main into beta to fix git history ( #5020 )
...
Co-authored-by: Tempoanon <163687446+Tempo-anon@users.noreply.github.com>
2024-12-20 14:27:49 -08:00
AJ Fontaine
82dad5568c
[Balance] Fix Annihilape Tera Blast TM Compatibility ( #5016 )
2024-12-20 14:14:16 -08:00
damocleas
e9d97db11b
Winter Holiday Event ( #5015 )
...
* Update trainer-victory-phase.ts
* Update starters.ts for event
* Update timed-event-manager.ts
* Event stuff
* Cleaning up
* Winter Holiday 2024 Banners
* Update timed-event-manager.ts
* Fix event banner
* Update trainer-config.ts
* FoF, BBound, weather changes
* Fix German Banner
* Add Iron Bundle to event encounters
* Update delibirdy-encounter.test.ts
* Update src/data/weather.ts
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>
---------
Co-authored-by: AJ Fontaine <fontbane@gmail.com>
Co-authored-by: Lugiad <2070109+Adri1@users.noreply.github.com>
Co-authored-by: AJ Fontaine <36677462+Fontbane@users.noreply.github.com>
2024-12-20 14:11:06 -08:00
AJ Fontaine
bbb6b46801
[Balance] Change a few early gym teams ( #4998 )
...
* Change gyms accessible before wave 30
* Prevent wave 20 gym leader from evolving
* Check game mode for wave 20 trainer evo ban
* Add Whitney Girafarig Crasher Wake Magikarp
2024-12-20 14:10:38 -08:00
AJ Fontaine
1953e8dbe9
[Balance] Check previous level moves for redundancy when spawning TMs ( #4996 )
2024-12-20 14:10:23 -08:00
NightKev
ba28511046
Bump version number to 1.4.0 ( #5013 )
2024-12-20 12:25:34 -08:00
NightKev
0022972be9
[i18n] Update locales submodule
2024-12-20 12:24:09 -08:00
NightKev
6ef15eca4a
[i18n] Update locales submodule
2024-12-19 16:18:32 -08:00
NightKev
29a079cfd3
Revert "[UI/UX] Refactor and enable seasonal splash messages ( #5009 )" ( #5014 )
...
This reverts commit 806585f1a6
.
2024-12-19 16:04:12 -08:00
AJ Fontaine
806585f1a6
[UI/UX] Refactor and enable seasonal splash messages ( #5009 )
...
* Refactor and enable seasonal splash texts
* Update splash text test
2024-12-19 12:01:40 -08:00
NightKev
708e58d083
[i18n] Update locales submodule
2024-12-19 11:45:00 -08:00
NightKev
62e4a7ec54
[Misc] Update CREDITS.md ( #5003 )
...
* Add muscode and geeilhan to CREDITS.md
* Sort list alphabetically
* Change subcategory to "Other Code Contributors"
* Add Lugiadrien and Zé Ricardo
Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
---------
Co-authored-by: Moka <54149968+MokaStitcher@users.noreply.github.com>
2024-12-18 12:01:19 -08:00
Lugiad
cb719d99a5
[i18n] Update party-ui-handler.ts ( #4986 )
2024-12-16 03:34:14 -08:00
NightKev
f6f29f0f66
[i18n] Update locales submodule ( #4992 )
2024-12-15 13:38:51 -08:00
NightKev
90c8c97437
Fix BattleBond Greninja moveset: Add Mat Block, remove duplicate move
2024-12-14 10:15:21 -08:00
NightKev
dfde40f1ae
[Misc] Update "Yda's Dex" credit (the tool is now gone) ( #4988 )
2024-12-14 06:55:23 -08:00
PrabbyDD
5db3074e2c
[Move] Implement Lunar Dance ( #4926 )
...
* beginning immplementation of lunar dance
* adding tests
* changing in game message and making full hp message not display
* Reuse Healing Wish's move attr, update test
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2024-12-09 21:25:28 -06:00