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 | |
parent | f3e07750802c57b4a17be2144242295e154d616b (diff) |
change filename
Diffstat (limited to 'arm9')
-rw-r--r-- | arm9/arm9.lsf | 2 | ||||
-rw-r--r-- | arm9/src/render_text.c (renamed from arm9/src/unk_020023C0.c) | 2 |
2 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" |