Skip to content

Commit

Permalink
[Specific-PSX] Fix incorrect loading of CamRot.vy.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh0stBlade committed Feb 22, 2020
1 parent 81a7981 commit 7f36a04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEC_PSX/SFX.MIP
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ GetPanVolume:
move a0, t5
jal phd_atan_asm
move a1, t6
lhu v1, 0x46A6(gp)
lhu v1, CamRot+0x2-GP_ADDR(gp)
lw a0, 0(t2)
sll v1, 4
beqz t3, loc_91FC0
Expand Down Expand Up @@ -528,7 +528,7 @@ SoundEffect:
move a0, t9
jal phd_atan_asm
move a1, t8
lhu v1, 0x46A6(gp)
lhu v1, CamRot+0x2-GP_ADDR(gp)
nop
sll v1, 4
j loc_91954
Expand Down

0 comments on commit 7f36a04

Please sign in to comment.