• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Completed No Delay on Pressing Start at CSS and SSS

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
Code:
$No Delay on Start at CSS [UnclePunch]
042641b0 38000001

$No Delay on Start at SSS [UnclePunch]
0425aa18 38000001
 

Gehis514

Smash Apprentice
Joined
Jul 25, 2015
Messages
119
Switch FC
SW 4004 9260 8249
Just out of curiosity, would this code happen to work in the newest 20xx? I don't know anything about adding codes to the game but I'm willing to learn if it's possible
 

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
Just out of curiosity, would this code happen to work in the newest 20xx? I don't know anything about adding codes to the game but I'm willing to learn if it's possible
Yeah it's a simple overwrite that shouldn't affect anything Achilles changed in 20XX. Use Melee Code Manager to write the code to your ISO and add this code in as an overwrite.

No Delay on Start at CSS
[UnclePunch]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ------ 0x260D90 ---- 3800001E -> 38000001



-==-


No Delay on Start at SSS
[UnclePunch]
Version -- DOL Offset ------ Hex to Replace ---------- ASM Code
1.02 ------ 0x2575F8 ---- 38000014 -> 38000001
 
Last edited:

Gehis514

Smash Apprentice
Joined
Jul 25, 2015
Messages
119
Switch FC
SW 4004 9260 8249
I think i followed the instructions well enough, but when I tried testing my iso on dolphin before I use it on console, it gives me a warning/error

IntCPU: Unknown instruction 00000000 at PC = 8040a990 last_PC = 81200cf0 LR = 8040a564

This only happens after I apply the code, what could be wrong?
 

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
I think i followed the instructions well enough, but when I tried testing my iso on dolphin before I use it on console, it gives me a warning/error

IntCPU: Unknown instruction 00000000 at PC = 8040a990 last_PC = 81200cf0 LR = 8040a564

This only happens after I apply the code, what could be wrong?
Sounds like you're injecting the codehandler into 20XX? These are just simple 4 byte overwrites to the dol. You may be better off doing it manually. Open up start.dol with any hex editor and go to the offsets and replace whats there with whats after the arrow.
 
Last edited:
Top Bottom