comparison mm7_data.h @ 189:038a4d09406f

new texts file, fix text rendender error
author Gloval
date Sat, 16 Feb 2013 00:33:21 +0400
parents c5bd7a825ef2
children 9b77686e2239
comparison
equal deleted inserted replaced
185:16d257ffc802 189:038a4d09406f
1413 extern char *pStatsTXT_Raw; 1413 extern char *pStatsTXT_Raw;
1414 extern char *pSkillDescTXT_Raw; 1414 extern char *pSkillDescTXT_Raw;
1415 extern struct StorylineText *pStorylineText; 1415 extern struct StorylineText *pStorylineText;
1416 extern struct FactionTable *pFactionTable; 1416 extern struct FactionTable *pFactionTable;
1417 extern char byte_5C8D1A[]; // weak 1417 extern char byte_5C8D1A[]; // weak
1418 extern char *pGlobalTXT_LocalizationStrings[677]; 1418
1419 extern char byte_5E4C15[]; // weak 1419 extern char byte_5E4C15[]; // weak
1420 extern char *pSomeItemsNames[14]; 1420 extern char *pSomeItemsNames[14];
1421 extern char *pGlobalTXT_Raw; 1421
1422 extern char *pMonstersTXT_Raw; 1422 extern char *pMonstersTXT_Raw;
1423 extern char *pMonsterPlacementTXT_Raw; 1423 extern char *pMonsterPlacementTXT_Raw;
1424 extern char *pSpellsTXT_Raw; 1424 extern char *pSpellsTXT_Raw;
1425 extern char *pMapStatsTXT_Raw; 1425 extern char *pMapStatsTXT_Raw;
1426 extern char *pHostileTXT_Raw; 1426 extern char *pHostileTXT_Raw;
2076 *p++ = value; 2076 *p++ = value;
2077 } 2077 }
2078 inline void __fastcall j_memset32(int a2, void *a1, unsigned int a3) {memset32(a1, a2, a3);} 2078 inline void __fastcall j_memset32(int a2, void *a1, unsigned int a3) {memset32(a1, a2, a3);}
2079 // int __cdecl crt_452B74(); 2079 // int __cdecl crt_452B74();
2080 int __cdecl j_SetSomeItemsNames(); 2080 int __cdecl j_SetSomeItemsNames();
2081 void __cdecl SetSomeItemsNames(); 2081
2082 char *RemoveQuotes(char *Str);
2083 void __cdecl InitializeGameText();
2084 unsigned int __fastcall ParseSpellType(struct FrameTableTxtLine *, int a2); 2082 unsigned int __fastcall ParseSpellType(struct FrameTableTxtLine *, int a2);
2085 int __thiscall ParseAttackType(unsigned __int8 *_this); 2083 int __thiscall ParseAttackType(unsigned __int8 *_this);
2086 char __fastcall ParseDamage(const char *Str, int a2, int a3, int a4); 2084 char __fastcall ParseDamage(const char *Str, int a2, int a3, int a4);
2087 int __fastcall ParseMissleAttackType(const char *Str1); 2085 int __fastcall ParseMissleAttackType(const char *Str1);
2088 unsigned int __fastcall SkillToMastery(unsigned __int16 a1); 2086 unsigned int __fastcall SkillToMastery(unsigned __int16 a1);