mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
10 lines
512 B
Plaintext
10 lines
512 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(pokemon_heal,true)
|
|
@level.wait(200)
|
|
@screen.fadein
|
|
@text.show(There!*Your Pokémon are~looking good!*Keep at it!)
|
|
:end
|