diff options
author | Paul Gilbert | 2007-04-22 22:33:42 +0000 |
---|---|---|
committer | Paul Gilbert | 2007-04-22 22:33:42 +0000 |
commit | fa99ffd26728197d2cae7adbc8722dca54c2416a (patch) | |
tree | e1056d144e28daff68d06bc0d1629f5f63892085 | |
parent | f01fbb846751797e4a897a0c203349273a0215e5 (diff) | |
download | scummvm-rg350-fa99ffd26728197d2cae7adbc8722dca54c2416a.tar.gz scummvm-rg350-fa99ffd26728197d2cae7adbc8722dca54c2416a.tar.bz2 scummvm-rg350-fa99ffd26728197d2cae7adbc8722dca54c2416a.zip |
Added animations for player transformation into Selana and freewing Goewin
svn-id: r26571
-rw-r--r-- | tools/create_lure/create_lure_dat.cpp | 2 | ||||
-rw-r--r-- | tools/create_lure/create_lure_dat.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/create_lure/create_lure_dat.cpp b/tools/create_lure/create_lure_dat.cpp index 8aa3ab7fc4..13008eab1b 100644 --- a/tools/create_lure/create_lure_dat.cpp +++ b/tools/create_lure/create_lure_dat.cpp @@ -473,6 +473,8 @@ void read_anim_data(byte *&data, uint16 &totalSize) { add_anim_record(0x5ce9); // Blacksmith in bar? add_anim_record(0x5915); // Blacksmith hammering add_anim_record(0x59ED); // Ewan's alternate animation + add_anim_record(0x5CAA); // Selena animation + add_anim_record(0x5D28); // Goewin animation // Get the animation data records AnimRecord inRec; diff --git a/tools/create_lure/create_lure_dat.h b/tools/create_lure/create_lure_dat.h index 50ddf4bfe0..8cfe8ee09b 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 18 #define ENGLISH_LURE #define DATA_SEGMENT 0xac50 |