Jump to content
NHL'94 Forums

HOW TO: Skip EA + Flying Pucks Intro [SNES]


Recommended Posts

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.

image.png 

Code:

  1. Change the JSL (Jump Sub-Routine) to NOP (No Operation) to skip the EA Intro
  2. 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.

image.png

Hex Version:

image.png

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

   

 

 

  • Love 1
  • Thanks 2
Link to comment
Share on other sites

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 😂

  • Haha 2
Link to comment
Share on other sites

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