P3D-Legacy/P3D/Screens
JappaWakka 7555a5e903 Battle fixes and improvements
* Fixed camera angle not changing to the Pokémon when status effects are doing something
* Fixed softlock when opponent trainer switches Pokémon
* (Hopefully) fixed initial positioning errors with spawned BattleAnimation entities related to BattleFlip functionality
* Removed the now unneccessary BattleFlip checks in the move animation of Growl
* Improved Ember move animation (fireball speed & flame delay)
* Improved Poison Sting move animation by making the stinger smaller, increasing the speed of the stinger and making it use a flipped version of the texture when the opponent uses the move
* Improved Poisoned status effect animation by making it 1 bubble for regular poison and 3 bubbles for toxic
* Repositioned the flame of the Burned status effect animation
* Trainers now display a message when sending out their Pokémon (I removed that before)
* Fixed Party Screen not appearing immediately after the player's Pokémon fainted and also made the player unable to exit the Party Screen when that happens.
* Fixed the incorrectly scaled font sizes and text alignment in the selection menu that appears when selecting a Pokémon in the Party screen
* Replaced minifont in the Pokémon level up stats box with InGameFont and fixed the offsets
* Fixed the error I made in the ceiling map code of Violet City's gym
* Removed the file MoveAnimationQueryObject.vb because AnimationQueryObject.vb also includes Move Animations
* Fixed the textbox in battles where an empty rectangle would appear before the animation finished.
* When a trainer spots the player and an exclamation mark bubble pops up above their head, a sound is played (Emote_Exclamation)
* In trainer battles, the player's Pokémon now also plays their cry.
2022-01-16 17:22:36 +01:00
..
Battle Battle fixes and improvements 2022-01-16 17:22:36 +01:00
Credits Added @screen.showimage(texture,[sound],[x],[y],[w],[h]) command 2021-10-17 17:44:01 +02:00
GUI CanMuteMusic = CanMuteAudio & other tweaks 2021-10-01 15:24:54 +02:00
Inventory Fix for a bug where you couldn't use certain items outside of battle 2021-11-26 21:59:52 +01:00
MainMenu Added @screen.showmessagebox(text|r.g.b|r,g,b|r,g,b) command and fixed blurry scaling 2021-10-18 21:36:26 +02:00
MapPreview CanMuteMusic = CanMuteAudio & other tweaks 2021-10-01 15:24:54 +02:00
PC Added @screen.showimage(texture,[sound],[x],[y],[w],[h]) command 2021-10-17 17:44:01 +02:00
Pokedex CanMuteMusic = CanMuteAudio & other tweaks 2021-10-01 15:24:54 +02:00
Pokemon Battle fixes and improvements 2022-01-16 17:22:36 +01:00
BattleIntroScreen.vb Battle Bugfixes 2022-01-10 20:45:28 +01:00
HistoryScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
MapScreen.vb Allow for script determined roamer shinyness 2021-09-30 10:16:26 -05:00
MenuScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
NewGameScreen.vb Big Overworld Sprites Change + old NewGameI intro fix 2021-10-01 17:06:41 +02:00
NewMenuScreen.vb Merge pull request #73 from P3D-Legacy/mainmenu-rework 2021-09-29 16:59:40 +02:00
NewOptionScreen.vb Structures inside structures works now, new Healing Machine & restart music when applying contentpacks fix 2021-10-19 20:40:37 +02:00
NewTrainerScreen.vb Fix audio engine & contentpacks (#35) 2020-07-09 20:59:42 +03:00
OptionScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
SaveScreen.vb Fix audio engine & contentpacks (#35) 2020-07-09 20:59:42 +03:00
Screen.vb Added @screen.showimage(texture,[sound],[x],[y],[w],[h]) command 2021-10-17 17:44:01 +02:00
StatisticsScreen.vb CanMuteMusic = CanMuteAudio & other tweaks 2021-10-01 15:24:54 +02:00
TradeScreen.vb CanMuteMusic = CanMuteAudio & other tweaks 2021-10-01 15:24:54 +02:00
TrainerScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
TransitionScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
WindowScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
testWindowScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00