Jump to content

Increasing Rom File Size in FE8


Will Bill
 Share

Recommended Posts

Hello Everyone. I was wondering how I can create more space in a FE8 rom. I’m getting dangerously close to the end of the rom and I don’t want to run into the issue I had last time, where the beginning of the file was screwed up. I tried adding new offsets to the very end of the file in my Hex Editor, but it didn’t do anything.

Link to comment
Share on other sites

But will doing this mess with my extorting data. There is still a lot of stuff I’ve got after the 0A’s, so won’t moving it down screw with the rom, since it’ll be looking in the wrong location for moved data?

Link to comment
Share on other sites

Have you used the in rom free space? There's quite a bit of free space at $8E80000(remove the first 8 for the file offset.), and some other locations.(more info at http://feuniverse.us/t/free-space-ranges/112)

 

As for expanding the rom size, the rom is mapped in ram from $8000000 to $9FFFFFF, which is 32 mbs of rom space.(what is stored after that is copies of the rom.) Essentially, that means you have up to offset $1FFFFFF in a rom file to work with. You're very unlikely to hit that limit(unless you do stuff like inserting music as uncompressed wav), so I'd say you're safe with appending all your new data to the end of the rom.(in fact, that's what most tools(FEBuilder, FEditor, Emblem Magic) do when repointing data.)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...