• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

Resource Improved Pokécenters 2017-03-28

mej71

Novice
Member
Joined
Mar 29, 2017
Posts
15
mej71 submitted a new resource:

Improved Pokécenters - Replaces the default Pokéball healing animations with a more immersive one

This script and events were included in Gen 6, but since it's a standalone script, I decided to make a separate post for it.
First thing, add this script in a new section above the main.
Code:
class MakeHealingBallGraphics
 def initialize
	balls=[]
	for poke in $Trainer.party
	  balls.push(poke.ballused) if !poke.isEgg?
	end
	return false if balls.length==0
	@sprites={}
	@viewport=Viewport.new(0,0,Graphics.width,Graphics.height)
	@viewport.z=999999
	for i in 0...balls.length...

Read more about this resource...
 
Back
Top