summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm9/arm9.lsf2
-rw-r--r--arm9/src/render_text.c (renamed from arm9/src/unk_020023C0.c)2
-rw-r--r--include/render_text.h (renamed from include/unk_020023C0.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/arm9/arm9.lsf b/arm9/arm9.lsf
index 40ec9abf..6241fe43 100644
--- a/arm9/arm9.lsf
+++ b/arm9/arm9.lsf
@@ -9,7 +9,7 @@ Static arm9
Object list_menu.o
Object unk_02001B80.o
Object string_util.o
- Object unk_020023C0.o
+ Object render_text.o
Object unk_02002C14.o
Object unk_02002F08.o
Object unk_020030E8.o
diff --git a/arm9/src/unk_020023C0.c b/arm9/src/render_text.c
index 5ce93d55..d28fb946 100644
--- a/arm9/src/unk_020023C0.c
+++ b/arm9/src/render_text.c
@@ -1,5 +1,5 @@
#include "global.h"
-#include "unk_020023C0.h"
+#include "render_text.h"
#include "game_init.h"
#include "string_util.h"
#include "text.h"
diff --git a/include/unk_020023C0.h b/include/render_text.h
index 503628c6..503628c6 100644
--- a/include/unk_020023C0.h
+++ b/include/render_text.h