Jump to content
NHL'94 Forums

HOW TO: Allow all players for every position [SNES]


McMarkis

Recommended Posts

Have you ever wanted to put Ray Bourque as a forward? This hack enables the option in Edit Lines to assign forwards and defensemen to any position

Technical Details:
The SNES code was performing very specific checks to prevent Forwards and Defense from swapping positions. I wrote new code that displays all forwards and defense in Edit Lines. I combined this code with the Missing Extra Attacker Bug Fix, to allow the swapping of forwards and defense.

Patch:

Download the patch tool to patch an existing ROM, or create a new one.

image.png

 

Hex Version:

image.png

1) Replace old hex values with new hex values. (Just use the patch tool, its easier)

===========================
Headerless ROM (.SFC)
===========================
  ROM Offsets: (hex) D8C96
  Old: C9 01 00
  New: 20 78 CE

  ROM Offsets: (hex) D8E1A
  Old: 10 21 22 00 93 9B
  New: EA EA EA 4C BA CE

  ROM Offsets: (hex) DCE78
  Old: FF 
  New: 48 A5 A5 18 6D 9F 1D 85 95 AE 9F 1D E8 A5 95 20 72 
       8D CF 8F 1D 9F F0 07 C6 95 CA D0 F0 80 1E CA A5 A5
       18 6D 9F 1D ED 8B 1D 85 95 20 72 8D 48 A5 A5 86 AF 
       18 6D AF 00 85 95 68 20 7C 8D 68 C9 01 00 60 22 00 
       93 9B 8D A3 1D 22 00 D3 9E A5 A5 8D AB 1D 22 DC 92 
       9B 18 6D A3 1D 8D A3 1D AD AB 1D 4C 3B 8E

===========================
Headered ROM (.SMC)
===========================
  ROM Offsets: (hex) D8E96
  Old: C9 01 00 
  New: 20 78 CE

  ROM Offsets: (hex) D901A
  Old: 10 21 22 00 93 9B
  New: EA EA EA 4C BA CE

  ROM Offsets: (hex) DD078
  Old: FF
  New: 48 A5 A5 18 6D 9F 1D 85 95 AE 9F 1D E8 A5 95 20 72 
       8D CF 8F 1D 9F F0 07 C6 95 CA D0 F0 80 1E CA A5 A5
       18 6D 9F 1D ED 8B 1D 85 95 20 72 8D 48 A5 A5 86 AF 
       18 6D AF 00 85 95 68 20 7C 8D 68 C9 01 00 60 22 00 
       93 9B 8D A3 1D 22 00 D3 9E A5 A5 8D AB 1D 22 DC 92 
       9B 18 6D A3 1D 8D A3 1D AD AB 1D 4C 3B 8E

 

  • Love 1
Link to comment
Share on other sites

  • 2 weeks later...

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...