Magnemite
I'm in the past.
- 205
- Posts
- 19
- Years
- Seen Feb 23, 2016
In the PokemonPokedex script, find this line:Directly underneath it, add this line:Code:@sprites["icon"]=IconSprite.new(80,80,@viewport)
This will make the sprite greyscale. Change the number for different degrees of greyness.Code:@sprites["icon"].tone.gray=255
Awesome, thanks so much Wichu!