From 0640921a4a2e9e359da8d59fcbbe2df73c603a19 Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Tue, 11 Oct 2011 00:17:09 -0500 Subject: Fixed StopSoundBasic extern and EMBARRASING 0xa768 mistake --- src/soundPlayer.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3