Miscellaneous Forums > Scripting and Reverse Engineering

Yuffie Conformer Bug

<< < (2/2)

DLPB_:
ha. i got confused. yeah thats pretty decent proof it was deliberate id say. i think it was a delib action. It's a tough one to call.


--- Quote ---DLPB - Today at 11:05 PM
ok well im gonna go for deliberate
on basis that she is the thief
and the timing of it aboard that ship
--- End quote ---

spy__dragon:
We've found the code on PSX version, but we don't know how to fix

In PC version is:
mov     [ebp+var_20], 0
mov     [ebp+var_24], 0
mov     [ebp+var_28], 4



And the equivalent on PSX is:
addu r2,r0,r0
addu r5,r0,r0
addu r4,r0,r0
ori r3,r0,0x0004

This you can find on file battle.x descompressed: 0x9330

What should we make a fix on PSX version?

Regards

DLPB_:
I don't know R3000 mips.  All I'd say is, the code you have there looks about right and you need to set her default attack power to 1.  Probably by setting one of those zeroes to 1/

Xinlus:
This should work:

addu r2,r0,r0
ori r5,r0,0x0001
addu r4,r0,r0
ori r3,r0,0x0004

pating:
I know this one is long long way back in 2018. but is this also code applicable to the International version?

.open "BATTLE",0x800A0000
.psx

.org 0x800A9334

   ori r5,r0,0x0001

.close

Navigation

[0] Message Index

[*] Previous page

Go to full version