• 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!
  • Dawn, Gloria, Juliana, or Summer - 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.

[Other] XSE error

Danny0317

Fluorite's back, brah
  • 1,066
    Posts
    11
    Years
    • Age 25
    • Seen Nov 19, 2023
    So, I'm having this problem in XSE..

    First I open adavanced map and click on the script that I want to fix.
    Spoiler:


    Then, I open it in XSE
    Spoiler:


    Then, I fix it and compile:
    Spoiler:


    But then I open it again, and it didn't save
    Spoiler:


    Does anybody know how to fix it?
     
    You can't open a script then add more to it. You're extending the amount of bytes required for that script therefore overwriting other data. I'd be careful only to do changes to scripts like that if changing something that's the same like 0x100F to 0x0001 or even to 0x1 but you can't go from 0x1 to 0x100F because you just extended the amount of bytes for that script. Damn it Danny!
     
    You don't need to redo the entire script. Just put a dynamic offset at the top and give fresh @pointers to any sections/messages/movements you change to avoid any problems.
     
    Back
    Top