- 3
- Posts
- 13
- Years
- Seen Jan 21, 2013
That part of the ROM seems to deal with the connections between each map, there are quite a lot of zeroes around there so I'm guessing that you overwrote the data there when trying to insert something (a map, script, tiles etc). A quick fix would be to make a back up of your ROM, open it in a HEX editor, goto (Ctrl+G) 0x486828 and replace what's written there with '0C 68 48 08'. That would be the very least you can do to make that error disappear, but it would be better to compare that section of your edited Emerald ROM to one that hasn't been modified in any way and then replace your edited data with what's there.
Since you're starting out I can understand that it could be a bit hard to do this, but its the simplest thing I can think of to remedy your problem.
I compared the section with a clean version like you suggested and changed the values with a hex editor (Gold Finger). The error changed from the previous one to an "Access Violation Error". Seeing this I tried removing connections to the map(the connection errors were centered around route101) but when I removed a connection A-Map kept crashing. After doing this for awhile I finally removed the connections and the error was gone.
Thank you for your help!
However now I'm having connection problems with another map(oldale town). I've been doing some finagling with the hex editor along with removing connections through A-Map to fix it
But my question is, Is there a program or anything like a map or website to aid me in finding the values for other connections, etc. or is that something I have to deduce on my own?