diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
commit | 6aa475c6310c609743a9a2005e7942050c396865 (patch) | |
tree | 18be7369829badfef35a6c337005e875049027e5 /src/code_8098BDC.c | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'src/code_8098BDC.c')
-rw-r--r-- | src/code_8098BDC.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/code_8098BDC.c b/src/code_8098BDC.c index c060642..6047dfa 100644 --- a/src/code_8098BDC.c +++ b/src/code_8098BDC.c @@ -1,6 +1,7 @@ #include "global.h" #include "play_time.h" #include "input.h" +#include "debug.h" extern struct PlayTimeStruct *gPlayTimeRef; extern u32 gUnknown_20398A8; @@ -21,8 +22,6 @@ extern const char gUnknown_8115FA4; extern const char gUnknown_8115FC8; extern const char gUnknown_8115FE8; -extern void Log(u8 *, const char*, ...); - extern void sub_809B57C(); extern void GroundScript_Unlock(); extern void sub_809D25C(); |