Users browsing this thread: 1 Guest(s)
Easy Intro Skip (faster development)

#1
Posts: 127
Threads: 8
Thanks Received: 21
Thanks Given: 12
Joined: Jan 2012
Reputation: 13
Status
None
I found a way to skip the intro straight to new game/loading screen. This speeds things up a lot when testing changes, not needing to manually skip the intro on restart.

The hack is 4 bytes:
Code:
; Skip intro
C2/686F(7E/5000): CE 00 02      DEC $0200
                  6B            RTL

For headered ROM the offset is: $026A6F: CE 00 02 6B

To put the intro back change the values back to 4C 0C 50 4C
  Find
Quote  

#2
Posts: 2,549
Threads: 98
Thanks Received: 147
Thanks Given: 159
Joined: Aug 2009
Reputation: 52
Status
Nattak\'d
Another alternative unless I'm mistaking what exactly your change does, would be to put an FD (do nothing) byte in the event code at:
CA/5E33: A9 Show title screen
Quote  
[-] The following 1 user says Thank You to Gi Nattak for this post:
  • m06 (04-27-2016)

#3
Posts: 127
Threads: 8
Thanks Received: 21
Thanks Given: 12
Joined: Jan 2012
Reputation: 13
Status
None
Gi Nattack wins!

I was a bit stoopid there, thought doing it from events wouldn't be enough.

It's probably good to have a number of ways to do this, since everyone should kill their intro while developing.

One more is to kill the A9 command early:
Code:
C0/99AC:     D2 B8        (gen. act. A9, now same as gen. act. FD)

Could be useful if you can't locate the A9 event command due to changed events.
  Find
Quote  

#4
Posts: 281
Threads: 18
Thanks Received: 13
Thanks Given: 8
Joined: Mar 2014
Reputation: 8
Status
None
I've been meaning to do this for years but I still just keep fastforwarding through the intro like a chump. Smile
  Find
Quote  

#5
Posts: 281
Threads: 18
Thanks Received: 13
Thanks Given: 8
Joined: Mar 2014
Reputation: 8
Status
None
I just tested it and it doesn't skip the intro if there is no save file. Is there a way to skip the intro and just get dropped straight in Narshe with Terra and the boys if there is no save file?
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite