Mercurial > mm7
comparison mm7_data.h @ 602:628694cd5744
Margaret working
author | zipi |
---|---|
date | Wed, 06 Mar 2013 23:26:46 +0000 |
parents | d59398528e4f |
children | cfca6297e4ae |
comparison
equal
deleted
inserted
replaced
601:d59398528e4f | 602:628694cd5744 |
---|---|
1318 | 1318 |
1319 extern int dword_591080; // weak | 1319 extern int dword_591080; // weak |
1320 extern int dword_591084; // weak | 1320 extern int dword_591084; // weak |
1321 extern struct Actor *pDialogue_SpeakingActor; | 1321 extern struct Actor *pDialogue_SpeakingActor; |
1322 extern unsigned int uDialogueType; | 1322 extern unsigned int uDialogueType; |
1323 extern unsigned int uDialogue_SpeakingActorNPC_ID; | 1323 extern signed int sDialogue_SpeakingActorNPC_ID; |
1324 extern struct LevelDecoration *_591094_decoration; | 1324 extern struct LevelDecoration *_591094_decoration; |
1325 extern char sHouseName[200]; // idb | 1325 extern char sHouseName[200]; // idb |
1326 extern int uCurrentHouse_Animation; // weak | 1326 extern int uCurrentHouse_Animation; // weak |
1327 extern char *dword_591164_teleport_map_name; // idb | 1327 extern char *dword_591164_teleport_map_name; // idb |
1328 extern int dword_591168_teleport_speedz; // weak | 1328 extern int dword_591168_teleport_speedz; // weak |
2018 void __cdecl DrawBranchlessDialogueUI(); | 2018 void __cdecl DrawBranchlessDialogueUI(); |
2019 void __fastcall sub_4451A8_press_any_key(int a1, int a2, int a4); | 2019 void __fastcall sub_4451A8_press_any_key(int a1, int a2, int a4); |
2020 void __cdecl sub_4452BB(); | 2020 void __cdecl sub_4452BB(); |
2021 const char *GetProfessionActionText(int a1); | 2021 const char *GetProfessionActionText(int a1); |
2022 void __cdecl DrawDialogueUI(); | 2022 void __cdecl DrawDialogueUI(); |
2023 struct NPCData *__fastcall GetNPCData(unsigned int npcid); | 2023 struct NPCData *__fastcall GetNPCData(signed int npcid); |
2024 struct NPCData *__fastcall GetNewNPCData(signed int npcid, int a2); | 2024 struct NPCData *__fastcall GetNewNPCData(signed int npcid, int a2); |
2025 int __fastcall sub_445C8B(signed int a1); | 2025 int __fastcall sub_445C8B(signed int a1); |
2026 void __cdecl sub_44603D(); | 2026 void __cdecl sub_44603D(); |
2027 void PrepareHouse(enum HOUSE_ID house); // idb | 2027 void PrepareHouse(enum HOUSE_ID house); // idb |
2028 bool EnterHouse(enum HOUSE_ID uHouseID); | 2028 bool EnterHouse(enum HOUSE_ID uHouseID); |