From 4d2b22a899c11dfcacfec6889968ab01655a3fe3 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Fri, 26 May 2017 14:53:51 +0200 Subject: Add headers --- include/easy_chat.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/easy_chat.h') diff --git a/include/easy_chat.h b/include/easy_chat.h index dca6b80c2..6b04f524b 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -29,5 +29,16 @@ enum { u16 sub_80EB72C(u16 group); void sub_80EB6FC(u16 *, u16); +void InitEasyChatPhrases(void); +u8 sub_80EAD7C(u8 group); +u16 sub_80EAE88(u8); +u8 sub_80EB37C(u16); +u8* sub_80EB3FC(u8 *, u16); +u8 *ConvertEasyChatWordsToString(u8 *dst, u16 *words, u16, u16); +u16 sub_80EB784(u16 group); +u8 sub_80EB868(u8); +void sub_80EB890(u8); +u8 sub_80EB8C0(void); +u16 sub_80EB8EC(void); #endif // GUARD_EASYCHAT_H -- cgit v1.2.3 From f7528a440daa93ed0916834dcaf84ea26ba0e22d Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Sat, 24 Jun 2017 18:23:41 +0200 Subject: wip src --- include/easy_chat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/easy_chat.h') diff --git a/include/easy_chat.h b/include/easy_chat.h index 6b04f524b..03e9bb737 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -41,4 +41,8 @@ void sub_80EB890(u8); u8 sub_80EB8C0(void); u16 sub_80EB8EC(void); +#if GERMAN +u32 de_sub_80EB748(u32, u32); +#endif + #endif // GUARD_EASYCHAT_H -- cgit v1.2.3