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

Battle Script Help

ElijahCabugao

Metagross's Metagrossite is reacting to Elijah's M
26
Posts
8
Years
  • Hi... I am just new to this kind of stuff...
    Im trying to Update the Leftovers message to latest Generation.
    But I dont know how to insert this kind of battle script... Any help
    is appreciated. Thank You

    #org @start
    call @func
    end2

    #org @func
    playanimation 0x1 0x7 0x0
    setword 0x203C020 0x08TTTTTT
    printstring 0x184
    waitmessage 0x40
    orword 0x2023DD0 0x100
    graphicalhpupdate 0x1
    datahpupdate 0x1
    return
     
    Back
    Top