diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-22 03:28:23 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-22 03:28:23 -0500 |
commit | 481585f8747707bb1aee196672edc7a926ae0611 (patch) | |
tree | 15136e0af7890899e4ccf848444f5d69fd47a7ae /src/soundPlayer.S | |
parent | 6c1a8f456a41e03f94811937f1fc62013b91cb54 (diff) | |
download | kamek-481585f8747707bb1aee196672edc7a926ae0611.tar.gz kamek-481585f8747707bb1aee196672edc7a926ae0611.zip |
Lots of boss updates
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 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 |