Sync easy chat data

This commit is contained in:
GriffinR
2022-11-02 12:19:24 -04:00
parent 2abdb6aa41
commit 3161595768
24 changed files with 223 additions and 226 deletions
+2 -1
View File
@@ -532,7 +532,8 @@ u8 GetSelectedGroupByIndex(u8 index)
return sEasyChatSelectionData->groups[index];
}
static u8 *unref_sub_80BDF6C(u8 *dest, u8 groupId, u16 totalChars)
// Unused
static u8 *BufferEasyChatWordGroupName(u8 *dest, u8 groupId, u16 totalChars)
{
u16 i;
u8 *str = StringCopy(dest, sEasyChatGroupNamePointers[groupId]);