Hi everyone, i'm back again with ASM trouble.
I'm trying to convert Thomas83Lin's Glacier 3 [S3GE20] codes.
My issue is with the Armor code :
Inf Armor [Thomas83Lin]
C2108B44 00000002
C003032C D0030328
60000000 00000000
So the instructions are :
lfs f0,812(r3)
stfs f0,808(r3)
--------
I found the adress, breakpoint it :
8002B1CC D0030008 stfs f0,8(r3)
- I tried the same instructions as Thomas83Lin and no success, the wii freeze.
- I tried :
lfs f0,812(r3)
stfs f0,8(r3)
No success and i get a big glitch in the game.
So if anyone can help me thanks in advance. :) :) :)
Thomas83lin's lfs was +4 from the stfs. Have you tried to make your lfs +4 from your stfs?
Example
lfs f0,12(r3)
stfs f0,8(r3)
Thanks dcx2 for your reply.
I already tried a lfs +4 but same result a huge glitch in the game.
Maybe i don't have the good breakpoint adress. So i will search again. :) :) :)
Edit : I made a new search and i found :
8016AF50 D01A0328 stfs f0,808(r26)
So i tried
lfs f0,812(r26)
stfs f0,808(r26)
and
lfs f0,812(r3)
stfs f0,808(r3)
And the wii doesn't freeze but the code is not working.
It should be the exact same instruction just different address.
I found it. :) :) :)
I made a new search in another stage :
8016AE6C D03E0328 stfs f1,808(r30)
lfs f1,812(r30)
stfs f1,808(r30)
Unlimited Armor [Crapulecorp]
C216AE6C 00000002
C03E032C D03E0328
60000000 00000000
*Ported From Thomas83Lin*
Thank you both of you. :) :) :)