diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-25 00:03:33 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-25 00:03:33 -0500 |
commit | 2e39b2f0ce099aa167c8a188d88e30af4bfc19f3 (patch) | |
tree | 4d2b934e18131af6c21f155119eff0fcc2833afd /src/soundPlayer.S | |
parent | 77b1f261686cbec9593656f404d059d9fdc6fe7f (diff) | |
download | kamek-2e39b2f0ce099aa167c8a188d88e30af4bfc19f3.tar.gz kamek-2e39b2f0ce099aa167c8a188d88e30af4bfc19f3.zip |
A large number of fixes - ramboo, samurai, shy guy, topman, MrSun, classic controller
Diffstat (limited to '')
-rw-r--r-- | src/soundPlayer.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soundPlayer.S b/src/soundPlayer.S index 1cf7cbd..8fbfd7b 100644 --- a/src/soundPlayer.S +++ b/src/soundPlayer.S @@ -59,6 +59,7 @@ PlaySound: # Go away if it is cmpwi r3, 0 + li r3, 0 bne GoAwaySoundGuy # If we're good to go, play the sound! |