diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-10 12:12:55 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-10 12:12:55 -0600 |
commit | beac14a9a0ab072186fa99afcfcc0d844b77a68d (patch) | |
tree | bfe15d4e6b8a2179de8dfc5c48caec85779c3d82 /src/contest.c | |
parent | f9f0e84b70f1b313200acd6f0d180413e34517da (diff) |
label more of scanline_effect.c
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 2 |
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) |