• 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!
  • Which Pokémon Masters protagonist do you like most? Let us know by casting a vote in our Masters favorite protagonist poll here!
  • Red, Hilda, Paxton, or Kellyn - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Script✓] Help me please :(

  • 9
    Posts
    4
    Years
    • Seen Sep 11, 2020
    Can somone show me how to make a Wild Battle Script (Overworld Pokemons) like Pokemon Let's Go Pikachu/Eevee GBA Rom? Btw i use XSE

    -Beginner
     
    I suggest going to this thread to learn more about wild battles and everything about XSE scripting. We are both starters anyway! I just began to try and do some hacks myself. I don't know if I can do it.

    Here is an example:

    Spoiler:


    Note: The bold statements are not included.

    I've only seen this example from this YouTube video.

    Feel free to learn every parameters yourself. Let's learn to together!

    We are both Beginners after all.

    Lastly, to some users who will read my reply to this post. Please correct my mistakes, I am also learning.
     
    Can somone show me how to make a Wild Battle Script (Overworld Pokemons) like Pokemon Let's Go Pikachu/Eevee GBA Rom? Btw i use XSE

    -Beginner


    I believe they meant how wild Pokémon in Let's Go! are running around and there is no encounter rate. Though your method may work, it will take a whole lot of time to fully implement it into the game. That being said, there can be ASM to help add this feature, but maybe it is too far from the grasp of the GBA engine.
     
    I believe they meant how wild Pokémon in Let's Go! are running around and there is no encounter rate. Though your method may work, it will take a whole lot of time to fully implement it into the game. That being said, there can be ASM to help add this feature, but maybe it is too far from the grasp of the GBA engine.

    I did some research and looks like i did it well.

    #dynamic 0x800000

    #org @start
    Special 0x187
    Compare LASTRESULT 0x2
    If 0x1 goto @t1
    Special 0x188
    lock
    Faceplayer
    Setwildbattle 0x19 0x5 0x0
    Checksound
    Cry 0x19 0x2
    Preparemsg @t6
    Waitcry
    Pause 0xA
    Playsong 0x156 0x2
    Waitkeypress
    Setflag 0x807
    Special 0x138
    Waitstate
    Clearflag 0x807
    Special2 LASTRESULT 0xB4
    Compare LASTRESULT 0x1
    If 0x1 goto @t2
    Compare LASTRESULT 0x4
    If 0x1 goto @t3
    Compare LASTRESULT 0x5
    if 0x1 goto @t4
    Setflag 0x2BD
    Release
    End

    #org @t1
    Release
    End

    #org @t2
    Setflag 0x2BD
    Goto @t4

    #org @t3
    Setvar 0x8004 0x92
    Goto @t5

    #org @t4
    Fadescreen 1
    Hidesprite LASTTALKED
    Fadescreen 0
    Release
    End

    #org @t5
    Fadescreen 1
    Hidesprite LASTTALKED
    Fadescreen 0
    Bufferpokemon 0x0 0x8004
    Msgbox @t7
    Release
    End

    #org @t6
    = ....

    #org @t7
    = The Pokemon Fled!





    Tell me if i did something wrong😅
     
    Last edited:
    I suggest going to this thread to learn more about wild battles and everything about XSE scripting. We are both starters anyway! I just began to try and do some hacks myself. I don't know if I can do it.

    Here is an example:

    Spoiler:


    Note: The bold statements are not included.

    I've only seen this example from this YouTube video.

    Feel free to learn every parameters yourself. Let's learn to together!

    We are both Beginners after all.

    Lastly, to some users who will read my reply to this post. Please correct my mistakes, I am also learning.

    Wow for an begginer to know this kind of stuff... much respect fot u

    Mate u are a new member ryt?? How the heck did u get those cool banners :(

    maybe this link will help:https://www.pokecommunity.com/faq.php?faq=pokecommunity_faq&styleid=167
     
    Back
    Top