summaryrefslogtreecommitdiff
path: root/arm9/src
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-06-19 14:23:58 +0200
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-06-19 14:23:58 +0200
commitb8290ba524554302d67c3f23e2cf002447e6d4c8 (patch)
treecb02f614d7d44bcc3d9d07e31eef08709557bdb7 /arm9/src
parentf3e07750802c57b4a17be2144242295e154d616b (diff)
change filename
Diffstat (limited to 'arm9/src')
-rw-r--r--arm9/src/render_text.c (renamed from arm9/src/unk_020023C0.c)2
1 files changed, 1 insertions, 1 deletions
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"