diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-21 14:44:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-21 14:44:42 -0500 |
commit | c75f0883a9d989e9e427b6c196d40c8623631d4e (patch) | |
tree | b7a26f85556725dc4d5eda69614f62ecdd8ea8a7 /include/easy_chat.h | |
parent | 14dc160ae66b29b7e4a6d1fcd4b055332709e0b1 (diff) | |
parent | 16396b8ebb2edc2b0206bc14120ea3e3a72d9300 (diff) |
Merge pull request #198 from jiangzhengwenjz/clean_up
misc. clean up
Diffstat (limited to 'include/easy_chat.h')
-rw-r--r-- | include/easy_chat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index 9c642bb36..e7ec52fd1 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -1,5 +1,5 @@ -#ifndef GUARD_EASYCHAT_H -#define GUARD_EASYCHAT_H +#ifndef GUARD_EASY_CHAT_H +#define GUARD_EASY_CHAT_H #include "global.h" #include "constants/easy_chat.h" @@ -45,6 +45,6 @@ u16 GetDisplayedWordByIndex(u16 index); u16 GetNumDisplayedWords(void); const u8 *GetEasyChatWordGroupName(u8); u8 *CopyEasyChatWordPadded(u8 *, u16, u16); -void DoEasyChatScreen(u8 type, u16 *words, MainCallback callback); // TODO: currently in link_rfu.s. further file split needed? +void DoEasyChatScreen(u8 type, u16 *words, MainCallback callback); -#endif // GUARD_EASYCHAT_H +#endif // GUARD_EASY_CHAT_H |