Commit Graph

2199 Commits (7ca1a276a315f83437b271b7f282ff23642541c1)

Author SHA1 Message Date
Greenlamp2 7ca1a276a3
refactor to simplify the overcomplicated config file (#1)
* refactor done

* starting gamepad tests

* renamed tests
2024-05-16 01:15:11 +02:00
Greenlamp 85a0debb6c hide deleted keys 2024-05-15 03:04:43 +02:00
Greenlamp cba9049613 removed the option to change layout in the keyboard menu since there is only one for now 2024-05-15 02:44:00 +02:00
Greenlamp ac9a011da4 added a message instead of nothing in the keyboard menu if playing on mobile 2024-05-15 00:32:38 +02:00
Greenlamp b75bea7402 added more touch control on setting 2024-05-15 00:26:04 +02:00
Greenlamp db7a972ff1 added back touch support 2024-05-14 23:43:35 +02:00
Greenlamp 3db606b07f Merge branch 'main' of github.com:Greenlamp2/pokerogue into feat/mapping_setting 2024-05-14 19:44:18 +02:00
Greenlamp fcdbf2b5c0 fix stuck screen on unknwo button 2024-05-14 19:41:11 +02:00
Greenlamp c7d26ac9bc fix an assign bug with tests 2024-05-14 19:39:01 +02:00
Greenlamp c222f0346d fix bind after multiple delete 2024-05-14 18:54:48 +02:00
Greenlamp 9c4f04fe46 easy fix, all tests passed 2024-05-14 18:23:35 +02:00
Greenlamp c1e9e0c691 fix icons issue + identified a new bug => new test scenario 2024-05-14 18:20:01 +02:00
Alessandro Bruzzese 89411d7b3e
Update Italian ability-trigger.ts (#861) 2024-05-14 10:38:52 -05:00
Greenlamp 3251846aea every tests passed (for now) 2024-05-14 17:34:43 +02:00
Xavion3 d1187c7174
Modify legend gacha to be even split (#858)
* Modify egg gacha to be even split

* Update to a daily cycle

* Add spaces

* Removes now unused getSunday function
2024-05-14 11:34:40 -04:00
Greenlamp dfd73c3616 fix some small bugs - still need to fix the latest test 2024-05-14 17:18:31 +02:00
Madmadness65 7061bb0d70 Lower starter cost of some mythical Pokémon
Deoxys, Victini, and Genesect should not be in the Legendary egg pool, to make them consistent with the other mythicals.
Also additional learnset changes for a couple mythicals with no/lacking starting moves.
2024-05-14 01:21:28 -05:00
Madmadness65 37f672789d Give Delibird an actual level up learnset
No longer is it stuck with just two moves via level up. It now has a thematic set of level up moves based on other similar Pokémon and its TM compatibility.
2024-05-14 00:56:45 -05:00
Madmadness65 856757fd56 Add custom Jungle biome music by Lmz 2024-05-13 23:46:28 -05:00
James Diefenbach 81349816d9
changed formIndex to getFormkey in EvolutionItem constructor (#844)
Co-authored-by: James Diefenbach <z5421232@ad.unsw.edu.au>
2024-05-13 23:01:08 -05:00
AJ Fontaine fe7a4180a2
Give level 1 moves back that were made unusable in SV (#842) 2024-05-13 21:21:49 -05:00
Lugiad c0426cfe6b
Update French move.ts (#845) 2024-05-13 21:19:28 -05:00
Greenlamp a2eab6259b handled delete bind and assign back 2024-05-14 04:05:32 +02:00
Madmadness65 4e279224c5 Update Let's Go moves to their Gen 8 functionality
This primarily just affects Zippy Zap, as it loses its always crit attribute for an evasion increase (Associated localization strings will need updating). Also implemented Sparkly Swirl's status curing attribute.

Also included is a wild evolution delay for some stone evolution Pokémon that was previously overlooked.
2024-05-13 20:59:38 -05:00
Lugiad c42441294b
Update French ability-trigger.ts (#836) 2024-05-13 20:17:41 -05:00
Douglas Marchione de Souza de3ca08704
Fix Air_Lock ability to express when it is switched in (#765)
* Airlock ability now properly announces when it is
in field when the pokemon with it is switched in

* Set message as in the original games, also created
a new attribute for in switch messages to not have
the pokemon name required to be on it.

* Committing language changes (i18n function)

* Revert "Committing language changes (i18n function)"

This reverts commit 2a3152003b.

* Changed message variable name
2024-05-13 20:09:46 -05:00
Greenlamp 82e0934907 added a test to fix unbinded key 2024-05-14 03:00:34 +02:00
Flashfyre 7943633481 Revert "Implement hybrid saving for optimization"
This reverts commit b45cd2f7e7.
2024-05-13 20:56:28 -04:00
Flashfyre ab92bc61ba Revert "Only show save icon on server sync"
This reverts commit 5d0dbfff98.
2024-05-13 20:56:19 -04:00
Greenlamp 5dd9e017ea fix icon 2024-05-14 02:54:21 +02:00
Greenlamp ea4372e1f3 fix back to back button binding 2024-05-14 02:18:39 +02:00
YounesM 9d90cc3e10
corrected uturn flip turn crash (#596) 2024-05-13 18:52:36 -05:00
LaukkaE af86bdeb06
Prevent applying item boosts when power is <1 (#795)
* Prevent applying item boosts when power is <1

* add comments
2024-05-13 18:48:47 -05:00
LaukkaE 1d29ca7974
Fix Comeuppance (#781) 2024-05-13 18:48:22 -05:00
JackGilham 19d244ee94
Update modifier-type.ts (#636)
Issue#613.

Have added additional EvolutionItemModifierType condition that prevents none base form pokes from taking Evo Items.
2024-05-13 18:38:27 -05:00
Benjamin Odom 1c56efc860
Added Ability Triggers Localization (#811)
Adds the base files needed to start translating Ability trigger messages. Provides one as an example.
2024-05-13 18:12:28 -05:00
Greenlamp b5841471d2 added ogIcons 2024-05-14 01:09:53 +02:00
José Ricardo Fleury Oliveira 74ee3329f8
Added "Uncaught" localization in Starter Selection UI (#831) 2024-05-13 18:02:44 -05:00
José Ricardo Fleury Oliveira 3a3611dfc0
Minor translation fixes (#829) 2024-05-13 17:59:09 -05:00
Greenlamp 66414e9bbc fix bug save bindings 2024-05-14 00:59:06 +02:00
Flashfyre 5d0dbfff98 Only show save icon on server sync 2024-05-13 18:37:48 -04:00
Greenlamp 5399bda0f6 Merge branch 'main' of github.com:Greenlamp2/pokerogue into feat/mapping_setting
 Conflicts:
	src/system/settings.ts
2024-05-14 00:26:25 +02:00
Greenlamp 61a527c721 removed breakpoint 2024-05-14 00:23:03 +02:00
Greenlamp e3685d2d19 refactor + cleanup + alt keyboard + tests 2024-05-14 00:21:51 +02:00
Flashfyre b45cd2f7e7 Implement hybrid saving for optimization 2024-05-13 18:17:57 -04:00
Flashfyre 7e5c7fb4f7 Don't allow trainer egg moves before level 60 and no rare egg moves at all 2024-05-13 17:03:53 -04:00
Griffin Zody ed87293867
Fix Zygarge Complete form changing back into 50% (#786) 2024-05-13 14:53:23 -05:00
Matthew Olker 47c9eb547d fix Rare Shiny Groudon back sprite 2024-05-13 15:29:50 -04:00
José Ricardo Fleury Oliveira e2dfbc4aa5
Added new entries (#823) 2024-05-13 13:55:15 -05:00
Jannik Tappert 487b1d26d1
Added german localization to the new entries in starter-select-ui-handler.ts (#822) 2024-05-13 13:24:55 -05:00