Madmadness65
5651df76c2
Merge branch 'beta' into My-first-Variant-implementation-
2025-05-01 19:08:34 -05:00
Madmadness65
75e3abfbd6
Fix more incorrectly sized variant icons
...
This fixes Hoppip, Skiploom, Jumpluff, Cacnea, and Cacturne.
2025-05-01 19:06:17 -05:00
damocleas
d3a1b42628
[Balance] 1.9 Passive and Egg Move Changes ( #5741 )
...
* Update passives.ts
* Update egg-moves.ts
2025-05-02 00:59:45 +02:00
Sirz Benjie
ff7860413a
[Bug][Ability] Fix shell armor not blocking crits ( #5737 )
...
Fix shell armor not blocking crits
2025-05-01 19:20:03 +00:00
Madmadness65
a81cac547b
[Sprite] Update Mystical Rock sprite with smaller variant ( #5734 )
...
Update Mystical Rock sprite with smaller variant
Co-authored-by: damocleas <damocleas25@gmail.com>
2025-05-01 14:15:36 -04:00
Unicornpowerstar
e571064a39
643 644 646 + form variant palette
2025-05-01 19:08:01 +02:00
Wlowscha
cdcc338afd
[UI/UX] Caught battle forms are displayed correctly in Pokédex ( #5697 )
...
* isCaught function in Dex now returns the correct result
* Removed log messages
* Added tests to check caught status of battle forms
* Update src/ui/pokedex-page-ui-handler.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
---------
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-05-01 02:17:21 +00:00
damocleas
fd5612e253
[i18n] Update locales
...
fix
2025-04-30 18:48:06 -04:00
NightKev
9187edcf6c
[i18n] Update locales ( #5736 )
2025-04-30 18:45:52 -04:00
Sirz Benjie
ef9a867e67
[Bug] Fix clear ignoring errors from server ( #5722 )
...
* Fix clear ignoring errors from server
* Update tests to expect a throw
2025-04-29 23:55:42 -07:00
Sirz Benjie
84a2ce979f
[GitHub] Update pull request template to say test:silent
( #5733 )
2025-04-29 19:48:06 -07:00
Sirz Benjie
1e8fc076a7
[Misc][Move] Add edge case to transform ( #5732 )
2025-04-29 18:30:28 -07:00
Bertie690
43d73b01b1
[Code] Added and enforced no-fallthrough
+ added eslint type checking ( #5705 )
...
* Added and enforced `no-fallthrough`
* Fixed errors
* Fix package.json
* Moved vule to biom
* Fixed stuff
* Added workspace files to .gitignore for anyone who wants to do this stuff
* reverted accidental gitignore changes
* Update biome.jsonc
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
* Update biome.jsonc
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
* Update pokemon-species.ts
* Update biome.jsonc to apply reviews
* Fixed package.json
* Fix typo
---------
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
2025-04-29 23:21:28 +00:00
Madmadness65
f9d0cc90da
Export gen 5 variant icon atlas
2025-04-29 16:44:07 -05:00
Unicornpowerstar
2abcdfed70
Last Gen 5 icons
2025-04-29 23:37:39 +02:00
AJ Fontaine
9a9759d31c
[Balance] Fix Basculin white stripe moveset ( #5729 )
...
* Fix Basculin moveset and TMs
2025-04-29 17:27:40 -04:00
Sirz Benjie
34670fd921
[Bug] Only moves will show the explicit status immunity effect ( #5728 )
...
* Add quiet parameter to trySetStatus
* Make quiet default to false
2025-04-28 23:53:01 -04:00
Madmadness65
31214d1c72
Update all Pokemon variant icon atlases
...
Fixed incorrectly sized Bouffalant icons, re-exported gen 5 icon atlas as it had broken graphics in it
2025-04-28 17:54:46 -05:00
NightKev
217fbe027a
[Test] Replace Axew with Feebas in some Illusion tests ( #5727 )
...
* [Test] Replace Axew with Feebas in some Illusion tests
* Fix test command in `package.json`
2025-04-28 16:33:19 -05:00
Blitzy
69df76dd88
[Balance] Elite 4 tweaks ( #5706 )
...
* Update trainer-config.ts
* Update signature-species.ts
* Update trainer-config.ts
* Fix Notes
---------
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
Co-authored-by: damocleas <damocleas25@gmail.com>
2025-04-28 15:40:58 -05:00
Unicornpowerstar
3223d2046b
fix flagging issue
2025-04-28 20:28:25 +02:00
Unicornpowerstar
be24270560
Updated masterlist
2025-04-28 19:15:06 +02:00
Unicornpowerstar
932b63d691
fixing the missing files for 692 and 693
2025-04-28 19:10:15 +02:00
Unicornpowerstar
8f1636a0ef
fixing back variant palette and fix for 554
2025-04-28 17:50:28 +02:00
Unicornpowerstar
191e7c13fd
396 397 398 variant palette
2025-04-28 17:48:44 +02:00
NightKev
a7479c8eb6
[Balance] Trainer pokemon now have minimum IVs of wave/10
( #5719 )
2025-04-27 12:27:34 -07:00
NightKev
89a9d55d3c
[Dev] Add enemy pokemon level to encounter logging ( #5718 )
2025-04-27 01:22:56 -05:00
NightKev
c87598d01d
Merge pull request #5717 from pagefaultgames/main
...
Sync beta with main
2025-04-26 16:59:45 -07:00
Sirz Benjie
c6e7dd660e
[Bug] Hotfix 1.8.5 ( #5715 )
...
* Loading data now checks statusCode not error string
* Bump version to 1.8.5
2025-04-26 16:04:40 -07:00
NightKev
6460d46a5d
[Bug] API / Save data hotfix ( #5716 )
...
* Loading data now checks statusCode not error string
* Bump version to 1.8.5
---------
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
2025-04-26 15:01:46 -07:00
Dean
ab7d010a17
[Bug] Fix message for StatusEffectImmunityAbAttr
( #5701 )
...
Use class var for getTriggerMessage
2025-04-26 20:32:49 +00:00
Wlowscha
423bab1057
[UI/UX] Move Pokémon sprite below name and other text in starter select ( #5714 )
...
Moving the sprite down
2025-04-26 13:17:54 -04:00
Sirz Benjie
a036f865f0
[Bug] Fix improper critical hit key in move effect phase ( #5713 )
2025-04-26 06:17:42 +00:00
Wlowscha
0a48726e70
[UI/UX] Move Pokémon sprite below name and other text in dex pages ( #5698 )
...
Moved sprite below name
2025-04-26 01:24:11 -04:00
Sirz Benjie
a288de700d
[Docs][Dev] Update linting docs ( #5709 )
2025-04-25 22:14:08 -07:00
AndrewErting
42f291eab3
[Bug] [UI/UX] Make ,
.
/
and \
Bindable Keys ( #5707 )
...
Added , . / and \ to the key atlas, json mapping, and cfg_keyboard_qwerty.ts
2025-04-26 01:34:57 +00:00
Xavion3
38d75897bb
[Balance] Remove Dynamax Cannon being a discouraged move for AI ( #5708 )
...
Remove dynamax cannon from being discouraged on Eternatus Phase 2
2025-04-26 01:28:52 +00:00
zaccie
30e74eaaa8
[Bug] Fix boss level location ( #5688 )
2025-04-25 20:33:59 +00:00
Unicornpowerstar
f419e5f5c5
513 514 variant palette
...
been fully fix and is not working
2025-04-25 21:49:14 +02:00
Unicornpowerstar
3152df75d9
fixing the variant break for 572 573
2025-04-25 17:53:25 +02:00
Unicornpowerstar
c9b8c1bf48
File adjustment
...
the animation adjsutment for 750 to make the neck look less like a block.
fixing the line issue that appeared in 523 back sprite
2025-04-25 17:24:04 +02:00
Sirz Benjie
6dc2a7fddc
[Dev] Update phaser to 3.88 and fix graphical bug ( #5704 )
2025-04-24 20:30:00 +00:00
damocleas
793d89fa24
[i18n] Update locales submodule
...
Update locales submodule
2025-04-24 16:04:17 -04:00
Unicornpowerstar
7938071bd7
Removal of Variant files triggering errors for sprite test
...
these arent going to be implemented at this time due to the other 3 not being ready.
2025-04-24 19:22:13 +02:00
Unicornpowerstar
bc72182ca1
Adding all variant Icons
...
to the correct folder under variant icons.
2025-04-24 19:15:31 +02:00
Unicornpowerstar
d9ca6d4efe
345 346 variant palette
2025-04-24 19:10:52 +02:00
Unicornpowerstar
81bd4b048f
325 326 variant palette
2025-04-24 18:47:11 +02:00
Unicornpowerstar
c2289df447
207 female variants palette
...
plus adjustments of gliscor color to have better contrats.
2025-04-24 18:45:18 +02:00
Unicornpowerstar
ec0ba7c9fa
535 536 537 variant palette
...
fixing up mess found in masterlist json and the masterlist inclusion of 692 693
2025-04-24 18:12:20 +02:00
Unicornpowerstar
3a1894988a
692 693 Variant palette.
2025-04-24 13:46:19 +02:00