Added missing animation for player operating rack
svn-id: r29529
This commit is contained in:
parent
75382bdadc
commit
4ed5fc5acd
2 changed files with 2 additions and 1 deletions
|
@ -99,6 +99,7 @@ AnimListRecord animDataList[] = {
|
||||||
{{0x5A62, 0x5B22}}, // Minnow pulling lever in room #48
|
{{0x5A62, 0x5B22}}, // Minnow pulling lever in room #48
|
||||||
{{0x5AAA, 0x5B6A}}, // Goewin mixing potion
|
{{0x5AAA, 0x5B6A}}, // Goewin mixing potion
|
||||||
{{0x5C80, 0x5D40}}, // Player standard animation
|
{{0x5C80, 0x5D40}}, // Player standard animation
|
||||||
|
{{0x5C95, 0x5D55}}, // Player operating rack
|
||||||
{{0x5CAA, 0x5D6A}}, // Selena animation
|
{{0x5CAA, 0x5D6A}}, // Selena animation
|
||||||
{{0x5CE9, 0x5DA9}}, // Blacksmith default
|
{{0x5CE9, 0x5DA9}}, // Blacksmith default
|
||||||
{{0x5D28, 0x5DE8}}, // Goewin animation
|
{{0x5D28, 0x5DE8}}, // Goewin animation
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
#include "common/util.h"
|
#include "common/util.h"
|
||||||
|
|
||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 23
|
#define VERSION_MINOR 24
|
||||||
|
|
||||||
#define DIALOG_SIZE 0x150
|
#define DIALOG_SIZE 0x150
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue