04-27-2016, 02:11 AM
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:
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
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