Title Skip

Go down

20220106

Post 

Title Skip Empty Title Skip




There is a curious version difference in the US version of A Link to the Past. In the JP and EU versions, you can press a button any time after the "Nintendo Presents" screen and go to the file select screen. In the US version, you must watch the animation of the spinning triforce and the sword each time you start the game. The "Title Skip" patch removes this version difference.

To change this, navigate to hex address x64120. You will find the following code:
Code:
A5 11     ;LDA $11  (check RAM bit 11)
C9 08     ;CMP #$08 (If it is less than $08...)
90 0D     ;BCC x64133 (Then branch ahead $0D bytes)

This checks which screen you are on, and won't accept button inputs until you are at screen $08 or above.

In the JP and EU versions, the "CMP #$08" is actually "CMP #$04", which means that they will accept input anytime after the "Nintendo Presents" screen. So, in your US Rom, if you change byte x64123 from "08" to "04", your game will also accept inputs earlier.


Last edited by PowerPanda on Thu 6 Jan 2022 - 15:12; edited 1 time in total (Reason for editing : inserting code block.)
PowerPanda
PowerPanda

Title Skip Image213

Since : 2019-11-05

Back to top Go down

Share this post on: reddit
- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum