• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Essentials Tutorial] Change Cry on Start Screen

Rayd12smitty

Shadow Maker
645
Posts
12
Years
  • Seen Feb 21, 2016
This is extremely basic knowledge for anyone who knows scripting, bur for those who don't, and want to change the cry on the title screen from a random cry to a specific one here is how.

1. Open up the script section "Scene_Intro"
2. Go to line 78
3. Replace
Code:
cry=sprintf("%03dCry",1+rand(PBSpecies.maxValue))
pbSEPlay(cry,100,100)

with
Code:
pbSEPlay('[B]#[/B]Cry',100,100)

4. The # is the national dex number of the pokemon who's cry you want to play.

Thats all. Hope this was helpful to at least someone
 
Back
Top