mirror of
https://github.com/FireEmblemUniverse/fireemblem8u.git
synced 2024-11-23 13:19:53 +00:00
update support data name
This commit is contained in:
parent
c877112c2f
commit
f8ecf3fefa
@ -69,38 +69,38 @@ char* GetAffinityName(int affinity); // unused?
|
||||
s8 HaveCharactersMaxSupport(u8 charA, u8 charB);
|
||||
void SwapUnitStats(struct Unit* unitA, struct Unit* unitB);
|
||||
|
||||
extern CONST_DATA struct SupportData SupportData_088AEBAC;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEBC4;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEBDC;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEBF4;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEC0C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEC24;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEC3C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEC54;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEC6C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEC84;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEC9C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AECB4;
|
||||
extern CONST_DATA struct SupportData SupportData_088AECCC;
|
||||
extern CONST_DATA struct SupportData SupportData_088AECE4;
|
||||
extern CONST_DATA struct SupportData SupportData_088AECFC;
|
||||
extern CONST_DATA struct SupportData SupportData_088AED14;
|
||||
extern CONST_DATA struct SupportData SupportData_088AED2C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AED44;
|
||||
extern CONST_DATA struct SupportData SupportData_088AED5C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AED74;
|
||||
extern CONST_DATA struct SupportData SupportData_088AED8C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEDA4;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEDBC;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEDD4;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEDEC;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEE04;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEE1C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEE34;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEE4C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEE64;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEE7C;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEE94;
|
||||
extern CONST_DATA struct SupportData SupportData_088AEEAC;
|
||||
extern CONST_DATA struct SupportData SupportData_Eirika;
|
||||
extern CONST_DATA struct SupportData SupportData_Ephraim;
|
||||
extern CONST_DATA struct SupportData SupportData_Seth;
|
||||
extern CONST_DATA struct SupportData SupportData_Franz;
|
||||
extern CONST_DATA struct SupportData SupportData_Gilliam;
|
||||
extern CONST_DATA struct SupportData SupportData_Moulder;
|
||||
extern CONST_DATA struct SupportData SupportData_Vanessa;
|
||||
extern CONST_DATA struct SupportData SupportData_Garcia;
|
||||
extern CONST_DATA struct SupportData SupportData_Ross;
|
||||
extern CONST_DATA struct SupportData SupportData_Colm;
|
||||
extern CONST_DATA struct SupportData SupportData_Neimi;
|
||||
extern CONST_DATA struct SupportData SupportData_Artur;
|
||||
extern CONST_DATA struct SupportData SupportData_Lute;
|
||||
extern CONST_DATA struct SupportData SupportData_Natasha;
|
||||
extern CONST_DATA struct SupportData SupportData_Joshua;
|
||||
extern CONST_DATA struct SupportData SupportData_Kyle;
|
||||
extern CONST_DATA struct SupportData SupportData_Forde;
|
||||
extern CONST_DATA struct SupportData SupportData_Tana;
|
||||
extern CONST_DATA struct SupportData SupportData_Innes;
|
||||
extern CONST_DATA struct SupportData SupportData_Gerik;
|
||||
extern CONST_DATA struct SupportData SupportData_Tethys;
|
||||
extern CONST_DATA struct SupportData SupportData_Marisa;
|
||||
extern CONST_DATA struct SupportData SupportData_Saleh;
|
||||
extern CONST_DATA struct SupportData SupportData_Ewan;
|
||||
extern CONST_DATA struct SupportData SupportData_LArachel;
|
||||
extern CONST_DATA struct SupportData SupportData_Dozla;
|
||||
extern CONST_DATA struct SupportData SupportData_Cormag;
|
||||
extern CONST_DATA struct SupportData SupportData_Amelia;
|
||||
extern CONST_DATA struct SupportData SupportData_Rennac;
|
||||
extern CONST_DATA struct SupportData SupportData_Duessel;
|
||||
extern CONST_DATA struct SupportData SupportData_Myrrh;
|
||||
extern CONST_DATA struct SupportData SupportData_Knoll;
|
||||
extern CONST_DATA struct SupportData SupportData_Syrene;
|
||||
|
||||
#endif // GUARD_BM_RELIANCE_H
|
@ -38,7 +38,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 30,
|
||||
.growthLck = 60,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AEBAC,
|
||||
.pSupportData = &SupportData_Eirika,
|
||||
.visit_group = 0x7,
|
||||
},
|
||||
[CHARACTER_SETH - 1] = {
|
||||
@ -72,7 +72,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 40,
|
||||
.growthRes = 30,
|
||||
.growthLck = 25,
|
||||
.pSupportData = &SupportData_088AEBDC,
|
||||
.pSupportData = &SupportData_Seth,
|
||||
.visit_group = 0x3,
|
||||
},
|
||||
[CHARACTER_GILLIAM - 1] = {
|
||||
@ -105,7 +105,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 55,
|
||||
.growthRes = 20,
|
||||
.growthLck = 30,
|
||||
.pSupportData = &SupportData_088AEC0C,
|
||||
.pSupportData = &SupportData_Gilliam,
|
||||
.visit_group = 0x4,
|
||||
},
|
||||
[CHARACTER_FRANZ - 1] = {
|
||||
@ -139,7 +139,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 20,
|
||||
.growthLck = 40,
|
||||
.pSupportData = &SupportData_088AEBF4,
|
||||
.pSupportData = &SupportData_Franz,
|
||||
.visit_group = 0x3,
|
||||
},
|
||||
[CHARACTER_MOULDER - 1] = {
|
||||
@ -172,7 +172,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 25,
|
||||
.growthLck = 20,
|
||||
.pSupportData = &SupportData_088AEC24,
|
||||
.pSupportData = &SupportData_Moulder,
|
||||
.visit_group = 0x4,
|
||||
},
|
||||
[CHARACTER_VANESSA - 1] = {
|
||||
@ -206,7 +206,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 30,
|
||||
.growthLck = 50,
|
||||
.attributes = CA_FEMALE | CA_TRIANGLEATTACK_PEGASI,
|
||||
.pSupportData = &SupportData_088AEC3C,
|
||||
.pSupportData = &SupportData_Vanessa,
|
||||
.visit_group = 0xa,
|
||||
},
|
||||
[CHARACTER_ROSS - 1] = {
|
||||
@ -239,7 +239,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 20,
|
||||
.growthLck = 40,
|
||||
.pSupportData = &SupportData_088AEC6C,
|
||||
.pSupportData = &SupportData_Ross,
|
||||
.visit_group = 0x5,
|
||||
},
|
||||
[CHARACTER_NEIMI - 1] = {
|
||||
@ -273,7 +273,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 35,
|
||||
.growthLck = 50,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AEC9C,
|
||||
.pSupportData = &SupportData_Neimi,
|
||||
.visit_group = 0x7,
|
||||
},
|
||||
[CHARACTER_COLM - 1] = {
|
||||
@ -306,7 +306,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 20,
|
||||
.growthLck = 45,
|
||||
.pSupportData = &SupportData_088AEC84,
|
||||
.pSupportData = &SupportData_Colm,
|
||||
},
|
||||
[CHARACTER_GARCIA - 1] = {
|
||||
.nameTextId = 0x21b,
|
||||
@ -338,7 +338,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 15,
|
||||
.growthLck = 40,
|
||||
.pSupportData = &SupportData_088AEC54,
|
||||
.pSupportData = &SupportData_Garcia,
|
||||
.visit_group = 0x1,
|
||||
},
|
||||
[CHARACTER_INNES - 1] = {
|
||||
@ -371,7 +371,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 20,
|
||||
.growthRes = 25,
|
||||
.growthLck = 45,
|
||||
.pSupportData = &SupportData_088AED5C,
|
||||
.pSupportData = &SupportData_Innes,
|
||||
},
|
||||
[CHARACTER_LUTE - 1] = {
|
||||
.nameTextId = 0x21d,
|
||||
@ -404,7 +404,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 40,
|
||||
.growthLck = 45,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AECCC,
|
||||
.pSupportData = &SupportData_Lute,
|
||||
.visit_group = 0x7,
|
||||
},
|
||||
[CHARACTER_NATASHA - 1] = {
|
||||
@ -438,7 +438,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 55,
|
||||
.growthLck = 60,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AECE4,
|
||||
.pSupportData = &SupportData_Natasha,
|
||||
.visit_group = 0xa,
|
||||
},
|
||||
[CHARACTER_CORMAG - 1] = {
|
||||
@ -471,7 +471,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 15,
|
||||
.growthLck = 35,
|
||||
.pSupportData = &SupportData_088AEE1C,
|
||||
.pSupportData = &SupportData_Cormag,
|
||||
},
|
||||
[CHARACTER_EPHRAIM - 1] = {
|
||||
.nameTextId = 0x220,
|
||||
@ -503,7 +503,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 35,
|
||||
.growthRes = 25,
|
||||
.growthLck = 50,
|
||||
.pSupportData = &SupportData_088AEBC4,
|
||||
.pSupportData = &SupportData_Ephraim,
|
||||
.visit_group = 0x3,
|
||||
},
|
||||
[CHARACTER_FORDE - 1] = {
|
||||
@ -537,7 +537,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 20,
|
||||
.growthRes = 25,
|
||||
.growthLck = 35,
|
||||
.pSupportData = &SupportData_088AED2C,
|
||||
.pSupportData = &SupportData_Forde,
|
||||
.visit_group = 0x3,
|
||||
},
|
||||
[CHARACTER_KYLE - 1] = {
|
||||
@ -571,7 +571,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 20,
|
||||
.growthLck = 20,
|
||||
.pSupportData = &SupportData_088AED14,
|
||||
.pSupportData = &SupportData_Kyle,
|
||||
.visit_group = 0x3,
|
||||
},
|
||||
[CHARACTER_AMELIA - 1] = {
|
||||
@ -605,7 +605,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 15,
|
||||
.growthLck = 50,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AEE34,
|
||||
.pSupportData = &SupportData_Amelia,
|
||||
.visit_group = 0x7,
|
||||
},
|
||||
[CHARACTER_ARTUR - 1] = {
|
||||
@ -638,7 +638,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 15,
|
||||
.growthRes = 55,
|
||||
.growthLck = 25,
|
||||
.pSupportData = &SupportData_088AECB4,
|
||||
.pSupportData = &SupportData_Artur,
|
||||
},
|
||||
[CHARACTER_GERIK - 1] = {
|
||||
.nameTextId = 0x225,
|
||||
@ -670,7 +670,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 35,
|
||||
.growthRes = 25,
|
||||
.growthLck = 30,
|
||||
.pSupportData = &SupportData_088AED74,
|
||||
.pSupportData = &SupportData_Gerik,
|
||||
.visit_group = 0x4,
|
||||
},
|
||||
[CHARACTER_TETHYS - 1] = {
|
||||
@ -700,7 +700,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 75,
|
||||
.growthLck = 80,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AED8C,
|
||||
.pSupportData = &SupportData_Tethys,
|
||||
.visit_group = 0x7,
|
||||
},
|
||||
[CHARACTER_MARISA - 1] = {
|
||||
@ -734,7 +734,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 25,
|
||||
.growthLck = 50,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AEDA4,
|
||||
.pSupportData = &SupportData_Marisa,
|
||||
.visit_group = 0xc,
|
||||
},
|
||||
[CHARACTER_SALEH - 1] = {
|
||||
@ -769,7 +769,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 30,
|
||||
.growthRes = 35,
|
||||
.growthLck = 40,
|
||||
.pSupportData = &SupportData_088AEDBC,
|
||||
.pSupportData = &SupportData_Saleh,
|
||||
.visit_group = 0x6,
|
||||
},
|
||||
[CHARACTER_EWAN - 1] = {
|
||||
@ -802,7 +802,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 15,
|
||||
.growthRes = 40,
|
||||
.growthLck = 50,
|
||||
.pSupportData = &SupportData_088AEDD4,
|
||||
.pSupportData = &SupportData_Ewan,
|
||||
.visit_group = 0x5,
|
||||
},
|
||||
[CHARACTER_LARACHEL - 1] = {
|
||||
@ -836,7 +836,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 50,
|
||||
.growthLck = 65,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AEDEC,
|
||||
.pSupportData = &SupportData_LArachel,
|
||||
.visit_group = 0xb,
|
||||
},
|
||||
[CHARACTER_DOZLA - 1] = {
|
||||
@ -869,7 +869,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 30,
|
||||
.growthRes = 25,
|
||||
.growthLck = 30,
|
||||
.pSupportData = &SupportData_088AEE04,
|
||||
.pSupportData = &SupportData_Dozla,
|
||||
.visit_group = 0x4,
|
||||
},
|
||||
[0x1b - 1] = {
|
||||
@ -924,7 +924,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 25,
|
||||
.growthRes = 30,
|
||||
.growthLck = 25,
|
||||
.pSupportData = &SupportData_088AEE4C,
|
||||
.pSupportData = &SupportData_Rennac,
|
||||
},
|
||||
[CHARACTER_DUESSEL - 1] = {
|
||||
.nameTextId = 0x22e,
|
||||
@ -958,7 +958,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 45,
|
||||
.growthRes = 30,
|
||||
.growthLck = 20,
|
||||
.pSupportData = &SupportData_088AEE64,
|
||||
.pSupportData = &SupportData_Duessel,
|
||||
.visit_group = 0x4,
|
||||
},
|
||||
[CHARACTER_MYRRH - 1] = {
|
||||
@ -988,7 +988,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 30,
|
||||
.growthLck = 30,
|
||||
.attributes = CA_FEMALE,
|
||||
.pSupportData = &SupportData_088AEE7C,
|
||||
.pSupportData = &SupportData_Myrrh,
|
||||
.visit_group = 0xc,
|
||||
},
|
||||
[CHARACTER_KNOLL - 1] = {
|
||||
@ -1021,7 +1021,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 10,
|
||||
.growthRes = 45,
|
||||
.growthLck = 20,
|
||||
.pSupportData = &SupportData_088AEE94,
|
||||
.pSupportData = &SupportData_Knoll,
|
||||
.visit_group = 0x3,
|
||||
},
|
||||
[CHARACTER_JOSHUA - 1] = {
|
||||
@ -1054,7 +1054,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthDef = 20,
|
||||
.growthRes = 20,
|
||||
.growthLck = 30,
|
||||
.pSupportData = &SupportData_088AECFC,
|
||||
.pSupportData = &SupportData_Joshua,
|
||||
.visit_group = 0x3,
|
||||
},
|
||||
[CHARACTER_SYRENE - 1] = {
|
||||
@ -1089,7 +1089,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 50,
|
||||
.growthLck = 30,
|
||||
.attributes = CA_FEMALE | CA_TRIANGLEATTACK_PEGASI,
|
||||
.pSupportData = &SupportData_088AEEAC,
|
||||
.pSupportData = &SupportData_Syrene,
|
||||
.visit_group = 0xa,
|
||||
},
|
||||
[CHARACTER_TANA - 1] = {
|
||||
@ -1123,7 +1123,7 @@ CONST_DATA struct CharacterData gCharacterData[] = {
|
||||
.growthRes = 25,
|
||||
.growthLck = 60,
|
||||
.attributes = CA_FEMALE | CA_TRIANGLEATTACK_PEGASI,
|
||||
.pSupportData = &SupportData_088AED44,
|
||||
.pSupportData = &SupportData_Tana,
|
||||
.visit_group = 0xa,
|
||||
},
|
||||
[CHARACTER_LYON_CC - 1] = {
|
||||
|
@ -2,7 +2,7 @@
|
||||
#include "bmreliance.h"
|
||||
#include "constants/characters.h"
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEBAC = {
|
||||
CONST_DATA struct SupportData SupportData_Eirika = {
|
||||
.characters = {
|
||||
CHARACTER_EPHRAIM,
|
||||
CHARACTER_SETH,
|
||||
@ -33,7 +33,7 @@ CONST_DATA struct SupportData SupportData_088AEBAC = {
|
||||
.supportCount = 7,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEBC4 = {
|
||||
CONST_DATA struct SupportData SupportData_Ephraim = {
|
||||
.characters = {
|
||||
CHARACTER_EIRIKA,
|
||||
CHARACTER_KYLE,
|
||||
@ -64,7 +64,7 @@ CONST_DATA struct SupportData SupportData_088AEBC4 = {
|
||||
.supportCount = 7,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEBDC = {
|
||||
CONST_DATA struct SupportData SupportData_Seth = {
|
||||
.characters = {
|
||||
CHARACTER_FRANZ,
|
||||
CHARACTER_EIRIKA,
|
||||
@ -89,7 +89,7 @@ CONST_DATA struct SupportData SupportData_088AEBDC = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEBF4 = {
|
||||
CONST_DATA struct SupportData SupportData_Franz = {
|
||||
.characters = {
|
||||
CHARACTER_SETH,
|
||||
CHARACTER_GILLIAM,
|
||||
@ -114,7 +114,7 @@ CONST_DATA struct SupportData SupportData_088AEBF4 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEC0C = {
|
||||
CONST_DATA struct SupportData SupportData_Gilliam = {
|
||||
.characters = {
|
||||
CHARACTER_GARCIA,
|
||||
CHARACTER_FRANZ,
|
||||
@ -139,7 +139,7 @@ CONST_DATA struct SupportData SupportData_088AEC0C = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEC24 = {
|
||||
CONST_DATA struct SupportData SupportData_Moulder = {
|
||||
.characters = {
|
||||
CHARACTER_VANESSA,
|
||||
CHARACTER_COLM,
|
||||
@ -161,7 +161,7 @@ CONST_DATA struct SupportData SupportData_088AEC24 = {
|
||||
.supportCount = 4,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEC3C = {
|
||||
CONST_DATA struct SupportData SupportData_Vanessa = {
|
||||
.characters = {
|
||||
CHARACTER_MOULDER,
|
||||
CHARACTER_SYRENE,
|
||||
@ -186,7 +186,7 @@ CONST_DATA struct SupportData SupportData_088AEC3C = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEC54 = {
|
||||
CONST_DATA struct SupportData SupportData_Garcia = {
|
||||
.characters = {
|
||||
CHARACTER_ROSS,
|
||||
CHARACTER_DOZLA,
|
||||
@ -211,7 +211,7 @@ CONST_DATA struct SupportData SupportData_088AEC54 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEC6C = {
|
||||
CONST_DATA struct SupportData SupportData_Ross = {
|
||||
.characters = {
|
||||
CHARACTER_GARCIA,
|
||||
CHARACTER_LUTE,
|
||||
@ -236,7 +236,7 @@ CONST_DATA struct SupportData SupportData_088AEC6C = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEC84 = {
|
||||
CONST_DATA struct SupportData SupportData_Colm = {
|
||||
.characters = {
|
||||
CHARACTER_NEIMI,
|
||||
CHARACTER_MARISA,
|
||||
@ -261,7 +261,7 @@ CONST_DATA struct SupportData SupportData_088AEC84 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEC9C = {
|
||||
CONST_DATA struct SupportData SupportData_Neimi = {
|
||||
.characters = {
|
||||
CHARACTER_COLM,
|
||||
CHARACTER_GARCIA,
|
||||
@ -286,7 +286,7 @@ CONST_DATA struct SupportData SupportData_088AEC9C = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AECB4 = {
|
||||
CONST_DATA struct SupportData SupportData_Artur = {
|
||||
.characters = {
|
||||
CHARACTER_LUTE,
|
||||
CHARACTER_TETHYS,
|
||||
@ -311,7 +311,7 @@ CONST_DATA struct SupportData SupportData_088AECB4 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AECCC = {
|
||||
CONST_DATA struct SupportData SupportData_Lute = {
|
||||
.characters = {
|
||||
CHARACTER_ARTUR,
|
||||
CHARACTER_ROSS,
|
||||
@ -336,7 +336,7 @@ CONST_DATA struct SupportData SupportData_088AECCC = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AECE4 = {
|
||||
CONST_DATA struct SupportData SupportData_Natasha = {
|
||||
.characters = {
|
||||
CHARACTER_JOSHUA,
|
||||
CHARACTER_KNOLL,
|
||||
@ -361,7 +361,7 @@ CONST_DATA struct SupportData SupportData_088AECE4 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AECFC = {
|
||||
CONST_DATA struct SupportData SupportData_Joshua = {
|
||||
.characters = {
|
||||
CHARACTER_NATASHA,
|
||||
CHARACTER_INNES,
|
||||
@ -389,7 +389,7 @@ CONST_DATA struct SupportData SupportData_088AECFC = {
|
||||
.supportCount = 6,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AED14 = {
|
||||
CONST_DATA struct SupportData SupportData_Kyle = {
|
||||
.characters = {
|
||||
CHARACTER_FORDE,
|
||||
CHARACTER_EPHRAIM,
|
||||
@ -414,7 +414,7 @@ CONST_DATA struct SupportData SupportData_088AED14 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AED2C = {
|
||||
CONST_DATA struct SupportData SupportData_Forde = {
|
||||
.characters = {
|
||||
CHARACTER_KYLE,
|
||||
CHARACTER_VANESSA,
|
||||
@ -439,7 +439,7 @@ CONST_DATA struct SupportData SupportData_088AED2C = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AED44 = {
|
||||
CONST_DATA struct SupportData SupportData_Tana = {
|
||||
.characters = {
|
||||
CHARACTER_EPHRAIM,
|
||||
CHARACTER_SYRENE,
|
||||
@ -467,7 +467,7 @@ CONST_DATA struct SupportData SupportData_088AED44 = {
|
||||
.supportCount = 6,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AED5C = {
|
||||
CONST_DATA struct SupportData SupportData_Innes = {
|
||||
.characters = {
|
||||
CHARACTER_GERIK,
|
||||
CHARACTER_VANESSA,
|
||||
@ -495,7 +495,7 @@ CONST_DATA struct SupportData SupportData_088AED5C = {
|
||||
.supportCount = 6,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AED74 = {
|
||||
CONST_DATA struct SupportData SupportData_Gerik = {
|
||||
.characters = {
|
||||
CHARACTER_INNES,
|
||||
CHARACTER_TETHYS,
|
||||
@ -523,7 +523,7 @@ CONST_DATA struct SupportData SupportData_088AED74 = {
|
||||
.supportCount = 6,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AED8C = {
|
||||
CONST_DATA struct SupportData SupportData_Tethys = {
|
||||
.characters = {
|
||||
CHARACTER_EWAN,
|
||||
CHARACTER_GERIK,
|
||||
@ -548,7 +548,7 @@ CONST_DATA struct SupportData SupportData_088AED8C = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEDA4 = {
|
||||
CONST_DATA struct SupportData SupportData_Marisa = {
|
||||
.characters = {
|
||||
CHARACTER_TANA,
|
||||
CHARACTER_TETHYS,
|
||||
@ -573,7 +573,7 @@ CONST_DATA struct SupportData SupportData_088AEDA4 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEDBC = {
|
||||
CONST_DATA struct SupportData SupportData_Saleh = {
|
||||
.characters = {
|
||||
CHARACTER_MYRRH,
|
||||
CHARACTER_EWAN,
|
||||
@ -595,7 +595,7 @@ CONST_DATA struct SupportData SupportData_088AEDBC = {
|
||||
.supportCount = 4,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEDD4 = {
|
||||
CONST_DATA struct SupportData SupportData_Ewan = {
|
||||
.characters = {
|
||||
CHARACTER_TETHYS,
|
||||
CHARACTER_SALEH,
|
||||
@ -620,7 +620,7 @@ CONST_DATA struct SupportData SupportData_088AEDD4 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEDEC = {
|
||||
CONST_DATA struct SupportData SupportData_LArachel = {
|
||||
.characters = {
|
||||
CHARACTER_DOZLA,
|
||||
CHARACTER_RENNAC,
|
||||
@ -648,7 +648,7 @@ CONST_DATA struct SupportData SupportData_088AEDEC = {
|
||||
.supportCount = 6,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEE04 = {
|
||||
CONST_DATA struct SupportData SupportData_Dozla = {
|
||||
.characters = {
|
||||
CHARACTER_LARACHEL,
|
||||
CHARACTER_MYRRH,
|
||||
@ -673,7 +673,7 @@ CONST_DATA struct SupportData SupportData_088AEE04 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEE1C = {
|
||||
CONST_DATA struct SupportData SupportData_Cormag = {
|
||||
.characters = {
|
||||
CHARACTER_DUESSEL,
|
||||
CHARACTER_TANA,
|
||||
@ -698,7 +698,7 @@ CONST_DATA struct SupportData SupportData_088AEE1C = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEE34 = {
|
||||
CONST_DATA struct SupportData SupportData_Amelia = {
|
||||
.characters = {
|
||||
CHARACTER_NEIMI,
|
||||
CHARACTER_DUESSEL,
|
||||
@ -723,7 +723,7 @@ CONST_DATA struct SupportData SupportData_088AEE34 = {
|
||||
.supportCount = 5,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEE4C = {
|
||||
CONST_DATA struct SupportData SupportData_Rennac = {
|
||||
.characters = {
|
||||
CHARACTER_TETHYS,
|
||||
CHARACTER_LARACHEL,
|
||||
@ -745,7 +745,7 @@ CONST_DATA struct SupportData SupportData_088AEE4C = {
|
||||
.supportCount = 4,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEE64 = {
|
||||
CONST_DATA struct SupportData SupportData_Duessel = {
|
||||
.characters = {
|
||||
CHARACTER_CORMAG,
|
||||
CHARACTER_AMELIA,
|
||||
@ -767,7 +767,7 @@ CONST_DATA struct SupportData SupportData_088AEE64 = {
|
||||
.supportCount = 4,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEE7C = {
|
||||
CONST_DATA struct SupportData SupportData_Myrrh = {
|
||||
.characters = {
|
||||
CHARACTER_SALEH,
|
||||
CHARACTER_DOZLA,
|
||||
@ -786,7 +786,7 @@ CONST_DATA struct SupportData SupportData_088AEE7C = {
|
||||
.supportCount = 3,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEE94 = {
|
||||
CONST_DATA struct SupportData SupportData_Knoll = {
|
||||
.characters = {
|
||||
CHARACTER_NATASHA,
|
||||
CHARACTER_DUESSEL,
|
||||
@ -805,7 +805,7 @@ CONST_DATA struct SupportData SupportData_088AEE94 = {
|
||||
.supportCount = 3,
|
||||
};
|
||||
|
||||
CONST_DATA struct SupportData SupportData_088AEEAC = {
|
||||
CONST_DATA struct SupportData SupportData_Syrene = {
|
||||
.characters = {
|
||||
CHARACTER_KYLE,
|
||||
CHARACTER_VANESSA,
|
||||
|
Loading…
Reference in New Issue
Block a user