diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2020-08-16 14:57:09 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2020-08-16 14:57:09 -0500 |
| commit | 2e782891124bbd71e1d2b4a59eb116aeac2cb6ca (patch) | |
| tree | 5648fc0bef09c0e4443bae0a1316a1facb00c7ed /src/mainLoop.c | |
| parent | 79cb86022ecd20cb3696588c634ecfd29b0dd08b (diff) | |
Start decompiling chooseFile.c
Diffstat (limited to 'src/mainLoop.c')
| -rw-r--r-- | src/mainLoop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainLoop.c b/src/mainLoop.c index a09d1c97..c46fd8bf 100644 --- a/src/mainLoop.c +++ b/src/mainLoop.c @@ -34,7 +34,7 @@ void MainLoop(void) { sub_08056208(); gUnk_02000010.field_0x4 = 193; sub_0804FFE4(); - DmaSet(3, 0x5000000U, gPaletteBuffer, 0x84000080U); + DmaCopy32(3, BG_PLTT, gPaletteBuffer, BG_PLTT_SIZE); sub_0804FF84(1); sub_08056418(); sub_080ADD30(); |
