Bertie690
fb274077c2
Reworked regex to use matchAll, added error handling + tests
2025-10-31 19:01:51 -04:00
Dean
5c8c2151a8
Update src/data/moves/move.ts
...
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-10-31 15:58:35 -07:00
Dean
525ba57461
Review changes
2025-10-31 15:46:43 -07:00
Dean
a0d3e42f3b
Merge branch 'hotfix-1.11.2' into quick-claw
2025-10-31 15:34:04 -07:00
Lugiad
bfbd71ddde
[UI/UX] [Localization] Texts position adjustments for Turkish ( #6731 )
...
* Adjustments for Turkish
* Remove now-unnecessary comment
Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>
2025-10-31 16:48:30 -05:00
Dean
e78796077b
Disable Illusion
2025-10-31 13:22:40 -07:00
Dean
6bda024b7e
Only run speed bypass code for fight commands
2025-10-31 13:10:11 -07:00
fabske0
ac79e82013
another typo
2025-10-31 15:11:10 +01:00
fabske0
b150b5208c
split up regex
2025-10-31 14:48:01 +01:00
fabske0
6049038537
remove console.log and another typo
2025-10-31 14:24:23 +01:00
fabske0
8e01876bd0
fix typo
2025-10-31 14:24:19 +01:00
fabske0
2a1e0c4373
- Add option for shiny starter
...
- change how the starter part of the seed is parsed
2025-10-31 14:23:41 +01:00
NightKev
2d955165f9
Update version to 1.11.2
2025-10-30 22:03:31 -07:00
NightKev
ae6726eade
Merge pull request #6728 from pagefaultgames/hotfix-1.11.1
...
Hotfix 1.11.1 to Beta
2025-10-30 21:58:17 -07:00
damocleas
650ddd2a85
Hotfix 1.11.1 to Main
...
Hotfix 1.11.1 to Main
2025-10-31 00:58:05 -04:00
NightKev
babeb32edb
[Bug] Shinies won't be forced to match event boss shiny if set ( #6724 )
2025-10-30 21:49:37 -07:00
damocleas
76453a31d1
[Balance][Bug] Rival Fight 3 Fix, Move Noibat in Biomes
...
Electivire corrected to be Electabuzz in Slot 3 on Fight 3 (55)
Noibat has been moved from Uncommon -> Rare in Grassy Field
2025-10-31 00:47:07 -04:00
Dean
df98e506ad
[Bug] Prevent self speed ties ( #6719 )
...
* Prevent self speed ties
* Remove outdated parameter doc
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-10-31 00:38:49 -04:00
Bertie690
30e6e1f00c
[Dev] Add .zed to gitignore
2025-10-31 00:37:29 -04:00
NightKev
893333ff3b
Update version to 1.11.1
2025-10-30 20:24:39 -07:00
Wlowscha
d7cfb2087c
[Bug][UI/UX] Make ribbon option in dex selectable with classic wins
...
https://github.com/pagefaultgames/pokerogue/pull/6720
2025-10-31 03:21:26 +00:00
Dean
1d4a9259b8
[Hotfix] Fix Queenly Majesty/Dazzling affecting user's moves instead of enemy's ( #6722 )
...
Fix QM/Dazzling
2025-10-30 23:14:48 -04:00
NightKev
9ea5a014a1
[Bug] Allow fainted Pokemon to be released post-battle in hardcore
...
https://github.com/pagefaultgames/pokerogue/pull/6723
2025-10-30 20:14:31 -07:00
Dean
9a4381c776
Re-Add MovePriorityModifier
2025-10-30 18:58:06 -07:00
damocleas
a48952e354
[Balance] [Bug] Fix Rhydon not being a Rhyhorn in Rival 2
2025-10-30 21:08:00 -04:00
NightKev
90ade594a0
Merge pull request #6718 from pagefaultgames/main
...
Main to Beta
2025-10-30 17:08:36 -07:00
damocleas
11dc9b66a0
v1.11.0
...
v1.11.0
2025-10-30 19:58:23 -04:00
damocleas
bfc5aed0ce
fix
2025-10-30 19:23:33 -04:00
NightKev
3159846c50
[Test] Update some sprite tests to give useful errors on fail
2025-10-30 16:00:28 -07:00
damocleas
005b3e6eed
update assets and thing
2025-10-30 18:34:48 -04:00
damocleas
3e3b4173f1
balance fixes ( #6716 )
...
* Update passives.ts
revert zygarde because it doesn't work right now
* Update tms.ts
* shoot gholdengo
* filtering duraludon
2025-10-30 18:31:48 -04:00
Fabi
8650aebd40
[Misc] Allow setting daily boss variant via custom seed ( #6714 )
...
* Add option to set shiny boss
* Update src/data/daily-run.ts
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
2025-10-30 18:11:30 -04:00
damocleas
a05bd90eb3
Update assets
2025-10-30 18:07:02 -04:00
Madmadness65
77eab80ee5
Revert assets to commit 9ac85a7b9
...
Un-breaking the assets from the previous commit
2025-10-30 16:06:03 -05:00
damocleas
c405972e63
Update assets
2025-10-30 16:49:43 -04:00
damocleas
f791d751e8
Update assets
2025-10-30 16:13:36 -04:00
Austin Fontaine
79148452e9
[Refactor] Refactor ME mon generation and event encounters, add to Safari Zone & GTS ( #6695 )
...
* Refactor event encounters
* Fix safari test
* Apply biome fixes
* Cleanup, 100% event chance for WT
* Fix Safari Zone
* Fix shiny chance
* Run biome
* Apply suggestions from code review
Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
* Documentation for randomEncParams
* other
* Updated doc comments on interface to be less jank
* >'less janky'>look inside>linting error
* Update encounter-phase-utils.ts doc comment
* Update encounter-phase-utils.ts
* Update src/data/mystery-encounters/encounters/global-trade-system-encounter.ts
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
* thing
---------
Co-authored-by: Fabi <192151969+fabske0@users.noreply.github.com>
Co-authored-by: Bertie690 <136088738+Bertie690@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>
2025-10-30 15:46:35 -04:00
Wlowscha
e5154850c6
[Bug][UI/UX] Display no heal and no shop ribbon if no support is unlocked ( #6715 )
...
* New condition to display ribbons
* Added TODO comment
2025-10-30 15:04:25 -04:00
Bertie690
24e9dcdadc
[Feature] Allow setting movesets via custom daily seed ( #6712 )
...
* Clean up Daily Run custom seed gen; add moveset post-processing
* Remove redundant `fetchDailyRunSeed` function
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-10-30 16:15:20 +00:00
Wlowscha
20615bcd21
[Bug] Fix awarded ribbon in limited support ( #6713 )
...
Fixed awarded ribbon in limited support
2025-10-30 09:24:04 -04:00
NightKev
f9a21a0ea4
[Dev] Update @ts-expect-error in battle-scene.ts
...
This allows devs to use the Go port of TypeScript (aka "tsgo"/"TS7")
without an error due to different handling of `@ts-expect-error`
2025-10-29 21:49:50 -07:00
Wlowscha
a55b2b18e8
[UI/UX][Beta] Adjustments to display of ribbons ( #6709 )
...
* Introduce custom ordering of ribbons
* Displaying classic ribbon for mons that have at least one classic win
---------
Co-authored-by: damocleas <damocleas25@gmail.com>
2025-10-29 18:27:03 -04:00
Blitzy
12b57836b2
literally just an egg move change
...
Update egg-moves.ts
2025-10-29 18:03:58 -04:00
Fabi
bc79a2490b
[Beta] [Bug] Show correct username in title ui ( #6710 )
...
fix title username
2025-10-29 17:19:27 -04:00
damocleas
ea7a1c9a74
Update locales, update version
2025-10-29 12:53:44 -04:00
damocleas
075679eba1
[Balance] More 1.11 stuff ( #6680 )
...
* Update trash-to-treasure-encounter.test.ts
* Update trash-to-treasure-encounter.ts
* pain and suffering is lessened
* rotom is just gonna be random now (arena.ts)
* looked at biomes.ts a lot today, not a fan (of rotom, fan)
* stares at weather.ts intensely (lots of small changes)
* Update init-biomes, slight tweaks to encounters
* yay so many more biome.ts please be the last until biome rework
* oh I also changed dudunsparce and maushold to 1/16 to match the others
* ok, biomes.ts one final I think
* minor fixes for biomes.ts
* Update init-biomes.ts
* Adjust Minimum Party Size and Max Allowed Encounters for some ME's
2025-10-29 12:51:00 -04:00
damocleas
9e96380bc0
[Beta] Add Ribbon Sprites over stuff ( #6704 )
...
* ribbons
* Remove now-unused comments
* Update achv.ts
2025-10-29 10:56:15 -04:00
Wlowscha
a66f183a30
[Bug] Show ribbons for forms of evolutions ( #6708 )
2025-10-29 06:20:52 -04:00
Bertie690
3c41b26045
[Bug] Sheer Force now disables Wimp Out, Emergency Exit ( #6692 )
2025-10-29 09:23:03 +00:00
Dean
c048b34425
[Misc] Add dynamic ordering to non-phase interactions ( #6581 )
...
* Update interactions to use generator
* Fix triggerWeatherBasedFormChanges
* Update documentation
* Fix arena tag file
* Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
2025-10-29 04:03:32 +00:00