summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2018-01-10 12:12:55 -0600
committercamthesaxman <cameronghall@cox.net>2018-01-10 12:12:55 -0600
commitbeac14a9a0ab072186fa99afcfcc0d844b77a68d (patch)
treebfe15d4e6b8a2179de8dfc5c48caec85779c3d82 /src/contest.c
parentf9f0e84b70f1b313200acd6f0d180413e34517da (diff)
label more of scanline_effect.c
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c
index e39ce3daa..e41838cb1 100644
--- a/src/contest.c
+++ b/src/contest.c
@@ -635,7 +635,7 @@ void ContestVBlankCallback(void)
TransferPlttBuffer();
LoadOam();
ProcessSpriteCopyRequests();
- ScanlineEffect_TransferDma();
+ ScanlineEffect_InitHBlankDmaTransfer();
}
void sub_80ABB70(u8 taskId)