| Inserting PATCH to ROM [SOLVED!] |
|
Forum Index - SMW Hacking - General SMW Hacking Help - Inserting PATCH to ROM [SOLVED!] |
|
Pages: 1  |
|
|
|
| Posted on 2012-07-06 09:58:45 AM |
Link | Quote |
|
Sometimes when I insert new patches to my ROM, they didn't work and corrupts my ROM (I do backup everytime xD).
After insert a "bugged patch" when I open the ROM in the emulator, the screen stays black and I can do nothing. Sometimes the screen stays black but the title screen music is played, but still can't do nothing (the buttons don't work).
Why it occurs? I would like to add a Powerdown Patch. :-(
Greetings
|
| Last edited on 2012-07-07 01:20:50 PM by marcosvianamark. |
|
| Posted on 2012-07-07 11:49:16 AM |
Link | Quote |
|
|
Someone? xD
|
|
| Posted on 2012-07-07 12:06:42 PM |
Link | Quote |
|
|
There could be many reasons, but the most important one is whether you correctly set freespace for that patch or not.
|
|
| Posted on 2012-07-07 12:41:17 PM |
Link | Quote |
|
|
How may I set freespace for a patch?
|
|
| Posted on 2012-07-07 12:46:33 PM |
Link | Quote |
|
Run your ROM through slogger (drag it on top of it and you'll get a text file), take one of the values from the row that says SNES offset that's large enough for the patch (if it says you should use a whole bank, use an entry that's at 8000 bytes big) and open the .asm file of the patch.
Now either search for a line saying something like !Freespace = $xxxxxx or org $xxxxxx ;POINT THIS TO FREESPACE and replace the number that's there with your entry you got from the steps before.
|
|
| Posted on 2012-07-07 01:20:22 PM |
Link | Quote |
|
|
Thank you, leod. :-)
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - Inserting PATCH to ROM [SOLVED!] |