diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 15:27:56 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 15:27:56 -0400 |
commit | 040da53bfb3ba60183f9fbbd33c6e2382d0933c1 (patch) | |
tree | eb6f840b765893178e5b28c343c1699fa530b5a9 /include | |
parent | f019bc2f46030bdaebcb6617a0672914e7f637ef (diff) |
sub_80EB6FC in easy_chat.c
Diffstat (limited to 'include')
-rw-r--r-- | include/easy_chat.h | 1 | ||||
-rw-r--r-- | include/global.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/easy_chat.h b/include/easy_chat.h index ee5ac4138..dca6b80c2 100644 --- a/include/easy_chat.h +++ b/include/easy_chat.h @@ -28,5 +28,6 @@ enum { u16 sub_80EB72C(u16 group); +void sub_80EB6FC(u16 *, u16); #endif // GUARD_EASYCHAT_H diff --git a/include/global.h b/include/global.h index 4b70d3283..73a826dd2 100644 --- a/include/global.h +++ b/include/global.h @@ -227,6 +227,7 @@ struct TVShowFanclubOpinions { /*0x0E*/ u8 var0E; /*0x0F*/ u8 var0F; /*0x10*/ u8 var10[8]; + /*0x18*/ u16 var18[6]; }; struct TVShowNameRaterShow { |