summaryrefslogtreecommitdiff
path: root/src/rom3.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-28 20:18:00 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-28 20:18:00 -0500
commit6bef5a2622b432049df9c8b581e21ae09965b02c (patch)
treed764c1d61d17018c41ef9eab403137d5aeef17d0 /src/rom3.c
parent4327bee485510b424cbf28e450d90ff50e6fe78b (diff)
parente92ead0e159ccaa8301b189b9ef2bb1a33b2ea62 (diff)
merge
Diffstat (limited to 'src/rom3.c')
-rw-r--r--src/rom3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom3.c b/src/rom3.c
index 713713162..000de8356 100644
--- a/src/rom3.c
+++ b/src/rom3.c
@@ -463,7 +463,7 @@ void sub_800C1A8(u8 taskId)
}
break;
case 4:
- if (sub_8007ECC())
+ if (IsLinkTaskFinished())
{
var = (ewram14004arr(0, gTasks[taskId].data[15]) | (ewram14004arr(1, gTasks[taskId].data[15]) << 8));
gTasks[taskId].data[13] = 1;