3438 Commits

Author SHA1 Message Date
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
JappaWakka
102ff53d70 Tweak Dutch True/False tokens 2025-04-25 09:52:43 +02:00
JappaWakka
44da17fff8 Make battle text affected by text speed setting 2025-04-25 09:47:25 +02:00
JappaWakka
8e55a7867b Continue battle if select no switchqueryobject
don't interrupt or clear battlequery
2025-04-24 19:35:25 +02:00
JappaWakka
9a571e480f Disable using view bobbing value for 3rd person 2025-04-23 08:17:48 +02:00
JappaWakka
f8d50ed35a Make Shift the default Battle Style 2025-04-20 18:22:27 +02:00
JappaWakka
3318e02c67 Don't add default berrydata on custom gamemodes 2025-04-20 18:21:55 +02:00
JappaWakka
2620084c76 Add an even faster textbox speed 2025-04-20 18:21:13 +02:00
JappaWakka
63f998bc4d Battle Intro songs should also support uppercase 2025-04-20 08:57:57 +02:00
JappaWakka
a43d9d8354 Remember dex order/filter select menu indexes 2025-04-19 19:00:06 +02:00
JappaWakka
84f200af4a Fix NPC trainers not ignoring collision 2025-04-19 18:59:35 +02:00
JappaWakka
ff50de4bdd Forgot to add IsReady to setdifficullty command 2025-04-18 14:41:46 +02:00
JappaWakka
9a6a6d7999 Fix GM move functions not taking opp in account...
When a move with an effect used by an opponent pokémon, the effect target didn't get swapped.
2025-04-18 13:07:25 +02:00
JappaWakka
41c5d35864 Add @Player.SetDifficullty(int) command 2025-04-17 19:30:56 +02:00
JappaWakka
e4dc1e2adc Prevent game from crashing on Turkish PCs 2025-04-17 18:18:12 +02:00
JappaWakka
15e71ce34d Make some battle messages more consistent 2025-04-17 18:17:01 +02:00
JappaWakka
8ab41db738 Hide HP/Status when using medicine item in battle 2025-04-17 18:16:46 +02:00
JappaWakka
e011432856 Fix GM move function crashes 2025-04-17 18:16:09 +02:00
JappaWakka
be0d5f09db Make some string offsets in dex dynamic 2025-04-12 15:05:27 +02:00
JappaWakka
aed2bec9a8 Loamy Soil should not have snow on it 2025-04-06 11:22:35 +02:00
JappaWakka
57e7eb2935 Attacks fail if PP is 0 before subtraction 2025-04-06 10:42:13 +02:00
JappaWakka
38c0d9368f Fix GM Moves sharing properties between PkMn (PP) 2025-04-06 10:20:00 +02:00
JappaWakka
297821dfd7 Fix incorrect Battlemenu "Battle" token reference 2025-04-06 10:18:53 +02:00
JappaWakka
e83a77d23f Fix Main Menu GM assets load from options actually
it didn't do so before
2025-04-04 14:26:52 +02:00
JappaWakka
de6a9fd411 Fix gamemode custom music not reloading/replacing 2025-04-04 14:26:01 +02:00
JappaWakka
bdd9761d53 Adjust space width one more time and tweak screens 2025-03-31 19:13:31 +02:00
JappaWakka
e7c3281a34 Show correct location name in habitat dex 2025-03-31 19:12:53 +02:00