Add crash custom

This commit is contained in:
CrashOveride95
2020-12-09 14:48:05 -05:00
parent e64a136976
commit d5106362b9
5 changed files with 364 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ u8 gCrashScreenCharToGlyph[128] = {
};
u32 gCrashScreenFont[7 * 9 + 1] = {
#include "textures/crash_screen/crash_screen_font.ia1.inc.c"
#include "textures/crash_custom/crash_screen_font.ia1.inc.c"
};