From 481585f8747707bb1aee196672edc7a926ae0611 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Sat, 22 Oct 2011 03:28:23 -0500 Subject: Lots of boss updates --- src/soundPlayer.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soundPlayer.S') diff --git a/src/soundPlayer.S b/src/soundPlayer.S index 645af31..e132849 100644 --- a/src/soundPlayer.S +++ b/src/soundPlayer.S @@ -87,7 +87,7 @@ GoAwaySoundGuy: StopSound: stwu r1, -0x10(r1) - mtlr r0 + mflr r0 stw r0, 0x14(r1) mr r4, r3 @@ -95,6 +95,6 @@ StopSound: bl StopSoundBasic lwz r0, 0x14(r1) - mflr r0 + mtlr r0 blr -- cgit v1.2.3