• 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.
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Other] Scripting Starter Pokemon Help

  • 44
    Posts
    11
    Years
    • Seen Apr 29, 2016
    Greetings Pokemon fans and friends!

    My request today is out of dire need! I am aware that you can change the starter pokemon per gender (player picks either male or female), but I have some idea on how to do this, but I cannot script. If anyone can put this in the game (THAT IS ALL I ASK) I will be forever grateful.

    Please comment on this if you can, and I will send you the game and tell you what to do.

    This is apparently how to do it. I just have no idea on what to do from here.
    ___________________________________________________________________________________
    "Yes, it is possible, if you're using XSE for scripting, this can be done with the "checkgender" command.

    For example:
    checkgender
    compare LASTRESULT 0x0
    if 0x1 goto @boy
    if 0x0 goto @girl

    If you add this part to your script, the script will go to the @boy pointer if the player is a boy, or @girl if they're a girl."
    ___________________________________________________________________________________
     
    You can easily compile scripts in your ROM with XSE. I highly recommend checking out the XSE scripting tutorials in the Tutorials section and learning at least some basic scripting yourself. Sure, you might find someone to make the starter script for you and then compile it for you, but if you're planning on making your own hack you're going to have to learn how to script eventually.
     
    Back
    Top