diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-12-28 13:53:53 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-12-28 13:53:53 -0800 |
| commit | 3fd900f1bc81cbaf106de17f5b8d41e26de682a8 (patch) | |
| tree | b6226159f870a5974379851e986261eb8d1ce5fc /src/debugScreen.c | |
| parent | 0f65f8fd5008d06defcfae6c9d66270ff45a8e49 (diff) | |
rename files, sort asm into subdirectories
Diffstat (limited to 'src/debugScreen.c')
| -rw-r--r-- | src/debugScreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debugScreen.c b/src/debugScreen.c index 958791fa..b3300574 100644 --- a/src/debugScreen.c +++ b/src/debugScreen.c @@ -1,11 +1,11 @@ #include "global.h" -#include "audio.h" +#include "sound.h" #include "utils.h" #include "functions.h" #include "main.h" #include "menu.h" #include "screen.h" -#include "textbox.h" +#include "message.h" extern void (*const gUnk_08109A30[])(); |
