122 Commits

Author SHA1 Message Date
JappaWakka
bfd16300d0 Implemented Soft-Boiled Field Move + fixes 2025-08-21 19:28:44 +02:00
JappaWakka
96c2905a66 Implemented Milk Drink Field Move 2025-08-21 18:56:59 +02:00
JappaWakka
85959c927b Implement Sweet Scent + fix other FieldMoves 2025-08-20 18:54:52 +02:00
JappaWakka
808001ceec You can now have regional wild defeat music 2025-05-30 10:48:17 +02:00
JappaWakka
66b78158e3 Fix spacing on TeachMovesScreen 2025-05-23 18:23:22 +02:00
JappaWakka
12115e7d51 Map Screen fixes, Translatability + Fly dialogue 2025-05-22 19:34:55 +02:00
JappaWakka
8427a5ff07 Adjust the EVs/IVs text in code too 2025-05-02 13:11:45 +02:00
JappaWakka
8850ecb6ec Make summary screen view switch hint box wider 2025-05-02 10:22:07 +02:00
JappaWakka
a1a17596ef Allow joystick left/right in summary screen 2025-05-02 10:21:22 +02:00
JappaWakka
2625347a3d Name/Rename screen can be translated 2025-04-25 10:55:16 +02:00
JappaWakka
bdd9761d53 Adjust space width one more time and tweak screens 2025-03-31 19:13:31 +02:00
JappaWakka
a3e44cd510 Fix OT & ID No. usage to make more sense 2025-03-28 18:48:06 +01:00
JappaWakka
cff7dd2083 Fix required exp. number text position 2025-03-15 10:21:31 +01:00
JappaWakka
9fce336574 Make some room for summaryscreen translations 2025-02-19 18:44:17 +01:00
JappaWakka
cee683452e Pokémon Properties translatable
* Summary Screen
* Catch Method & Location
* Ability Names & Descriptions
2025-02-16 10:51:54 +01:00
JappaWakka
d9b7e2258b Revert "Use [ ] instead of < > for pkmn catchinfo tokens.."
This reverts commit 2fa95df3e7dc573c925cd02c3a7b96fb07b924dc.
2025-02-15 19:10:09 +01:00
JappaWakka
2fa95df3e7 Use [ ] instead of < > for pkmn catchinfo tokens..
If you use <system.token()> for the CatchMethod and CatchLocation values, they would get permanently replaced with the token values but by using [system.token()] you can make them change based on the current language even when you change.
2025-02-15 18:53:52 +01:00
JappaWakka
742c43ac4d Gamepad Control tokens + Remap some Buttons
Y button doesn't work so sometimes Y and X get swapped and the one that would be Y gets mapped to Select
2025-02-15 15:49:06 +01:00
JappaWakka
b50af8744b PkMn Selection & Battle Menu translatable 2025-02-15 13:30:33 +01:00
JappaWakka
e03827880e Fix crash when giving items 2025-02-13 10:06:18 +01:00
JappaWakka
0083f5a10c Include controller in summary screen hint 2025-02-11 13:42:47 +01:00
JappaWakka
19d01ed0df Fix crash in party screen 2025-02-11 13:41:52 +01:00
JappaWakka
f1fb11fa1f A whole bunch of tokens + add Tokens_de to project 2025-02-07 17:16:46 +01:00
JappaWakka
26e2f2d279 Rename Types icon to be localizable 2025-02-05 19:37:18 +01:00
JappaWakka
84a925b120 Added hint how to switch Pokémon summary page 2025-01-28 11:51:07 +01:00
JappaWakka
e81237bd64 Support for forms in cries and interactions 2024-08-25 18:32:06 +02:00
JappaWakka
f4354a9922 Make it possible to check if pkmn can learn attack
@pokemon.select has an extra argument. If it is set to an attack ID, it will be visible which Pokémon can learn that move while selecting.

Added @Pokemon.CanLearnAttack(PartyIndex,AttackID)
Returns if the Pokémon can learn the specified move.
2024-05-14 11:02:47 +02:00
JappaWakka
730e3ad766 Fix egg watch text outside box 2024-04-07 15:04:07 +02:00
Jasper Speelman
fdc89e31e8
Merge pull request #204 from P3D-Legacy/0.61-implementations
0.61 implementations
2024-03-28 18:03:51 +01:00
darkfire006
3ab16fdf3e various fixes 2024-03-21 22:14:47 -05:00
JappaWakka
2551f0d5c7 Fixed multiple evolution softlock 2024-02-27 09:54:47 +01:00
JappaWakka
20b2ac35ea Fix Evolutionscreen softlock 2024-02-24 09:26:24 +01:00
JappaWakka
48af8b91d7 Fix Pokemon not learn move at evolution 2024-02-21 17:33:36 +01:00
JappaWakka
29a790c477 Fix EvolutionScreen crash when able to learn moves 2024-02-20 11:02:37 +01:00
JappaWakka
0a218527b3 Fix Pokémon Learn Move Bugs 2024-02-14 12:08:59 +01:00
JappaWakka
168255e1a0 If level RideType = 3, no stop once riding/biking 2023-12-27 17:09:25 +01:00
JappaWakka
46026e8de0 Fix attack desc not fitting in ChooseAttackScreen 2023-12-22 15:34:38 +01:00
JappaWakka
4325351320 Fix localized field moves not working 2023-12-19 13:17:14 +01:00
JappaWakka
ecb644b974 Let sandbox mode saves use field moves too 2023-09-20 09:06:09 +02:00
JappaWakka
0eddb70011 Bring back fading out music with switching maps 2023-08-29 19:20:54 +02:00
JappaWakka
fa8c8cef74 Header background color fix 2023-08-21 18:48:11 +02:00
JappaWakka
0b183bb5f8 Texture and color fixes in menus 2023-08-15 20:37:05 +02:00
JappaWakka
c007d0d6f4 Removed unnecessary gamemode item properties 2023-08-14 18:40:52 +02:00
JappaWakka
15f57d8bc5 Make plural names localizable + item found 2023-08-09 16:20:16 +02:00
JappaWakka
cbd8bc5046 View taken mail before sent to pc + can reattach 2023-08-01 18:24:31 +02:00
JappaWakka
df17680e97 Fix daycare thing 2023-08-01 13:19:34 +02:00
JappaWakka
3273b44315 Fix position text and inputbox 2023-08-01 13:18:58 +02:00
JappaWakka
d80a9170c1 Fix Party index resetting when it shouldn't 2023-07-17 18:01:48 +02:00
JappaWakka
fad33eaa4a Pokédex form support progress 2023-07-12 20:09:06 +02:00
JappaWakka
cb37645746 Fixed gender forms 2023-07-07 11:35:34 +02:00