summaryrefslogtreecommitdiff
path: root/src/easy_chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r--src/easy_chat.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c
index 380fe6e4d..ee1e37b9b 100644
--- a/src/easy_chat.c
+++ b/src/easy_chat.c
@@ -23,6 +23,11 @@ extern const u8 gEasyChatGroupSizes[];
extern u16 gSpecialVar_0x8004;
+void sub_80EB6FC(u16 *arg0, u16 arg1) {
+ for (arg1--; arg1!=0xffff; arg1--)
+ *(arg0++) = 0xffff;
+}
+
u16 sub_80EB72C(u16 group) {
u16 local1;
@@ -260,3 +265,4 @@ static u16 sub_80EB9D8(void) {
return -1;
}
+