McMarkis Posted January 30, 2024 Report Posted January 30, 2024 Pull CPU Goalie earlier when losing [SNES] Problem: Would like the CPU to pull its goalie earlier in the 3rd period when losing by 1 or more goals. Pull CPU Goalie earlier in the 3rd: Want to change how early the CPU pulls its goalie when losing? ROM Offset: (hex)00F5150-00F5151 Change: 3D 00 to 96 00 The above change will pull the goalie with 2:30 remaining in the 3rd period. Pull CPU Goalie when losing by more than 2 goals: You can also modify how many goals the CPU is losing by when the goalie gets pulled. ROM Offset: (hex)000F5148 Change: 03 to 04 The above change will pull the goalie when losing by 1, 2 or 3 goals. BONUS INFO: This is all setup already on the SNES GitHub repo along with other Hacks. Check it out! 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.