summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXTra.KrazzY <XTra.KrazzY@gmail.com>2009-07-13 13:37:52 +0000
committerXTra.KrazzY <XTra.KrazzY@gmail.com>2009-07-13 13:37:52 +0000
commite7a5f0fa3deca408693c7b7c0e593c7cc0e0ceb4 (patch)
treec7a2310d633c7fb67e708d391432c119d8cb5d00 /docs
parent4da0457524137fecfe5365035576422862d9721a (diff)
Solved issue 1096 and issue 1098
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3780 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'docs')
-rw-r--r--docs/DSP/DSP_UC_Zelda.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/DSP/DSP_UC_Zelda.txt b/docs/DSP/DSP_UC_Zelda.txt
index 2bb82bdb28..74bcaea043 100644
--- a/docs/DSP/DSP_UC_Zelda.txt
+++ b/docs/DSP/DSP_UC_Zelda.txt
@@ -3680,16 +3680,16 @@ void 0ab3_Decoder0x21Core(AC1.M, AR3) {
// 0abb 0292 0ad1 jg 0x0ad1
- if ([0x043a,0x043b] > AC1.M) {
+ if ([0x043a,0x043b] <= AC1.M) {
// Happens when sound has finished playing?
// 0abd 8900 clr $ACC1
// 0abe 00c0 043b lr $AR0, @0x043b
ACC1 = 0;
- AR0 = 0x043b;
+ AR0 = *0x043b;
// 0ac0 02bf 0af6 call 0x0af6 // 0af6_Decoder0x21_MoreStuff()
- 0af6_Decoder0x21_MoreStuff(AR0=0x043b, AR3);
+ 0af6_Decoder0x21_MoreStuff(AR0=*0x043b, AR3);
// 0ac2 8100 clr $ACC0
// 0ac3 1fd8 mrr $AC0.M, $AX0.L