3464 Commits

Author SHA1 Message Date
JappaWakka
7cecdce726 Stomp bypasses accuracy check for Minimized opp 2025-07-13 17:14:18 +02:00
JappaWakka
b3ad6179bb Fix Clamp's Base PP to 15 2025-07-13 16:14:28 +02:00
TheOmegaGhost
491c4d5185 Added Frontier emblem + square GFX 2025-07-09 10:29:32 -03:00
TheOmegaGhost
5f3916a00d Updated item GFX to Gen 8 standards 2025-07-09 10:29:04 -03:00
Jasper Speelman
3758dbc6f0
Merge pull request #211 from 34673/PokemonStorageRefactors
Pokemon storage menu refactors 
Getting rid of unnecessary and duplicate lines and other stuff.
2025-07-05 16:53:47 +02:00
JappaWakka
f94a01c7b1 Merge with currently translatable parts progress 2025-07-05 14:56:17 +02:00
Eagle
504d8a175b 3rd pass refactor of storage system menu
Fixed mistakes in resolved conflict and changed signature of `TakeItemPokemon()` to optionally give the caller the responsibility of handling message logging.
Minor shrinking of logic and syntax.
Rearranged some conditional blocks for readability and terseness.
Added numerous local variables to give context to magic values and reduce line length in more extreme cases.
Changed `PokemonWrapper.GetPokemon()` to a read-only property to simplify syntax on use.
Added `DrawPokemonIcon()` to unify drawing of box/party pokemon icons.
Inlined `BoxPokemonCount()` after it was simplified.
2025-07-05 03:29:59 +02:00
Eagle
59733b10df
Merge branch 'master' into PokemonStorageRefactors
Signed-off-by: Eagle <34673@users.noreply.github.com>
2025-07-05 02:21:35 +02:00
TheOmegaGhost
53eb65a28b Fix TM color for type clarity 2025-07-03 05:37:00 -03:00
darkfire006
e0712f44bf Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2025-07-02 08:12:28 -05:00
darkfire006
ae07184364 add in the trainer files for lucy and move draco 2025-07-02 08:12:08 -05:00
JappaWakka
ed6d2d6f11 Make <system.button()> and KeyBindings consistent 2025-07-02 15:02:06 +02:00
darkfire006
71321cea42 re arrange badges 2025-07-02 07:55:10 -05:00
JappaWakka
95fb9bb952 Fix item removal msg not showing upon release pkmn 2025-07-02 10:30:49 +02:00
TheOmegaGhost
497ba78537 Update Badges image 2025-07-02 05:22:45 -03:00
darkfire006
42c04176dc add lucy and small end details 2025-07-01 12:52:36 -05:00
darkfire006
5eb5e3f942 Battle Pike challenge win stuff 2025-07-01 12:31:49 -05:00
JappaWakka
be3b5bc0b0 Add ability names and descriptions to english 2025-07-01 10:13:58 +02:00
JappaWakka
7a34977d87 Add Draining Kiss desc. + Dutch IP (HP) becomes LP 2025-07-01 09:09:32 +02:00
JappaWakka
5dd47e5b2d Made Triple Kick increase in power with each hit 2025-07-01 08:30:16 +02:00
JappaWakka
b03fa9f0fc Added BlackOutScript actions map tag
{"BlackOutScript"{str[ScriptPath]}}
will execute the specified script after blacking/whiting out
2025-07-01 08:00:54 +02:00
darkfire006
a3f733c7b6 a couple more things worked out for pike 2025-06-30 22:45:42 -05:00
darkfire006
96ffc3e85b first and biggest Pike commit!
win conditions for challenge not done, only 2/9 room types scripted and need npcs in the 3 rooms and then copied. Endless mode needs to be configured from being a copy of challenge
2025-06-29 23:12:04 -05:00
darkfire006
b542b87bad summary board typos 2025-06-29 22:14:39 -05:00
darkfire006
0ce133bb41 initial frontier centralized team verification script 2025-06-29 00:27:46 -05:00
darkfire006
cb5cdf1b5c fix kenya guy taking last pokemon 2025-06-28 16:44:57 -05:00
Eagle
3a8b37823b
Merge branch 'P3D-Legacy:master' into PokemonStorageRefactors 2025-06-28 07:34:26 +02:00
Eagle
d14bed83cd Second pass refactor of storage system menu
Unification of wallpaper (removal of `MenuEntry.TAG` as it's no longer necessary) and filtering handling as well as minor logic compacting and syntax shrinking missed in the first refactor. 1926 -> 1719 lines.
2025-06-28 07:33:56 +02:00
darkfire006
c536f700d3 prevent daily rewards system pre starters 2025-06-25 17:34:11 -05:00
Eagle
12a08025f9 First pass refactor of storage system menu
Per-function logic and syntax shrinking, inlining of single-use one-liner functions, addition of variables in some places to reduce line width and increase clarity, merging of filtering regions as they got smaller.
Vertical whitespaces have been temporarily added to help with diffing. 2712 -> 1926 lines.
2025-06-22 17:18:42 +02:00
JappaWakka
53598b94d1 Fix: Rollout should hit 5 times, not 6 2025-05-30 11:31:02 +02:00
JappaWakka
378e3f38dc Made Pokédex filters translatable 2025-05-30 11:16:16 +02:00
JappaWakka
808001ceec You can now have regional wild defeat music 2025-05-30 10:48:17 +02:00
JappaWakka
ff1d21f115 Added @System.ReplaceTextures(File) ...
With this command you can add texture replacements similar to how a content pack replaces textures.
This is especially useful when, for example, you have multiple supported languages and want to replace certain textures with localized versions.
The file that is required is in the same format as the exceptions.dat file in content packs, but only supports texture replacement entries.
The replaced texture list is cleared when quitting the current save game.
Content Packs should still work, even with the replaced textures.
2025-05-29 17:20:52 +02:00
JappaWakka
becb559498 Running shoes dutch correction + remove space 2025-05-24 15:17:08 +02:00
JappaWakka
66b78158e3 Fix spacing on TeachMovesScreen 2025-05-23 18:23:22 +02:00
JappaWakka
eed0301367 German and Polish Token updates 2025-05-23 18:19:41 +02:00
JappaWakka
1217ead8fd PokéMart/shop interface is now translatable 2025-05-23 11:01:35 +02:00
JappaWakka
12115e7d51 Map Screen fixes, Translatability + Fly dialogue 2025-05-22 19:34:55 +02:00
JappaWakka
667fab564f Make GameMode Names & Desc's Translatable 2025-05-22 19:12:36 +02:00
JappaWakka
2e49dbea07 Token fixes, updates and additions 2025-05-21 15:31:35 +02:00
JappaWakka
7a838d92b4 Make map screen location name more readable...
Added a partially transparent black box behind the name of the location that's being pointed to on the map screen to make the name better readable on white backgrounds
2025-05-04 15:43:04 +02:00
JappaWakka
206a038dbc Add some english move description tokens 2025-05-04 15:40:41 +02:00
JappaWakka
8427a5ff07 Adjust the EVs/IVs text in code too 2025-05-02 13:11:45 +02:00
JappaWakka
9a73020f23 Tweak to EVs / IVs string 2025-05-02 13:10:59 +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
d733fcda6d Added a period after Sp. Atk & Sp. Def 2025-04-29 10:18:18 +02:00
JappaWakka
bb5d825b9d Brazilian Portuguese rename screen tokens 2025-04-25 12:25:53 +02:00
JappaWakka
2625347a3d Name/Rename screen can be translated 2025-04-25 10:55:16 +02:00