diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 20:40:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 20:40:25 -0400 |
commit | a3a160964ddaae34383e884434132e35d6dbb158 (patch) | |
tree | 54ece5a7f2c9d6b92bfa5f92e0b4542ddec68799 /src | |
parent | ce62efbcecec4465c1b03578957513ca33dd3b80 (diff) |
This array is part of a contest buffer
Diffstat (limited to 'src')
-rw-r--r-- | src/contest_2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest_2.c b/src/contest_2.c index 0217c02c4..5d33c3d2f 100644 --- a/src/contest_2.c +++ b/src/contest_2.c @@ -3579,7 +3579,7 @@ void Task_AnimateAudience(u8 taskId) gTasks[taskId].data[10] = 0; if (gTasks[taskId].data[11] == 0) { - DmaCopy32Defvars(3, ewram16800, (void *)(VRAM + 0x2000), 0x1000); + DmaCopy32Defvars(3, eUnzippedContestAudience_Gfx + 0x1000, (void *)(VRAM + 0x2000), 0x1000); } else { |