[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src/builder/queen restables.c,NONE,1.1

Chris Apers chrilith at users.sourceforge.net
Fri Nov 28 01:55:12 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src/builder/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv6867/queen

Added Files:
	restables.c 
Log Message:
Builder files

--- NEW FILE: restables.c ---
#include <PalmOS.h>
#include "globals.h"

typedef struct  {
	char filename[13];
	UInt8 inBundle;
	UInt32 offset;
	UInt32 size;
} ResourceEntry;

static void addRestables_resourceTablePE100v1() {
	ResourceEntry _resourceTablePE100v1[] = {
		{ "ANDERSON.ACT", 1, 0x00000000, 0x00007c0a },
		{ "AQ8.RL", 1, 0x00007c0a, 0x000167f8 },
		{ "AQBANK.MUS", 1, 0x0001e402, 0x0002db36 },
		{ "AQBANK.RL", 1, 0x0004bf38, 0x000059e9 },
		{ "C11.BBK", 1, 0x00051921, 0x0000bf94 },
		{ "C11.PCX", 1, 0x0005d8b5, 0x0000c01a },
		{ "C11A.CUT", 1, 0x000698cf, 0x00000308 },
[...1383 lines suppressed...]
		{ "X7.PCX", 1, 0x014be927, 0x00009456 },
		{ "X7A.SAM", 1, 0x014c7d7d, 0x0001b7cb },
		{ "X7B.SAM", 1, 0x014e3548, 0x0003b107 },
		{ "X8.BBK", 1, 0x0151e64f, 0x00032a14 },
		{ "X8.PCX", 1, 0x01551063, 0x00013d4f },
		{ "X9.BBK", 1, 0x01564db2, 0x00028337 },
		{ "X9.PCX", 1, 0x0158d0e9, 0x0000a31c },
		{ "ZOMBIE.ACT", 1, 0x01597405, 0x000078ea },
		{ "ZOMBIE1.DOG", 1, 0x0159ecef, 0x00000f6a },
		{ "ZOMBIE2.DOG", 1, 0x0159fc59, 0x00000c40 }
	};
	
	writeRecord(_resourceTablePEM10, sizeof(_resourceTablePEM10), GBVARS_RESOURCETABLEPM10_INDEX , GBVARS_QUEEN);
}

void addRestables() {
	addRestables_resourceTablePE100v1();
	addRestables_resourceTablePEM10();
	addRestables_resourceTablePEM10();
}




More information about the Scummvm-git-logs mailing list