From 4ed5fc5acdbc97757c8264196da973abd240980e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 17 Nov 2007 08:45:35 +0000 Subject: Added missing animation for player operating rack svn-id: r29529 --- tools/create_lure/create_lure_dat.cpp | 1 + tools/create_lure/create_lure_dat.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/create_lure/create_lure_dat.cpp b/tools/create_lure/create_lure_dat.cpp index 2df56d407f..c087684a0b 100644 --- a/tools/create_lure/create_lure_dat.cpp +++ b/tools/create_lure/create_lure_dat.cpp @@ -99,6 +99,7 @@ AnimListRecord animDataList[] = { {{0x5A62, 0x5B22}}, // Minnow pulling lever in room #48 {{0x5AAA, 0x5B6A}}, // Goewin mixing potion {{0x5C80, 0x5D40}}, // Player standard animation + {{0x5C95, 0x5D55}}, // Player operating rack {{0x5CAA, 0x5D6A}}, // Selena animation {{0x5CE9, 0x5DA9}}, // Blacksmith default {{0x5D28, 0x5DE8}}, // Goewin animation diff --git a/tools/create_lure/create_lure_dat.h b/tools/create_lure/create_lure_dat.h index 7ebd18ba5d..ac03a85554 100644 --- a/tools/create_lure/create_lure_dat.h +++ b/tools/create_lure/create_lure_dat.h @@ -30,7 +30,7 @@ #include "common/util.h" #define VERSION_MAJOR 1 -#define VERSION_MINOR 23 +#define VERSION_MINOR 24 #define DIALOG_SIZE 0x150 -- cgit v1.2.3