McMarkis Posted August 12, 2024 Report Posted August 12, 2024 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 1 Quote
smozoma Posted August 12, 2024 Report Posted August 12, 2024 Yesss I couldn't figure this out when I tried to find it years ago 3 Quote
kidswasted Posted August 12, 2024 Report Posted August 12, 2024 This is AMAZING! This will be a default hack for all my future ROMs lol 3 Quote
McMarkis Posted August 12, 2024 Author Report Posted August 12, 2024 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 😂 1 2 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.