diff options
Diffstat (limited to 'arm9/src/unk_02064E4C.c')
-rw-r--r-- | arm9/src/unk_02064E4C.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arm9/src/unk_02064E4C.c b/arm9/src/unk_02064E4C.c index 90ff8340..6bcb5d33 100644 --- a/arm9/src/unk_02064E4C.c +++ b/arm9/src/unk_02064E4C.c @@ -1,11 +1,10 @@ #include "global.h" #include "map_header.h" #include "unk_02064E4C.h" +#include "font.h" #pragma thumb on -// TODO: types of a0 and a2 aren't known yet -extern void FUN_02002E14(void * a0, struct String * str, void * a2); void FUN_02064E4C(struct MsgData * msgData, u16 map_sec, struct String * dest) { |