• 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 Conquest 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.

Controlling Legendary Battle Music (No ASM)

Hey, where do I edit the battle music in this script:

Spoiler:

Sorry, but I don't wanna make this thread a script requesting thread. The answer can be found on the tutorial.
 
Sorry, but I don't wanna make this thread a script requesting thread. The answer can be found on the tutorial.
No, I'm not requesting a script. I'm just wondering where do I edit the music.
 
If anyone is interested, I figured out how to do this in PKSV.

Instead of using playsong as in XSE, you would use playsound:
Code:
battle (Pokemon) 0x(level) (Item)
special 0x138
playsound 0x(song) 0x(song)

The song MUST be put twice, or it will be compiled as "playsound 0x0 0x0."
 
Last edited:
This process does not work with Emerald. I'm trying to add in a battle against Raikou using the Battle vs Legendary Dogs theme. I made the script, and when I talked to the Raikou sprite, Raikou makes its cry, the game shakes, and it freezes :(

What am I doing wrong? Should I post the script to show you?
 
This process does not work with Emerald. I'm trying to add in a battle against Raikou using the Battle vs Legendary Dogs theme. I made the script, and when I talked to the Raikou sprite, Raikou makes its cry, the game shakes, and it freezes :(

What am I doing wrong? Should I post the script to show you?


It will be really nice if you will show me your script :)
 
This process does not work with Emerald. I'm trying to add in a battle against Raikou using the Battle vs Legendary Dogs theme. I made the script, and when I talked to the Raikou sprite, Raikou makes its cry, the game shakes, and it freezes :(

What am I doing wrong? Should I post the script to show you?

I think for Emerald you have to use special 0x13B. I am not sure if this activates anything but it worked for me when I was messing with it.
 
Back
Top