diff options
author | David Corrales | 2007-05-26 20:23:24 +0000 |
---|---|---|
committer | David Corrales | 2007-05-26 20:23:24 +0000 |
commit | 3646c968c9578c2a94d65ebd5fb06ec835f8c51d (patch) | |
tree | 8b57b339ebb31a1d7a67f1678aa5dc5c7759070a /tools/create_lure/create_lure_dat.h | |
parent | d1f56d93f934150f4b579c2e90564e2bf035f113 (diff) | |
parent | ac45c5b33d834acbc9718f89be76e49d403a4d2c (diff) | |
download | scummvm-rg350-3646c968c9578c2a94d65ebd5fb06ec835f8c51d.tar.gz scummvm-rg350-3646c968c9578c2a94d65ebd5fb06ec835f8c51d.tar.bz2 scummvm-rg350-3646c968c9578c2a94d65ebd5fb06ec835f8c51d.zip |
Merged the fs branch with trunk. r26472:26948
svn-id: r26949
Diffstat (limited to 'tools/create_lure/create_lure_dat.h')
-rw-r--r-- | tools/create_lure/create_lure_dat.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tools/create_lure/create_lure_dat.h b/tools/create_lure/create_lure_dat.h index 50ddf4bfe0..b3fd6d198a 100644 --- a/tools/create_lure/create_lure_dat.h +++ b/tools/create_lure/create_lure_dat.h @@ -27,7 +27,7 @@ #include "common/endian.h" #define VERSION_MAJOR 1 -#define VERSION_MINOR 17 +#define VERSION_MINOR 19 #define ENGLISH_LURE #define DATA_SEGMENT 0xac50 @@ -136,11 +136,13 @@ struct HotspotResource { uint16 tickTimeout; uint16 animOffset; byte colourOffset; - uint16 sequenceOffset; - byte unknown4[15]; + uint16 hotspotScriptOffset; + byte unused1[7]; + uint16 talkScriptOffset; + byte unused2[6]; int8 talkX; int8 talkY; - byte unused5[11]; + byte unused3[11]; uint16 delayCtr; uint8 characterMode; uint16 tickSequenceOffset; @@ -176,7 +178,8 @@ struct HotspotResourceOutput { int8 talkY; uint16 colourOffset; uint16 animRecordId; - uint16 sequenceOffset; + uint16 hotspotScriptOffset; + uint16 talkScriptOffset; uint16 tickProcOffset; uint16 tickTimeout; uint16 tickSequenceOffset; |