From 11f24a44d84863c5ca9c4baac53ecc7b7674dfc7 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sat, 16 Feb 2008 15:45:15 +0000 Subject: patch 1891492 for the CreateKyradat tool (.dlg and .tim file support) svn-id: r30881 --- tools/create_kyradat/hof_floppy.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/create_kyradat/hof_floppy.h') diff --git a/tools/create_kyradat/hof_floppy.h b/tools/create_kyradat/hof_floppy.h index a4aee16ced..6d9f7fc1ec 100644 --- a/tools/create_kyradat/hof_floppy.h +++ b/tools/create_kyradat/hof_floppy.h @@ -34,6 +34,7 @@ const ExtractEntry kyra2File2E[] = { { k2IngameSfxFiles, 0x00034700, 0x00034DF1 }, { k2IngameSfxIndex, 0x0002A710, 0x0002AA68 }, { k2IngameTracks, 0x0003B2F2, 0x0003B370 }, + { k2IngameTalkObjIndex, 0x00033EB2, 0x00033F2A }, { -1, 0, 0 } }; @@ -42,6 +43,7 @@ const ExtractEntry kyra2File2F[] = { { k2IngameSfxFiles, 0x00033E24, 0x00034515 }, { k2IngameSfxIndex, 0x000288B0, 0x00028C08 }, { k2IngameTracks, 0x0003B2F2, 0x0003B370 }, + { k2IngameTalkObjIndex, 0x0003328E, 0x00033306 }, { -1, 0, 0 } }; @@ -50,6 +52,7 @@ const ExtractEntry kyra2File2G[] = { { k2IngameSfxFiles, 0x00033ED8, 0x000345C9 }, { k2IngameSfxIndex, 0x000288E0, 0x00028C38 }, { k2IngameTracks, 0x0003AA8C, 0x0003AB0A }, + { k2IngameTalkObjIndex, 0x000332BE, 0x00033336 }, { -1, 0, 0 } }; -- cgit v1.2.3