• 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.
  • There is an important update regarding account security and 2FA. Please click here for more information.
  • 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.
  • Imgur has blocked certain regions from viewing any images uploaded to their site. If you use Imgur, please consider replacing any image links/embeds you may have on PokéCommunity so everyone can see your images. Click here to learn more.

How would I add bgm to the main menu?

pokemonmasteraaron

The blind Pokémon Master!
  • 322
    Posts
    14
    Years
    Remember in G/S/C how it played a bgm on the continue new game options screen?
    How would I put a song in the menu on essentials?
     
    Simple as nothing.
    pbBGMPlay(" BGM NAME!", 100, 100)
     
    How i managed to do that was as follows:

    In scripts: 1.Look for the Script called 'PokemonLoad'
    2. Go to line 220 and press enter to make a new line. (Line 220 should have @scene=scene unless you made some changes on your own)
    3. Add as example: pbBGMPlay("Main Menu") <<< this will make it play on 100% Volume, changing it to pbBGMPlay("Main Menu", <volume>, <pitch>) will change the Volume and the Pitch


    Good luck ^^
     
    Back
    Top