diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 15:57:08 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-10 15:57:08 -0400 |
commit | a205881ce2caa89a1b2690df9bd335201df2aeda (patch) | |
tree | 8e0c2822030d5985475f86c4286ea923ac9bc71d /src/new_menu_helpers.c | |
parent | b22d3a821d8656d9fb88000ce02e5b885a59e1c3 (diff) |
Comment dma3 methods and create DMA3_*BIT macros
Diffstat (limited to 'src/new_menu_helpers.c')
-rw-r--r-- | src/new_menu_helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_menu_helpers.c b/src/new_menu_helpers.c index 9da0dea80..295a1b824 100644 --- a/src/new_menu_helpers.c +++ b/src/new_menu_helpers.c @@ -299,7 +299,7 @@ void DecompressAndLoadBgGfxUsingHeap2(u8 bgId, const void *src, u32 size, u16 of static void TaskFreeBufAfterCopyingTileDataToVram(u8 taskId) { - if (!CheckForSpaceForDma3Request(gTasks[taskId].data[0])) + if (!WaitDma3Request(gTasks[taskId].data[0])) { Free((void *)GetWordTaskArg(taskId, 1)); DestroyTask(taskId); |