(v1.2 - update June 29 2009)
Here is a program that applies the Weight Bug Fix to your ROM. It has a few options:
1. Apply the Weight Bug Fix hack + another hack that makes the game record Checks-For and Checks-Against for each player
2. Apply just the weight bug fix hack, or
3. Apply just the record Checks-For and Checks-Against hack.
NHL94WeightBugFix1.2.zip
(There is a side-effect with the "Checks-For and Checks-Against" hack: it overwrites the PIM stat with CkF (checks for), so if
For those interested, here are my notes on how to do the weight bug fix and the wgt+chk hack.
If you want to add the weight bug fix or checking hack to your ROM, talk to me on AIM and I'll try to help out (it's not that hard, though I make it look pretty confusing here!).
a line of code in my notes might look like this:
52 28 01 1C -- ADDQ.B #1,$011C(A0) -- increment check value
52 28 01 1C is the actual code that you put in the ROM using a hex editor
ADDQ.B #1,$011C(A0)