diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-17 00:30:54 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-17 00:30:54 -0500 |
commit | 4c15629b612da2e10ef2aee25cd5ecd5ebaf6bf4 (patch) | |
tree | 38147c55ac3e17e9ce88c2677233a8800f3dfca6 /src/debug/crash.c | |
parent | 3ab6bf09d8d6bb86e83033e8a7138d02e3917c55 (diff) |
oops
Diffstat (limited to 'src/debug/crash.c')
-rw-r--r-- | src/debug/crash.c | 2 |
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); |