diff options
Diffstat (limited to '')
-rw-r--r-- | src/soundPlayer.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soundPlayer.S b/src/soundPlayer.S index 0eb165a..1a95b7c 100644 --- a/src/soundPlayer.S +++ b/src/soundPlayer.S @@ -19,7 +19,7 @@ .extern AnotherSoundRelatedFunction .extern YetAnotherSoundPlayer .extern CheckIfPlayingSound -.extern StopSound +.extern StopSoundBasic .extern BufferToCheckIfPlaying .align 4 @@ -84,6 +84,6 @@ GoAwaySoundGuy: StopSound: mr r4, r3 - lwz r3, 0xA768(r13) + lwz r3, -0x5218(r13) b StopSoundBasic |