• 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 Conquest 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.

[Script] How to correct an error

  • 84
    Posts
    4
    Years
    • Seen Apr 21, 2025
    Hello everybody, i recently started hacking, actually i started yesterday with pokemon firered

    i'm making a very simple ROM hack using the tools provided. I litterally know NOTHING about programming and such so i am sticking to the easy things i can do with the tools even if i have a ton of ideas, but that's not the matter.

    i worked aroud 6 hours yesterday and made it around 50% of the work i need (yes, as i said it's really easy) and today instead of going on with the trainers and map modifications (that i tried and worked) i decided to do a little thing: modify the introduction text. Not the one where prof oak talks, the one before it (the paper with the pikachu on top) using LSA intro text editor.
    it's pretty easy, i open the editor, write my 3 pages and click save ROM.
    and i did...the problem is...the ROM doesn't work anymore

    yeah, i'm stupid and i didn't do this new thing on a copy before doing it on the main one, i know (and i won't to anymore) but now i cannot open the rom with ANY tool
    advance map, advance trainer, advance text, NONE work anymore...not even LSA itself
    if i try to start the ROM i see only white and nothing more

    i know the issue was in the text, since it was working just fine before doing that, i tried to open LSA again to just delete the text i added but it doesn't open anymore

    how can i fix this? i would hate to have to do all the 6 hours from scratch just for a simple text with a simple editor

    i have downloaded XSE too but since i know nothing of scripting i haven't used it but i can guess it might help in this matter.
    if anyone can help me i would be forever grateful

    :)
     
    Hello everybody, i recently started hacking, actually i started yesterday with pokemon firered

    i'm making a very simple ROM hack using the tools provided. I litterally know NOTHING about programming and such so i am sticking to the easy things i can do with the tools even if i have a ton of ideas, but that's not the matter.

    i worked aroud 6 hours yesterday and made it around 50% of the work i need (yes, as i said it's really easy) and today instead of going on with the trainers and map modifications (that i tried and worked) i decided to do a little thing: modify the introduction text. Not the one where prof oak talks, the one before it (the paper with the pikachu on top) using LSA intro text editor.
    it's pretty easy, i open the editor, write my 3 pages and click save ROM.
    and i did...the problem is...the ROM doesn't work anymore

    yeah, i'm stupid and i didn't do this new thing on a copy before doing it on the main one, i know (and i won't to anymore) but now i cannot open the rom with ANY tool
    advance map, advance trainer, advance text, NONE work anymore...not even LSA itself
    if i try to start the ROM i see only white and nothing more

    i know the issue was in the text, since it was working just fine before doing that, i tried to open LSA again to just delete the text i added but it doesn't open anymore

    how can i fix this? i would hate to have to do all the 6 hours from scratch just for a simple text with a simple editor

    i have downloaded XSE too but since i know nothing of scripting i haven't used it but i can guess it might help in this matter.
    if anyone can help me i would be forever grateful

    :)

    Well, depending on the modifications you've applied to the rom you could:

    download a new rom, then open a new rom and the broken modified one in a hex editing program.

    If your modifications are applied after 0x800000, you can copy the hex code of the working rom where the offset for the intro text is and paste that to the broken rom using (CTRL + B, not CTRL + V).

    I don't know where that offset is, but if you made changes after the occupied space, you can copy all of hex code before 0x800000 and paste it onto a new rom. That may work.
     
    i....i think i understood the first 2 sentences xD

    what i did was only open the program, write a text like "hello, i'm Naglu and this is a ROM" and saved
    i did no modifications on codes or with hex programs (that i don't know what are)

    to answer your first sentence: everything i did was modify trainers usind Advance trainer, wild battles using Advance map and add some new trainers usind advance map + pksv. this all worked fine, i tried everyone of those changes and they worked perfectly

    the issue was only AFTER i used LSA, and everything i did was write a text, a normal text like i'm doing now, no coding, and press save

    edit: i re-read carefully your sentece like 5 times and i may have now understood what you meant....i don't know how to do that but i'll try and come back, hope google helps now that i know what to look for xD
     
    Last edited:
    Back
    Top