diff mm7_data.h @ 735:6daaa2f18d0d

Fixed some house sounds & shop-related stuff
author Nomad
date Fri, 22 Mar 2013 20:01:46 +0200
parents 700b58aac975
children 225d92620998
line wrap: on
line diff
--- a/mm7_data.h	Fri Mar 22 16:16:40 2013 +0200
+++ b/mm7_data.h	Fri Mar 22 20:01:46 2013 +0200
@@ -1334,7 +1334,7 @@
 extern int dword_591174_teleportz; // weak
 extern int dword_591178_teleporty; // weak
 extern int dword_59117C_teleportx; // weak
-extern char byte_591180[600]; // idb
+extern char byte_591180[6][100]; // idb
 extern struct NPCData *HouseNPCData[6];
 
 extern struct Texture *pTexture_591428;
@@ -2317,7 +2317,7 @@
 void __fastcall OnSelectShopDialogueOption(signed int uMessageParam);
 signed int __cdecl sub_4BD8B5();
 bool __fastcall sub_4BDAAF(ItemGen *a1, int _2da_idx);
-void __cdecl sub_4BDB56_buy_skill____();
+void __cdecl UIShop_Buy_Identify_Repair();
 
 
 void __cdecl ShowIntroVideo_and_LoadingScreen();