• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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.

[Tool] BSP Setword command

Lance32497

LanceKoijer of Pokemon_Addicts
  • 792
    Posts
    10
    Years
    Hello guys. I tried searching how to add the setword command in Battle Script Pro tool but I found nothing on google.
    Can anybody here tell me how?
     
    Hello guys. I tried searching how to add the setword command in Battle Script Pro tool but I found nothing on google.
    Can anybody here tell me how?
    i literally ended up ripping mine from mrds' rombase ahaha
    but one thing you might want to be aware of is that it is really doing the same thing as setting individual bytes in the ram offsets one after the other, so in essence i don't believe it's really necessary. granted, i may be very, very wrong here
     
    i literally ended up ripping mine from mrds' rombase ahaha
    but one thing you might want to be aware of is that it is really doing the same thing as setting individual bytes in the ram offsets one after the other, so in essence i don't believe it's really necessary. granted, i may be very, very wrong here

    Uhm.. If you're referring to the asm, I had found it already, but my problem is including the setword command in the tool.
    I was decompiling battle scripts and I got this pop-up message:
    [PokeCommunity.com] BSP Setword command


    then MRDS advised me that the setword command must be included on the tool.
     
    OHHH
    in the commands.bsh file (i think that's what it is ahaha), add an entry for it
     
    OHHH
    in the commands.bsh file (i think that's what it is ahaha), add an entry for it

    But the file is blank upon opening in notepad. Dunno what to write in there. #Define SETWORD 0xXX perhaps.
     
    But the file is blank upon opening in notepad. Dunno what to write in there. #Define SETWORD 0xXX perhaps.
    this is my full commands.bsh file
    Spoiler:

    ok so the VERY last command in that spoiler is my setword command. what should be changed is what is italicized; your command index may be different. 0xF8 is going to be the very first new command after adding new ones or smh
     
    this is my full commands.bsh file
    Spoiler:

    ok so the VERY last command in that spoiler is my setword command. what should be changed is what is italicized; your command index may be different. 0xF8 is going to be the very first new command after adding new ones or smh

    ohhhh thanks. that's a big help... thank you
     
    Back
    Top