aboutsummaryrefslogtreecommitdiff
path: root/engines/lure
diff options
context:
space:
mode:
authorPaul Gilbert2006-04-29 11:18:08 +0000
committerPaul Gilbert2006-04-29 11:18:08 +0000
commit8b184ad5b06f6a80975c19e88b2378d4fd7dedc4 (patch)
tree19b4fb852f5427ea3ab76fecaeb67fc423170bb4 /engines/lure
parent302c825a1702a60f2af75af67090457477ea2bce (diff)
downloadscummvm-rg350-8b184ad5b06f6a80975c19e88b2378d4fd7dedc4.tar.gz
scummvm-rg350-8b184ad5b06f6a80975c19e88b2378d4fd7dedc4.tar.bz2
scummvm-rg350-8b184ad5b06f6a80975c19e88b2378d4fd7dedc4.zip
Changed resource Id constants, added a few more general constants, and slightly increased game speed
svn-id: r22207
Diffstat (limited to 'engines/lure')
-rw-r--r--engines/lure/luredefs.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/engines/lure/luredefs.h b/engines/lure/luredefs.h
index caa0ba3edb..2be0acf337 100644
--- a/engines/lure/luredefs.h
+++ b/engines/lure/luredefs.h
@@ -80,7 +80,7 @@ enum Action {
#define SUPPORT_FILENAME "lure.dat"
#define LURE_DAT_MAJOR 1
-#define LURE_DAT_MINOR 4
+#define LURE_DAT_MINOR 5
// Some resources include multiple packed palettes of 64 entries each
#define SUB_PALETTE_SIZE 64
@@ -173,8 +173,7 @@ enum Action {
#define TALK_HEADER_RESOURCE_ID 0x3f10
#define TALK_DATA_RESOURCE_ID 0x3f11
#define ROOM_PATHS_RESOURCE_ID 0x3f12
-#define HOTSPOT_PROXIMITY_RESOURCE_ID 0x3f13
-#define EXIT_COORDINATES_RESOURCE_ID 0x3f14
+#define EXIT_COORDINATES_RESOURCE_ID 0x3f13
// Script constants
#define STARTUP_SCRIPT 0x23FC
@@ -182,16 +181,18 @@ enum Action {
// Miscellaneous resources
#define CREDITS_RESOURCE_ID 0x7800
#define NAMES_RESOURCE_ID 9
+#define NOONE_ID 0x3E7
#define PLAYER_ID 0x3E8
#define RATPOUCH_ID 0x3E9
#define SKORL_ID 0x3EA
+#define FIRST_NONCHARACTER_ID 0x408
#define SACK_ID 0x40D
#define TRANSFORM_ID 0x425
#define START_NONVISUAL_HOTSPOT_ID 0x7530
// Milliseconds delay between game frames
-#define GAME_FRAME_DELAY 100
+#define GAME_FRAME_DELAY 80
// Tick proc constants
#define TALK_TICK_PROC_ID 0x8ABD