aboutsummaryrefslogtreecommitdiff
path: root/tools/create_lure
diff options
context:
space:
mode:
authorPaul Gilbert2007-09-30 11:50:45 +0000
committerPaul Gilbert2007-09-30 11:50:45 +0000
commit341a392de29bd1f881e0051d98f67caf9f21b98a (patch)
tree965f09a9d53eca826a1a308708f61ecff79b05f7 /tools/create_lure
parent28c1f3fbb36ee2febe9f7eb8d289ceae809e5f93 (diff)
downloadscummvm-rg350-341a392de29bd1f881e0051d98f67caf9f21b98a.tar.gz
scummvm-rg350-341a392de29bd1f881e0051d98f67caf9f21b98a.tar.bz2
scummvm-rg350-341a392de29bd1f881e0051d98f67caf9f21b98a.zip
Bugfix to italian tick handler offsets
svn-id: r29140
Diffstat (limited to 'tools/create_lure')
-rw-r--r--tools/create_lure/create_lure_dat.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/create_lure/create_lure_dat.cpp b/tools/create_lure/create_lure_dat.cpp
index 3ccbee7090..a2a84f24a0 100644
--- a/tools/create_lure/create_lure_dat.cpp
+++ b/tools/create_lure/create_lure_dat.cpp
@@ -240,9 +240,9 @@ uint16 englishTickProcOffsets[] = {
uint16 italianTickProcOffsets[] = {
0x4205, 0x4fca, 0x5e8c, 0x62a6, 0x65b9, 0x724f, 0x7c5c, 0x7c6c, 0x7f58, 0x7f60,
- 0x7f95, 0x7f98, 0x7fb2, 0x7fc7, 0x7fff, 0x8019, 0x8067, 0x8124, 0x819d, 0x81de,
- 0x8211, 0x8251, 0x826c, 0x829f, 0x82fe, 0x862c, 0x868b, 0x8758, 0x875D, 0x877C,
- 0x879B, 0x87a0, 0x87a5, 0x8811, 0x884a, 0x8888, 0x8b20, 0x988f, 0x9918,
+ 0x7f95, 0x7f98, 0x7fb2, 0x7fc7, 0x7fff, 0x8067, 0x8124, 0x819d, 0x81de, 0x8211,
+ 0x8251, 0x826c, 0x829f, 0x82fe, 0x862c, 0x868b, 0x86b8, 0x8758, 0x875D, 0x877C,
+ 0x879B, 0x87a0, 0x87a5, 0x8811, 0x884a, 0x8888, 0x8b20, 0x988f, 0x9918,
0xffff
};