• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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.

How can I modify the Tittle screen scripts to make a pokemon cry when pressing start?

~Angel~

Lead developer for Pokémon Millennium
  • 281
    Posts
    15
    Years
    Help with modifications on Pokemon Essentials tittle screen.

    Yeah. I want to make it so when someone presses start on the Splash screen they hear a pokemon Cry. For example Deoxys cry when pressing start. Basicly just like pokemon raptor's way of there tittle screen. No I don't want to rip OmegaGroudon off. I just want to make the screen have a cry. I will give credit's to the person that helps me and OG cause he was the one who first came up with the Idea. (It was a great idea btw.) I probably won't release my game to the public anyway. I am thinking about doing it in a couple of months or so. Possible demo too (Got side tracked XD) but thanks.
    [PokeCommunity.com] How can I modify the Tittle screen scripts to make a pokemon cry when pressing start?

    basically at this screen I want to make a cry happen yet I am unsure what place to enter the code.
     
    Last edited:
    That's simple, add;

    pbSEPlay("###Cry",80)

    To line 361 in PokemonLoad... Directly underneath:
    if cmdNewGame>=0 && command==cmdNewGame
    But before:
    @scene.pbEndScene
    Change ### to the number poke you want.

    Do this for continue game and anything else if you like.
     
    That's simple, add;

    pbSEPlay("###Cry",80)

    To line 361 in PokemonLoad... Directly underneath:
    if cmdNewGame>=0 && command==cmdNewGame
    But before:
    @scene.pbEndScene
    Change ### to the number poke you want.

    Do this for continue game and anything else if you like.
    Thanks :D I really needed that XD
    Edit: Sorry I messed up but um I think I can find what spot to put it in.
     
    Last edited:
    Back
    Top