• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • 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] Pokémon Emerald: Editing Sudowoodo

  • 15
    Posts
    5
    Years
    • Seen Jan 28, 2024
    Hello.
    I'm making an Emerald hack (just for fun, and without trying to change the game a lot) and I am trying to change the one-time encounter Sudowoodo's level, but I haven't found anything that lets me do so. Is there any way to do it?
     
    The script that activates when you use the Wailmer Pail next to Sudowodo begins at 0x242CFC. Just change the level in the wildbattle command to whatever you want.
     
    Thank you! It worked and I could change Sudowoodo's level, but now the "weird tree" doesn't disappear after the battle... How can I make it so it disappears?
    EDIT: I should probably note that I'm trying to place Sudowoodo in Petalburg Woods.
     
    Last edited:
    You'll need to use a flag and the hidesprite command in order to make the OW disappear.
    Code:
    hidesprite 0x[Person Event Number]
    You can see the "Person Event Number" here:

    [PokeCommunity.com] Pokémon Emerald: Editing Sudowoodo


    So if the Person Event Number was 1 you'd do hidesprite 0x1. You'll also need to use a flag and put it in the "Person ID" box:

    [PokeCommunity.com] Pokémon Emerald: Editing Sudowoodo


    So if your OW had Person Event number 1 and flag 200 you'd do:
    Avara said:
    ...
    hidesprite 0x1
    setflag 0x200
    ...
    Hope this helps!
     
    It worked! Sudowoodo disappears in the OW and does not respawn at all. Thanks for the help!
     
    Back
    Top