changeset 1582:d3d539924e5e

_4B3FE5_training_dialogue
author Ritor1
date Wed, 11 Sep 2013 00:11:18 +0600
parents a5fdf6cf8d74
children e42073046f92 25f5c041f39b
files NPC.cpp mm7_4.cpp mm7_data.h
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/NPC.cpp	Tue Sep 10 23:45:55 2013 +0600
+++ b/NPC.cpp	Wed Sep 11 00:11:18 2013 +0600
@@ -1377,7 +1377,7 @@
     }
     else
     {
-      sub_4B3FE5(pEventNumber);
+      _4B3FE5_training_dialogue(pEventNumber);
     }
     goto _return;
   }
--- a/mm7_4.cpp	Tue Sep 10 23:45:55 2013 +0600
+++ b/mm7_4.cpp	Wed Sep 11 00:11:18 2013 +0600
@@ -3376,7 +3376,7 @@
 
 
 //----- (004B3FE5) --------------------------------------------------------
-void __fastcall sub_4B3FE5(int a4)
+void __fastcall _4B3FE5_training_dialogue(int a4)
 {
   int v1; // edi@1
   char *v2; // edi@1
@@ -3612,7 +3612,7 @@
 			case DIALOGUE_24:	 npc_event_id = speakingNPC->evt_F; break;
 		}
 		if ( (npc_event_id >= 200) && (npc_event_id <= 310) )
-			sub_4B3FE5(npc_event_id); //200-310
+			_4B3FE5_training_dialogue(npc_event_id); //200-310
 		else if (( npc_event_id >= 400) && (npc_event_id <= 410) )
 		{ //400-410
 			dword_F8B1D8 = newDialogueType;
--- a/mm7_data.h	Tue Sep 10 23:45:55 2013 +0600
+++ b/mm7_data.h	Wed Sep 11 00:11:18 2013 +0600
@@ -1230,7 +1230,7 @@
 void FillAviableSkillsToTeach(int _this);
 void sub_4B3E1E();
 void DrawJoinGuildWindow(int pEventCode);
-void __fastcall sub_4B3FE5(int a4);
+void __fastcall _4B3FE5_training_dialogue(int a4);
 void NPCHireableDialogPrepare();
 void _4B4224_UpdateNPCTopics(int _this);
 void __fastcall DrawTextAtStatusBar(const char *Str, int a5);