NES ROM Edits
Moderator: Moderators
NES ROM Edits
Hi,
I have an NES ROM that I have edited with a hex editor but when I load it up on my retropie the edits don't work. I am obviously doing something wrong but I don't know what. Any help would be appreciated.
I have an NES ROM that I have edited with a hex editor but when I load it up on my retropie the edits don't work. I am obviously doing something wrong but I don't know what. Any help would be appreciated.
-
- Posts: 1074
- Joined: Tue Feb 07, 2017 2:03 am
Re: NES ROM Edits
as in when you run the rom your edits are not their and the ROM is "stock" or as in your edits don't work at all? I.e does it work in an emulator?
Re: NES ROM Edits
My edits are there I verified that in the hex editor. It acts like the rom is stock. I am using the FCEUX utility. Looking a bit further into it. I can run the ROM in the emulator and make changes to the game memory and that works but not when I edit the ROM it's self.Oziphantom wrote: ↑Sun Dec 27, 2020 10:07 pmas in when you run the rom your edits are not their and the ROM is "stock" or as in your edits don't work at all? I.e does it work in an emulator?
-
- Posts: 1074
- Joined: Tue Feb 07, 2017 2:03 am
Re: NES ROM Edits
then your edits are not what you think they are. Possibly you are editing off by 0x10 ( i.e the header ) or it making an ips or ups patch out of the edits and not modifying the file directly.
Re: NES ROM Edits
Or he's creating cheats by editing RAM?
https://twitter.com/bitinkstudios <- Follow me on twitter! Thanks!
- Controllerhead
- Posts: 214
- Joined: Tue Nov 13, 2018 4:58 am
- Location: $4016
- Contact:
Re: NES ROM Edits
Are you editing on the $000-$7FF range? That would be RAM and it will not save. Do you have ROM File checked in the view menu? Otherwise you are just editing the CPU state. Are you saving your game after making your edits? FCEUX allows this right from the hex editor in File -> Save / Save As
Could be many things. Take a screenshot of what you're doing. It would be easier to help you!
Could be many things. Take a screenshot of what you're doing. It would be easier to help you!