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

the Nana fixing thread

D

Deleted member

Guest
reason to give this it's own thread is because it's a pretty big problem, and I might also have found a solution for at least some of the codes.

this is a copy-paste from the famous 80623320 adress (or in this case 8061CCE0, the PAL counterpart)
Code:
lucario
FFFFFFFF FFFFFFFF 8127EB20 8127FB4
000000021 8126E4E0 9018F1D8 00000000
805B69D0 00000000 00000000 00000000
 
IC
FFFFFFFF FFFFFFFF 8127E8A0 8127FB4
00000000F 8125E960 0000000F 8123D1E0
805B69D0 00000000 00000000 00000000
now to clarify this a bit
in the second line we can see, in the case of lucario, a 0x21 once (21 is char ID of lucario)
in the case of ICs however, it is double (0x0F is char ID of IC)

now my idea was the following
instead of the 8023320, we made a code secifically for nana, using instead the adress 80623328.

the following codes can be made with this that I know of:
hitstun, dash cancel, lagless edges and NASL

do note however that these codes might more than likely not work with double gct so they still would need to be converted to ASM
 

Almas

Smash Lord
Joined
Jul 6, 2008
Messages
1,588
The original Root Pointer codes already do this.

All characters with transformations have their own sub-address at the root pointer. The most is 4 in the case of Pokémon Trainer (who also has one for the trainer himself).
 
D

Deleted member

Guest
hm, but the hitstun doesn't do that right? since it is writing on totally different locations
 
D

Deleted member

Guest
thought it would be appropriate to bump this thread to announce the nana fix.
the fix itself was merely making the char ID fix also work for a sub-ID

PAL
Code:
Char ID fix 2.0 [spunit262, The Paprika Killer]
C2810318 00000006
819E003C 907EFFFC
80E30030 2C07000F
40A2001C 80FE0008
3C008180 7C070000
4080000C 39030008
9107FFFC 00000000
NTSC
Code:
Char ID fix 2.0 [spunit262, The Paprika Killer]
C28152E4 00000006
819E003C 907EFFFC
80E30030 2C07000F
40A2001C 80FE0008
3C008180 7C070000
4080000C 39030008
9107FFFC 00000000

confirmed working:
hitbox
hitstun

not confirmed:
dashdance (prob cuz I'm blind and the delay)
 
D

Deleted member

Guest
updated the code to fix the issues with other sub-chars, see my previous post.
 
Top Bottom