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

[ASM & Hex] Continue script music after Trainerbattle

88
Posts
7
Years
    • Seen Jan 16, 2020
    Hello!

    As the title says, it is possible to continue the music from playsong after a trainerbattle? For example:

    Code:
    playsong 0x100 0x0
    msgbox @stuff 0x6
    trainerbattle 0x1 0x1 0x0 @win @lose @continue
    release
    end
    
    #org @continue
    //etc

    Adding a playsong again in @continue works, but the default song is definitely noticeable.

    Thanks! :)
     
    Back
    Top