Language…
8 users online: autisticsceptile1993, Batata Douce, crocodileman94, DixyNL, eltiolavara9, matthwsan, Sweetdude, TheBourgyman - Guests: 255 - Bots: 282
Users: 64,795 (2,377 active)
Latest user: mathew

Stop Reznor bridge from breaking

I'm trying to stop the Reznor Bridge from breaking,I found out that I need to put 19A9F in the Hex editor and change 22 0C D7 03 to EA EA EA EA to make it happen,but for some reason in my rom 03 is 83 and when I change 83 to EA it doesn't work.Is there an other way for me to stop Reznor's bridge to break?
The address isn't wrong (for the others: it's $03989F is SNES LoROM addressing). In fact, the code jump at that place to $03D70C (or $83D70C if you use FastROM like in your case) which is the code to destroy the bridge. $EA'ing that should disable that so it's likely a mistake on your side.

The alternative is to change $03D70C (0x1F70C in PC address) to $6B.

Edit: Typo
Yeah,I tested on a clean rom and it worked just fine,so I'm not sure what I changed to cause this and alternative,but it didn't do anything

Maybe if I use a patch instead on the Hex editor it would work?
Well never mind,I figured it out with the Dissasembly version