pokeemerald/src/data/easy_chat/easy_chat_group_people.h
2019-02-26 14:50:02 -06:00

454 lines
11 KiB
C
Executable File

const u8 gEasyChatWord_Opponent[] = _("OPPONENT");
const u8 gEasyChatWord_I[] = _("I");
const u8 gEasyChatWord_You[] = _("YOU");
const u8 gEasyChatWord_Yours[] = _("YOURS");
const u8 gEasyChatWord_Son[] = _("SON");
const u8 gEasyChatWord_Your[] = _("YOUR");
const u8 gEasyChatWord_Youre[] = _("YOU'RE");
const u8 gEasyChatWord_Youve[] = _("YOU'VE");
const u8 gEasyChatWord_Mother[] = _("MOTHER");
const u8 gEasyChatWord_Grandfather[] = _("GRANDFATHER");
const u8 gEasyChatWord_Uncle[] = _("UNCLE");
const u8 gEasyChatWord_Father[] = _("FATHER");
const u8 gEasyChatWord_Boy[] = _("BOY");
const u8 gEasyChatWord_Adult[] = _("ADULT");
const u8 gEasyChatWord_Brother[] = _("BROTHER");
const u8 gEasyChatWord_Sister[] = _("SISTER");
const u8 gEasyChatWord_Grandmother[] = _("GRANDMOTHER");
const u8 gEasyChatWord_Aunt[] = _("AUNT");
const u8 gEasyChatWord_Parent[] = _("PARENT");
const u8 gEasyChatWord_Man[] = _("MAN");
const u8 gEasyChatWord_Me[] = _("ME");
const u8 gEasyChatWord_Girl[] = _("GIRL");
const u8 gEasyChatWord_Babe[] = _("BABE");
const u8 gEasyChatWord_Family[] = _("FAMILY");
const u8 gEasyChatWord_Her[] = _("HER");
const u8 gEasyChatWord_Him[] = _("HIM");
const u8 gEasyChatWord_He[] = _("HE");
const u8 gEasyChatWord_Place[] = _("PLACE");
const u8 gEasyChatWord_Daughter[] = _("DAUGHTER");
const u8 gEasyChatWord_His[] = _("HIS");
const u8 gEasyChatWord_Hes[] = _("HE'S");
const u8 gEasyChatWord_Arent[] = _("AREN'T");
const u8 gEasyChatWord_Siblings[] = _("SIBLINGS");
const u8 gEasyChatWord_Kid[] = _("KID");
const u8 gEasyChatWord_Children[] = _("CHILDREN");
const u8 gEasyChatWord_Mr[] = _("MR.");
const u8 gEasyChatWord_Mrs[] = _("MRS.");
const u8 gEasyChatWord_Myself[] = _("MYSELF");
const u8 gEasyChatWord_IWas[] = _("I WAS");
const u8 gEasyChatWord_ToMe[] = _("TO ME");
const u8 gEasyChatWord_My[] = _("MY");
const u8 gEasyChatWord_IAm[] = _("I AM");
const u8 gEasyChatWord_Ive[] = _("I'VE");
const u8 gEasyChatWord_Who[] = _("WHO");
const u8 gEasyChatWord_Someone[] = _("SOMEONE");
const u8 gEasyChatWord_WhoWas[] = _("WHO WAS");
const u8 gEasyChatWord_ToWhom[] = _("TO WHOM");
const u8 gEasyChatWord_Whose[] = _("WHOSE");
const u8 gEasyChatWord_WhoIs[] = _("WHO IS");
const u8 gEasyChatWord_Its[] = _("IT'S");
const u8 gEasyChatWord_Lady[] = _("LADY");
const u8 gEasyChatWord_Friend[] = _("FRIEND");
const u8 gEasyChatWord_Ally[] = _("ALLY");
const u8 gEasyChatWord_Person[] = _("PERSON");
const u8 gEasyChatWord_Dude[] = _("DUDE");
const u8 gEasyChatWord_They[] = _("THEY");
const u8 gEasyChatWord_TheyWere[] = _("THEY WERE");
const u8 gEasyChatWord_ToThem[] = _("TO THEM");
const u8 gEasyChatWord_Their[] = _("THEIR");
const u8 gEasyChatWord_Theyre[] = _("THEY'RE");
const u8 gEasyChatWord_Theyve[] = _("THEY'VE");
const u8 gEasyChatWord_We[] = _("WE");
const u8 gEasyChatWord_Been[] = _("BEEN");
const u8 gEasyChatWord_ToUs[] = _("TO US");
const u8 gEasyChatWord_Our[] = _("OUR");
const u8 gEasyChatWord_WeAre[] = _("WE'RE");
const u8 gEasyChatWord_Rival[] = _("RIVAL");
const u8 gEasyChatWord_Weve[] = _("WE'VE");
const u8 gEasyChatWord_Woman[] = _("WOMAN");
const u8 gEasyChatWord_She[] = _("SHE");
const u8 gEasyChatWord_SheWas[] = _("SHE WAS");
const u8 gEasyChatWord_ToHer[] = _("TO HER");
const u8 gEasyChatWord_Hers[] = _("HERS");
const u8 gEasyChatWord_SheIs[] = _("SHE IS");
const u8 gEasyChatWord_Some[] = _("SOME");
const struct EasyChatWordInfo gEasyChatGroup_People[] = {
{
.text = gEasyChatWord_Opponent,
.alphabeticalOrder = 13,
.enabled = TRUE,
},
{
.text = gEasyChatWord_I,
.alphabeticalOrder = 52,
.enabled = TRUE,
},
{
.text = gEasyChatWord_You,
.alphabeticalOrder = 31,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Yours,
.alphabeticalOrder = 17,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Son,
.alphabeticalOrder = 22,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Your,
.alphabeticalOrder = 62,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Youre,
.alphabeticalOrder = 12,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Youve,
.alphabeticalOrder = 14,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Mother,
.alphabeticalOrder = 34,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Grandfather,
.alphabeticalOrder = 28,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Uncle,
.alphabeticalOrder = 54,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Father,
.alphabeticalOrder = 23,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Boy,
.alphabeticalOrder = 11,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Adult,
.alphabeticalOrder = 51,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Brother,
.alphabeticalOrder = 21,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Sister,
.alphabeticalOrder = 9,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Grandmother,
.alphabeticalOrder = 16,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Aunt,
.alphabeticalOrder = 26,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Parent,
.alphabeticalOrder = 30,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Man,
.alphabeticalOrder = 24,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Me,
.alphabeticalOrder = 72,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Girl,
.alphabeticalOrder = 25,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Babe,
.alphabeticalOrder = 29,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Family,
.alphabeticalOrder = 1,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Her,
.alphabeticalOrder = 41,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Him,
.alphabeticalOrder = 38,
.enabled = TRUE,
},
{
.text = gEasyChatWord_He,
.alphabeticalOrder = 42,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Place,
.alphabeticalOrder = 49,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Daughter,
.alphabeticalOrder = 33,
.enabled = TRUE,
},
{
.text = gEasyChatWord_His,
.alphabeticalOrder = 50,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Hes,
.alphabeticalOrder = 19,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Arent,
.alphabeticalOrder = 20,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Siblings,
.alphabeticalOrder = 8,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Kid,
.alphabeticalOrder = 35,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Children,
.alphabeticalOrder = 36,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Mr,
.alphabeticalOrder = 40,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Mrs,
.alphabeticalOrder = 37,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Myself,
.alphabeticalOrder = 0,
.enabled = TRUE,
},
{
.text = gEasyChatWord_IWas,
.alphabeticalOrder = 64,
.enabled = TRUE,
},
{
.text = gEasyChatWord_ToMe,
.alphabeticalOrder = 18,
.enabled = TRUE,
},
{
.text = gEasyChatWord_My,
.alphabeticalOrder = 53,
.enabled = TRUE,
},
{
.text = gEasyChatWord_IAm,
.alphabeticalOrder = 27,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Ive,
.alphabeticalOrder = 66,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Who,
.alphabeticalOrder = 69,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Someone,
.alphabeticalOrder = 73,
.enabled = TRUE,
},
{
.text = gEasyChatWord_WhoWas,
.alphabeticalOrder = 70,
.enabled = TRUE,
},
{
.text = gEasyChatWord_ToWhom,
.alphabeticalOrder = 32,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Whose,
.alphabeticalOrder = 15,
.enabled = TRUE,
},
{
.text = gEasyChatWord_WhoIs,
.alphabeticalOrder = 74,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Its,
.alphabeticalOrder = 44,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Lady,
.alphabeticalOrder = 4,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Friend,
.alphabeticalOrder = 58,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Ally,
.alphabeticalOrder = 55,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Person,
.alphabeticalOrder = 56,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Dude,
.alphabeticalOrder = 59,
.enabled = TRUE,
},
{
.text = gEasyChatWord_They,
.alphabeticalOrder = 60,
.enabled = TRUE,
},
{
.text = gEasyChatWord_TheyWere,
.alphabeticalOrder = 71,
.enabled = TRUE,
},
{
.text = gEasyChatWord_ToThem,
.alphabeticalOrder = 39,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Their,
.alphabeticalOrder = 57,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Theyre,
.alphabeticalOrder = 63,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Theyve,
.alphabeticalOrder = 46,
.enabled = TRUE,
},
{
.text = gEasyChatWord_We,
.alphabeticalOrder = 10,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Been,
.alphabeticalOrder = 61,
.enabled = TRUE,
},
{
.text = gEasyChatWord_ToUs,
.alphabeticalOrder = 65,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Our,
.alphabeticalOrder = 67,
.enabled = TRUE,
},
{
.text = gEasyChatWord_WeAre,
.alphabeticalOrder = 43,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Rival,
.alphabeticalOrder = 48,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Weve,
.alphabeticalOrder = 45,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Woman,
.alphabeticalOrder = 47,
.enabled = TRUE,
},
{
.text = gEasyChatWord_She,
.alphabeticalOrder = 68,
.enabled = TRUE,
},
{
.text = gEasyChatWord_SheWas,
.alphabeticalOrder = 2,
.enabled = TRUE,
},
{
.text = gEasyChatWord_ToHer,
.alphabeticalOrder = 6,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Hers,
.alphabeticalOrder = 7,
.enabled = TRUE,
},
{
.text = gEasyChatWord_SheIs,
.alphabeticalOrder = 5,
.enabled = TRUE,
},
{
.text = gEasyChatWord_Some,
.alphabeticalOrder = 3,
.enabled = TRUE,
},
};