mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-17 07:48:39 +02:00
Ported Battle Animation Code Ported Battle Animations for Tackle, Pound, Growl, Ember and Poison Sting Normalized all SFX by Perceived Loudness (-11.0 LUFS) Renamed and moved a bunch of the SFX so they make more sense Added a jingle when you register a Phone Number Added a soundeffect for when an elevator reaches its destination
10 lines
508 B
Plaintext
10 lines
508 B
Plaintext
version=2
|
|
@text.show(Your Pokémon look~a little tired.*You should rest~them a while.)
|
|
@screen.fadeout
|
|
@pokemon.heal
|
|
@sound.play(Heal_Party,true)
|
|
@level.wait(200)
|
|
@screen.fadein
|
|
@text.show(There!*Your Pokémon are~looking good!*Keep at it!)
|
|
:end
|