[Scummvm-cvs-logs] SF.net SVN: scummvm: [22207] scummvm/trunk/engines/lure/luredefs.h
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Sat Apr 29 04:19:02 CEST 2006
Revision: 22207
Author: dreammaster
Date: 2006-04-29 04:18:08 -0700 (Sat, 29 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=22207&view=rev
Log Message:
-----------
Changed resource Id constants, added a few more general constants, and slightly increased game speed
Modified Paths:
--------------
scummvm/trunk/engines/lure/luredefs.h
Modified: scummvm/trunk/engines/lure/luredefs.h
===================================================================
--- scummvm/trunk/engines/lure/luredefs.h 2006-04-29 11:17:06 UTC (rev 22206)
+++ scummvm/trunk/engines/lure/luredefs.h 2006-04-29 11:18:08 UTC (rev 22207)
@@ -80,7 +80,7 @@
#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 @@
#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 @@
// 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list