summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/crash.c b/src/debug/crash.c
index 702dbc32a..85058d285 100644
--- a/src/debug/crash.c
+++ b/src/debug/crash.c
@@ -35,7 +35,7 @@ void Crash(u8 *text)
ResetTasks();
ResetSpriteData();
SetMainCallback2(CB2_CrashIdle);
- DmaFill32Large(3, 0, (void *)VRAM, 0x18000, 0x1000);
+ DmaFill32Large(3, 0, (void *)VRAM, 0x18000, 0x1000);
Text_LoadWindowTemplate(&gWindowTemplate_81E6FD8);
Text_InitWindowWithTemplate(&gUnknown_03004210, &gWindowTemplate_81E6FD8);
LoadFontDefaultPalette(&gWindowTemplate_81E6FD8);