• 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!

Stock Icon Glitch Fix

UnclePunch

Smash Ace
Joined
Nov 9, 2014
Messages
673
Code:
$Stock Icon Glitch Fix [UnclePunch]
C20693D4 00000005
48000015 7CE802A6
C0070000 EFDE0032
4800000C 4E800021
3E4CCCCD 7C982378
60000000 00000000
LRA on the CSS backs up the match data. This causes the character costume ID to be saved before the character is chosen, allowing for a character to have a costume ID that is out of their bounds. This code adjusts it so LRA acts like pressing and holding B on the CSS so no match data is backed up.

Code:
#To be inserted at 801a56a8
.include "../Common.s"

#Check for LRA
  cmpwi r0,0
  bne Exit
#Exit without saving
  branch r12,0x801a56b0

Exit:
  cmplwi    r0, 2
 
Last edited:
Top Bottom