P3D-Legacy/P3D/Screens
JappaWakka a0aa947c5c Added a GameMode Move property and 2 functions
* Fixed an issue with GameMode Items in battles
* Updated the example files for GameMode Items and GameMode Moves
* Maybe fixed something audio volume related

* Made it possible to disable the reduction of PP using the DeductPP (bool) property for GameModeMoves
* Added the new functions "SetTrigger" and "RemoveTrigger" for GameModeMoves:

Function "SetTrigger" checks if a Pokémon does or does not have a certain Status and prevents functions after it from executing if the Pokémon does not have the desired Status.
The function is formatted like this: Function|SetTrigger,Target,Triggers
* "Target" determines which Pokémon's Status is checked and has to be either 0 or 1 (0 = check own Pokémon, 1 = check opponent's Pokémon)
* "Triggers" determines the status effect(s) that should or should not be on the target Pokémon. You can add multiple possible status effects to check for by separating them with a semicolon (;), the values can be: "burn", "freeze", "paralyze", "poison", "badpoison", "anypoison", "sleep", "noburn", "nofreeze", "noparalyze", "nopoison", "nobadpoison", "nopoison", "nosleep"
Function "RemoveTrigger" removes such a trigger so that functions after it are executed
2023-06-13 20:22:35 +02:00
..
Battle GameMode Item Preparations 2023-05-29 15:33:57 +02:00
Credits oh wait new year.... 2023-05-02 00:56:42 -05:00
GUI Fix namerater inconsistencies 2023-04-03 19:22:42 +02:00
Inventory Added a GameMode Move property and 2 functions 2023-06-13 20:22:35 +02:00
MainMenu Reset VoltorbFlip on Pause Menu quit 2023-06-12 15:27:30 +02:00
MapPreview
PC GameMode Item Preparations 2023-05-29 15:33:57 +02:00
Pokedex Fixes to scale and positioning of Pokémon sprites 2022-09-15 21:11:13 +02:00
Pokemon Fix TM GameMode Item crashes 2023-06-01 12:40:58 +02:00
BattleIntroScreen.vb Made trainer battle intros look better 2023-03-18 20:47:12 +01:00
HistoryScreen.vb
MapScreen.vb Fix shadow and text positions of map screen 2023-05-03 16:28:19 +02:00
MenuScreen.vb
NewGameScreen.vb GameModes can now have different BerryData 2022-09-19 17:48:36 +02:00
NewMenuScreen.vb Fix invalid menu option crash 2023-06-07 20:36:58 +02:00
NewOptionScreen.vb Disable Shift BattleStyle in PvP 2023-01-15 09:34:42 +01:00
NewTrainerScreen.vb Updated font and text positioning trainer card 2022-08-01 17:19:56 +02:00
OptionScreen.vb
SaveScreen.vb
Screen.vb Started Development on Voltorb Flip 2023-05-18 20:25:38 +02:00
StatisticsScreen.vb GameMode Item Preparations 2023-05-29 15:33:57 +02:00
TradeScreen.vb Argument for registering amount of bought items 2023-06-08 10:54:51 +02:00
TrainerScreen.vb
TransitionScreen.vb
VoltorbFlipScreen.vb Fix incorrect Voltorb Flip rules 2023-06-12 16:15:45 +02:00
WindowScreen.vb
testWindowScreen.vb