From b5f7ed050093b9c233c22eb6f3bef5bf9653df93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Mon, 21 Jun 2021 18:39:48 +0200 Subject: rename into font.c and add headers --- arm9/src/error_message_reset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm9/src/error_message_reset.c') diff --git a/arm9/src/error_message_reset.c b/arm9/src/error_message_reset.c index e0d01bde..d49e8e51 100644 --- a/arm9/src/error_message_reset.c +++ b/arm9/src/error_message_reset.c @@ -5,6 +5,7 @@ #include "unk_0202F150.h" #include "bg_window.h" #include "PAD_pad.h" +#include "font.h" const struct WindowTemplate UNK_020FF49C = { @@ -43,7 +44,6 @@ u32 sErrorMessagePrinterLock; extern void FUN_0200E3A0(PMLCDTarget, int); extern void FUN_0200CB00(struct BgConfig *param0, u32 param1, u32 param2, u32 param3, u8 param4, u32 param5); -extern void FUN_02002ED0(u32 param0, u32 param1, u32 param2); extern void FUN_0200CCA4(struct Window *param0, u32 param1, u32 param2, u32 param3); extern void FUN_0200E394(u32 param0); extern void FUN_0200A274(u32 param0, u32 param1, u32 param2); -- cgit v1.2.3