Jump to content
NHL'94 Forums

Recommended Posts

Posted

Disable Interference Penalty With Penalties ON


Problem:
Request to disable Interference penalties as certain individuals despise it, and feel it is called too often in SNES.

Solution:
This hack allows you to disable the Interference Penalty while still keeping all other penalties ON.

Technical Details:

This one was simple, we just have to prevent the check to assess goalie interference by skipping.

Old Code:

image.png

Modified Code: Change the BMI (Branch If Minus) to BRA (Branch Always)

image.png

Download the patch tool to create your own ROM or patch an existing ROM

image.png

https://github.com/Mhopkinsinc/NHL94SNESVault/releases

Hex Version:

image.png

1) Replace old hex value with new hex value.

Headerless ROM (.SFC)
ROM Offsets: (hex) F3AA8
Old: 30 
New: 80

Headered ROM (.SMC)
ROM Offsets: (hex) F3CA8
Old: 30 
New: 80

 

  • Love 2
  • Thanks 1
  • 1 year later...
Posted

I tried this and it seems to me its working only in the first period because I got interference penalty in the 2nd one. 

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.

×
×
  • Create New...