diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 14:23:58 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-06-19 14:23:58 +0200 |
commit | b8290ba524554302d67c3f23e2cf002447e6d4c8 (patch) | |
tree | cb02f614d7d44bcc3d9d07e31eef08709557bdb7 /arm9/src | |
parent | f3e07750802c57b4a17be2144242295e154d616b (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" |