3475 Commits

Author SHA1 Message Date
TheOmegaGhost
705ff1582c Massive OW update (pt. 1) + Badge outlines
Also includes credits update and gamemode protagonists changes
2025-07-16 01:16:48 -03:00
darkfire006
2d487492b8 list gen 9 abilities in comments 2025-07-14 22:14:41 -05:00
darkfire006
b8f67d73cc Add Annihilape, Farigiraf, and Dudunsparce data files 2025-07-14 22:14:25 -05:00
darkfire006
c578b39392 Add Murkrow to R42-43, add to johto dex, and add Gen 8-9 evos to Johto Kanto dexes 2025-07-14 12:24:41 -05:00
darkfire006
fa040c22e6 add gen 9 move evos to existing data files, fix wyrdeer moves 2025-07-14 11:45:49 -05:00
JappaWakka
d1acef9657 Added Hyper Drill & Twin Beam, fixed Rage Fist ID 2025-07-14 18:41:50 +02:00
JappaWakka
d07e75fa46 Stantler learns Psyshield Bash at 30, Wyrdeer 31 2025-07-14 11:22:33 +02:00
JappaWakka
b512557cfb Forgot to save the project again oops 2025-07-14 10:18:33 +02:00
JappaWakka
a24d07fd38 Added Psyshield Bash...
Hopefully learning the move at level 21 is alright.
2025-07-14 09:56:11 +02:00
darkfire006
32eabbef50 Merge branch 'master' of https://github.com/P3D-Legacy/P3D-Legacy 2025-07-13 23:47:02 -05:00
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
darkfire006
8abe751132 mark Gen 9 dlc mons 2025-07-12 22:38:59 -05: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