McMarkis Posted August 12 Report Share Posted August 12 Skip EA + Flying Pucks Intro Screens Problem: It takes forever [24 Seconds] before you get to the "Game Setup" screen on the SNES version of 94. We would like to speed this up similar to the GENS version [4 Seconds]. Solution: Simply skip the code that loads the EA Sports Screen, and the Flying Pucks Screen. This now takes less than 4 seconds to get to the "Game Setup" Screen Technical Details: The code below is executed when the ROM starts up. Code: Change the JSL (Jump Sub-Routine) to NOP (No Operation) to skip the EA Intro Change the JSL (Jump Sub-Routine) to NOP (No Operation) to skip the Flying Pucks Intro New Code: Download the patch tool to create your own ROM or patch an existing ROM. Hex Version: 1) Replace old hex value with new hex value. Headerless ROM (.SFC) ROM Offsets: (hex) F8289 Old: 22 36 F4 9F New: EA EA EA EA ROM Offsets: (hex) F82C0 Old: 22 18 B1 9D New: EA EA EA EA Headered ROM (.SMC) ROM Offsets: (hex) F8489 Old: 22 36 F4 9F New: EA EA EA EA ROM Offsets: (hex) F84C0 Old: 22 18 B1 9D New: EA EA EA EA 1 2 Quote Link to comment Share on other sites More sharing options...
smozoma Posted August 12 Report Share Posted August 12 Yesss I couldn't figure this out when I tried to find it years ago 2 Quote Link to comment Share on other sites More sharing options...
kidswasted Posted August 12 Report Share Posted August 12 This is AMAZING! This will be a default hack for all my future ROMs lol 2 Quote Link to comment Share on other sites More sharing options...
McMarkis Posted August 12 Author Report Share Posted August 12 55 minutes ago, smozoma said: Yesss I couldn't figure this out when I tried to find it years ago 20 Seconds of our life back each time we play 😂 2 Quote Link to comment Share on other sites More sharing options...
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.