diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 11:02:04 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 11:02:04 +0200 |
commit | 08c88720e7d4a5520262468f70e62b99429c10cb (patch) | |
tree | 801d501632871b3ce2d89ad82e3781f937d5b5a1 /arm9/src/communication_error.c | |
parent | 99d4cb2b2addcd12e7775c7817c5ed7783cbe971 (diff) |
rename unk_0200CABC to render_window
Diffstat (limited to 'arm9/src/communication_error.c')
-rw-r--r-- | arm9/src/communication_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/communication_error.c b/arm9/src/communication_error.c index 3c1f5a06..848e3d0a 100644 --- a/arm9/src/communication_error.c +++ b/arm9/src/communication_error.c @@ -7,7 +7,7 @@ #include "msgdata/msg.naix" #include "text.h" #include "brightness.h" -#include "unk_0200CABC.h" +#include "render_window.h" extern void FUN_0200E394(BOOL set_brightness_on_bottom_screen); extern void FUN_0200E3A0(BOOL set_brightness_on_bottom_screen, s32); |