Skip to content

Commit 91c9f7e

Browse files
committed
[Specific-PSX] Correct GetBestFrame
1 parent 91b75aa commit 91c9f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC_PSX/CALCLARA.MIP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2358,7 +2358,7 @@ GetBestFrame:
23582358
jal GetFrames
23592359
addiu a2, sp, 0x20-0x8
23602360
sra v1, a3, 1
2361-
slt v1, v0
2361+
slt v1, v1, v0
23622362
beqz v1, loc_858F0
23632363
move v0, t4
23642364
move v0, t5

0 commit comments

Comments
 (0)