Mercurial > mm7
comparison mm7_data.h @ 1407:d4f57df4c299
PlayerSpeechID and uSpeakingCharacter
author | Ritor1 |
---|---|
date | Tue, 23 Jul 2013 16:34:00 +0600 |
parents | d071e0e9ba75 |
children | 204cce84300b |
comparison
equal
deleted
inserted
replaced
1406:d071e0e9ba75 | 1407:d4f57df4c299 |
---|---|
992 extern std::array< std::array<struct Texture *, 56>, 4> pTextures_PlayerFaces; | 992 extern std::array< std::array<struct Texture *, 56>, 4> pTextures_PlayerFaces; |
993 extern int dword_A75070; // weak | 993 extern int dword_A75070; // weak |
994 extern std::array<struct Player *, 5> pPlayers; | 994 extern std::array<struct Player *, 5> pPlayers; |
995 extern __int64 qword_A750D8; // weak | 995 extern __int64 qword_A750D8; // weak |
996 extern enum PlayerSpeech PlayerSpeechID; | 996 extern enum PlayerSpeech PlayerSpeechID; |
997 extern __int16 word_A750E2; // weak | 997 extern int uSpeakingCharacter; // weak |
998 extern std::array<char *, 36> pClassNames; | 998 extern std::array<char *, 36> pClassNames; |
999 extern std::array<char *, 19> aCharacterConditionNames; | 999 extern std::array<char *, 19> aCharacterConditionNames; |
1000 extern std::array<char *, 38> pSkillNames; | 1000 extern std::array<char *, 38> pSkillNames; |
1001 extern std::array<char, 777> byte_AE3368; // weak | 1001 extern std::array<char, 777> byte_AE3368; // weak |
1002 extern char byte_AE3369; // weak | 1002 extern char byte_AE3369; // weak |
1437 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID); // idb | 1437 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID); // idb |
1438 struct Player *__fastcall sub_4B1447_party_fine(int a1, int a2, int a3); | 1438 struct Player *__fastcall sub_4B1447_party_fine(int a1, int a2, int a3); |
1439 void __thiscall sub_4B1523(int *_this); | 1439 void __thiscall sub_4B1523(int *_this); |
1440 void __cdecl ShowPopupShopItem(); | 1440 void __cdecl ShowPopupShopItem(); |
1441 void __stdcall RestAndHeal(__int64 uNumMinutes); // idb | 1441 void __stdcall RestAndHeal(__int64 uNumMinutes); // idb |
1442 void __cdecl sub_4B1D27(); | 1442 void __cdecl GetHouseGoodbyeSpeech(); |
1443 | 1443 |
1444 void __cdecl sub_4B1ECE(); | 1444 void __cdecl sub_4B1ECE(); |
1445 void __fastcall ClickNPCTopic(signed int uMessageParam); | 1445 void __fastcall ClickNPCTopic(signed int uMessageParam); |
1446 char *__thiscall _4B254D_SkillMasteryTeacher(int _this); | 1446 char *__thiscall _4B254D_SkillMasteryTeacher(int _this); |
1447 const char * ContractSelectText(int pEventCode); | 1447 const char * ContractSelectText(int pEventCode); |