diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-23 00:11:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 00:11:42 +0100 |
commit | 5e61b9f18d4592bd964e238e2d3f45265f863cea (patch) | |
tree | 4d57137cd2097018e31d2db19d72c22f51942834 /arm9/src/error_message_reset.c | |
parent | cec1d428f458997fe3e4c0ac4abf0dc6b36ba699 (diff) | |
parent | 66d408a02664eabd153377fe3f4842da0da2d627 (diff) |
Merge branch 'master' into 0202A1E0
Diffstat (limited to 'arm9/src/error_message_reset.c')
-rw-r--r-- | arm9/src/error_message_reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |