/*********************************
	TYPHON SPRITE TOOL
	Project: DOND2_352x416
*********************************/

static final String[] GFX_FILENAME = {
	"BOARD_TILE.png",	// 0
	"MAIN_MENU_BACKGROUND.png",	// 1
	"SCENE_CHARACTER_SELECCTION.png",	// 2
	"BOXES_FOR_PLAYER_TEXT.png",	// 3
	"BIG_BOX_NUMBER.png",	// 4
	"SMALL_BOX_NUMBERS.png",	// 5
	"PRIZE_MONEY_AMOUNT.png",	// 6
	"BIG_BOX_BLUE.png",	// 7
	"BIG_BOX_RED.png",	// 8
	"SMALL_BOX.png",	// 9
	"BOARD_PRIZE_BOARD.png",	// 10
	"EXPLODING_250000.png",	// 11
	"LOGO_TYPHON.png",	// 12
	"SPLASH.png",	// 13
	"SOFTKEYS.png",	// 14
	"LOGO_EA.png",	// 15
	"LOGO_ENDEMOL.png",	// 16
	"BANKER_OFFER_PADDLES.png",	// 17
	"BANK_SEAL_BLACK_PADDLE.png",	// 18
	"INTRO_SCENE.png",	// 19
	"NOEL_SCENE.png",	// 20
	"BOARD_FLOOR.png",	// 21
	"BOARD_250000BIG.png",	// 22
	"BOARD_BIG_BOX.png",	// 23
	"CONTESTANT_CLAUDE_PARMER.png",	// 24
	"CONTESTANT_KATIE_HOBBS.png",	// 25
	"CONTESTANT_WALTER_ELLIS.png",	// 26
	"MAIN_MENU_RED_TEXT.png",	// 27
	"CONTESTANT_SILVIA_WEI.png",	// 28
	"MAIN_MENU_YELLOW_ARROWS.png",	// 29
	"CONTESTANT_BILL_HUI.png",	// 30
	"CONTESTANT_FADIL_TREZZI.png",	// 31
	"CONTESTANT_DAVE_DIXON.png",	// 32
	"CONTESTANT_SHARON_MORRIS.png",	// 33
	"CONTESTANT_MARY_SCOTT.png",	// 34
	"BE_THE_BANKER_CALCULATOR.png",	// 35
	"CONTESTANT_JULIE_HARRINGTON.png",	// 36
	"CONTESTANT_SIMON_MILLER.png",	// 37
	"CONTESTANT_JOHN_GLEN.png",	// 38
	"CONTESTANT_PETE_MARSHALL.png",	// 39
	"CONTESTANT_BRIDGET_LEWIS.png",	// 40
	"CONTESTANT_ZOE_NICKOLLS.png",	// 41
	"CONTESTANT_SALLY_ROBINS.png",	// 42
	"CONTESTANT_IAN_RHODES.png",	// 43
	"CONTESTANT_MARK_BRADLEY.png",	// 44
	"CONTESTANT_MIKE_TAYLOR.png",	// 45
	"CONTESTANT_CONSTANCE_LEE.png",	// 46
	"CONTESTANT_SARAH_CONRAD.png",	// 47
	"CONTESTANT_RIYA_CHOPRA.png",	// 48
	"HALLOWEEN_NOEL_SCENE.png",	// 49
	"HALLOWEEN_SCENE_CHARACTER_SELECCTION.png",	// 50
	"NOEL_SCENE_NOEL_ANIMATION.png",	// 51
	"HALLOWEEN_BIG_BOX_SPIDER.png",	// 52
	"HALLOWEEN_SMALL_BOX_SPIDER.png",	// 53
	"EASTER_NOEL_SCENE.png",	// 54
	"EASTER_SCENE_CHARACTER_SELECCTION.png",	// 55
	"CHRISTMAS_NOEL_SCENE.png",	// 56
	"CHRISTMAS_SCENE_CHARACTER_SELECCTION.png",	// 57
	"CHRISTMAS_NOEL_SCENE_BOX_RIBBON.png",	// 58
	"INTRO_SCENE_NOEL_ANIMATION.png",	// 59
	"NOEL_SCENE_PLAYER_BOX.png",	// 60
	"CIRCLE_BOX_CONTESTANTS_FACES.png",	// 61
	"CHRISTMAS_SELECT_BOX_SCENE_RIBBON.png",	// 62
	"CONTESTANT_PLAYER.png",	// 63
	"EASTER_BOARD_DECORATION.png",	// 64
	"HALLOWEEN_BOARD_DECORATION.png",	// 65
	"CHRISTMAS_BOARD_DECORATION.png",	// 66
	"CIRCLE_BOX_NOEL_FACE.png",	// 67
	"SEASONALS_SPECIAL_GAME_BACKGROUND.png",	// 68
	"EASTER_SPECIAL_GAME.png",	// 69
	"HALLOWEEN_SPECIAL_GAME.png",	// 70
	"CHRISTMAS_SPECIAL_GAME.png",	// 71
	"CIRCLE_BOX_PLAYER_FACE.png",	// 72
	"SEASONALS_BANKER_SEAL.png",	// 73
	"TRIP_PRIZE_MONEY_AMOUNT.png",	// 74
	"BANKERS_GAMBLE.png",	// 75
};

static final byte[] GFX_FLAGS = {
	0,	// 0
	0,	// 1
	0,	// 2
	0,	// 3
	0,	// 4
	0,	// 5
	0,	// 6
	0,	// 7
	0,	// 8
	0,	// 9
	0,	// 10
	0,	// 11
	0,	// 12
	0,	// 13
	0,	// 14
	0,	// 15
	0,	// 16
	0,	// 17
	0,	// 18
	0,	// 19
	0,	// 20
	0,	// 21
	0,	// 22
	0,	// 23
	0,	// 24
	0,	// 25
	0,	// 26
	0,	// 27
	0,	// 28
	0,	// 29
	0,	// 30
	0,	// 31
	0,	// 32
	0,	// 33
	0,	// 34
	0,	// 35
	0,	// 36
	0,	// 37
	0,	// 38
	0,	// 39
	0,	// 40
	0,	// 41
	0,	// 42
	0,	// 43
	0,	// 44
	0,	// 45
	0,	// 46
	0,	// 47
	0,	// 48
	0,	// 49
	0,	// 50
	0,	// 51
	0,	// 52
	0,	// 53
	0,	// 54
	0,	// 55
	0,	// 56
	0,	// 57
	0,	// 58
	0,	// 59
	0,	// 60
	0,	// 61
	0,	// 62
	0,	// 63
	0,	// 64
	0,	// 65
	0,	// 66
	0,	// 67
	0,	// 68
	0,	// 69
	0,	// 70
	0,	// 71
	0,	// 72
	0,	// 73
	0,	// 74
	0,	// 75
};

static final short [][] SPRITE_DATA = {
// {	GfxId,		PosX, PosY,		SizeX, SizeY,		HotSpotX, HotSpotY }
	{ 0,			0, 40,			38, 40,			0, 0},	// 0
	{ 0,			0, 0,			38, 40,			0, 0},	// 1
	{ 1,			0, 0,			352, 416,			0, 0},	// 2
	{ 1,			0, 416,			352, 65,			0, -351},	// 3
	{ 2,			0, 341,			352, 320,			0, 0},	// 4
	{ 2,			0, 661,			352, 230,			0, -186},	// 5
	{ 2,			98, 0,			122, 323,			-28, 0},	// 6
	{ 2,			0, 0,			98, 341,			-219, 0},	// 7
	{ 3,			0, 124,			219, 62,			0, 0},	// 8
	{ 3,			0, 186,			219, 62,			0, 0},	// 9
	{ 3,			0, 0,			219, 62,			0, 0},	// 10
	{ 3,			0, 62,			219, 62,			0, 0},	// 11
	{ 3,			108, 248,			54, 53,			27, 26},	// 12
	{ 3,			162, 248,			54, 53,			27, 26},	// 13
	{ 3,			0, 248,			54, 53,			27, 26},	// 14
	{ 3,			54, 248,			54, 53,			27, 26},	// 15
	{ 4,			0, 812,			26, 44,			-24, -5},	// 16
	{ 4,			0, 587,			35, 45,			-25, -4},	// 17
	{ 4,			0, 0,			36, 46,			-23, -3},	// 18
	{ 4,			0, 497,			40, 45,			-22, -4},	// 19
	{ 4,			36, 0,			36, 46,			-24, -4},	// 20
	{ 4,			40, 497,			37, 45,			-24, -4},	// 21
	{ 4,			35, 587,			35, 45,			-24, -4},	// 22
	{ 4,			0, 46,			38, 46,			-24, -3},	// 23
	{ 4,			0, 722,			36, 45,			-24, -4},	// 24
	{ 4,			0, 767,			71, 45,			-6, -4},	// 25
	{ 4,			0, 542,			57, 45,			-13, -4},	// 26
	{ 4,			0, 677,			68, 45,			-6, -4},	// 27
	{ 4,			0, 92,			69, 45,			-6, -4},	// 28
	{ 4,			0, 182,			71, 45,			-6, -4},	// 29
	{ 4,			0, 227,			69, 45,			-7, -4},	// 30
	{ 4,			0, 137,			71, 45,			-7, -4},	// 31
	{ 4,			0, 407,			68, 45,			-8, -4},	// 32
	{ 4,			0, 452,			70, 45,			-6, -4},	// 33
	{ 4,			0, 362,			70, 45,			-7, -4},	// 34
	{ 4,			0, 272,			77, 45,			-4, -4},	// 35
	{ 4,			0, 317,			64, 45,			-10, -4},	// 36
	{ 4,			0, 632,			78, 45,			-3, -4},	// 37
	{ 5,			0, 532,			64, 38,			0, 0},	// 38
	{ 5,			0, 570,			64, 38,			0, 0},	// 39
	{ 5,			0, 494,			64, 38,			0, 0},	// 40
	{ 5,			0, 418,			64, 38,			0, 0},	// 41
	{ 5,			0, 456,			64, 38,			0, 0},	// 42
	{ 5,			0, 608,			64, 38,			0, 0},	// 43
	{ 5,			0, 760,			64, 38,			0, 0},	// 44
	{ 5,			0, 798,			64, 38,			0, 0},	// 45
	{ 5,			0, 722,			64, 38,			0, 0},	// 46
	{ 5,			0, 646,			64, 38,			0, 0},	// 47
	{ 5,			0, 684,			64, 38,			0, 0},	// 48
	{ 5,			0, 114,			64, 38,			0, 0},	// 49
	{ 5,			0, 152,			64, 38,			0, 0},	// 50
	{ 5,			0, 76,			64, 38,			0, 0},	// 51
	{ 5,			0, 0,			64, 38,			0, 0},	// 52
	{ 5,			0, 38,			64, 38,			0, 0},	// 53
	{ 5,			0, 190,			64, 38,			0, 0},	// 54
	{ 5,			0, 342,			64, 38,			0, 0},	// 55
	{ 5,			0, 380,			64, 38,			0, 0},	// 56
	{ 5,			0, 304,			64, 38,			0, 0},	// 57
	{ 5,			0, 228,			64, 38,			0, 0},	// 58
	{ 5,			0, 266,			64, 38,			0, 0},	// 59
	{ 6,			0, 43,			107, 43,			0, 0},	// 60
	{ 6,			0, 800,			107, 42,			0, 0},	// 61
	{ 6,			0, 674,			107, 42,			0, 0},	// 62
	{ 6,			0, 716,			107, 42,			0, 0},	// 63
	{ 6,			0, 632,			107, 42,			0, 0},	// 64
	{ 6,			0, 548,			107, 42,			0, 0},	// 65
	{ 6,			0, 590,			107, 42,			0, 0},	// 66
	{ 6,			0, 884,			107, 42,			0, 0},	// 67
	{ 6,			0, 926,			107, 42,			0, 0},	// 68
	{ 6,			0, 842,			107, 42,			0, 0},	// 69
	{ 6,			0, 758,			107, 42,			0, 0},	// 70
	{ 6,			0, 0,			107, 43,			0, 0},	// 71
	{ 6,			0, 506,			107, 42,			0, 0},	// 72
	{ 6,			0, 212,			107, 42,			0, 0},	// 73
	{ 6,			0, 254,			107, 42,			0, 0},	// 74
	{ 6,			0, 170,			107, 42,			0, 0},	// 75
	{ 6,			0, 86,			107, 42,			0, 0},	// 76
	{ 6,			0, 128,			107, 42,			0, 0},	// 77
	{ 6,			0, 422,			107, 42,			0, 0},	// 78
	{ 6,			0, 464,			107, 42,			0, 0},	// 79
	{ 6,			0, 380,			107, 42,			0, 0},	// 80
	{ 6,			0, 296,			107, 42,			0, 0},	// 81
	{ 6,			0, 338,			107, 42,			0, 0},	// 82
	{ 7,			0, 349,			148, 108,			32, 39},	// 83
	{ 7,			0, 200,			148, 149,			32, 80},	// 84
	{ 7,			0, 0,			148, 200,			32, 131},	// 85
	{ 8,			0, 349,			148, 108,			32, 39},	// 86
	{ 8,			0, 200,			148, 149,			32, 80},	// 87
	{ 8,			0, 0,			148, 200,			32, 131},	// 88
	{ 9,			0, 0,			112, 74,			24, 24},	// 89
	{ 10,			0, 542,			143, 36,			-32, -13},	// 90
	{ 10,			0, 578,			143, 36,			-32, -49},	// 91
	{ 10,			0, 506,			143, 36,			-32, -85},	// 92
	{ 10,			0, 434,			143, 36,			-32, -121},	// 93
	{ 10,			0, 470,			143, 36,			-32, -157},	// 94
	{ 10,			0, 614,			143, 36,			-32, -193},	// 95
	{ 10,			0, 758,			143, 36,			-32, -229},	// 96
	{ 10,			0, 794,			143, 36,			-32, -265},	// 97
	{ 10,			0, 37,			143, 37,			-32, -301},	// 98
	{ 10,			0, 722,			143, 36,			-32, -338},	// 99
	{ 10,			0, 650,			143, 36,			-32, -374},	// 100
	{ 10,			0, 686,			143, 36,			-175, -13},	// 101
	{ 10,			0, 110,			143, 36,			-175, -49},	// 102
	{ 10,			0, 146,			143, 36,			-175, -85},	// 103
	{ 10,			0, 182,			143, 36,			-175, -121},	// 104
	{ 10,			0, 74,			143, 36,			-175, -157},	// 105
	{ 10,			0, 218,			143, 36,			-175, -193},	// 106
	{ 10,			0, 362,			143, 36,			-175, -229},	// 107
	{ 10,			0, 398,			143, 36,			-175, -265},	// 108
	{ 10,			0, 0,			143, 37,			-175, -301},	// 109
	{ 10,			0, 326,			143, 36,			-175, -338},	// 110
	{ 10,			0, 254,			143, 36,			-175, -374},	// 111
	{ 10,			0, 290,			143, 36,			-175, -374},	// 112
	{ 11,			224, 644,			224, 90,			0, 0},	// 113
	{ 11,			0, 385,			233, 135,			0, 0},	// 114
	{ 11,			0, 0,			395, 205,			0, 0},	// 115
	{ 11,			0, 205,			479, 180,			0, 0},	// 116
	{ 11,			0, 520,			479, 124,			0, 0},	// 117
	{ 11,			0, 644,			224, 90,			0, 0},	// 118
	{ 12,			0, 0,			336, 241,			168, 121},	// 119
	{ 13,			0, 0,			352, 416,			0, 0},	// 120
	{ 14,			0, 25,			20, 21,			0, 0},	// 121
	{ 14,			0, 0,			24, 25,			0, 0},	// 122
	{ 14,			0, 102,			18, 17,			0, 0},	// 123
	{ 14,			0, 65,			22, 19,			0, 0},	// 124
	{ 14,			0, 119,			26, 12,			0, 0},	// 125
	{ 14,			8, 131,			13, 7,			0, 0},	// 126
	{ 14,			0, 143,			12, 7,			0, 0},	// 127
	{ 14,			0, 131,			8, 12,			0, 0},	// 128
	{ 14,			18, 102,			8, 12,			0, 0},	// 129
	{ 14,			0, 84,			29, 18,			0, 0},	// 130
	{ 14,			10, 46,			10, 19,			0, 0},	// 131
	{ 14,			0, 46,			10, 19,			0, 0},	// 132
	{ 15,			0, 0,			308, 308,			154, 154},	// 133
	{ 16,			0, 0,			498, 337,			249, 168},	// 134
	{ 17,			0, 116,			194, 58,			0, 0},	// 135
	{ 17,			0, 174,			23, 58,			0, 0},	// 136
	{ 17,			23, 174,			30, 58,			0, 0},	// 137
	{ 17,			9, 289,			9, 8,			0, 0},	// 138
	{ 17,			0, 232,			194, 57,			0, 0},	// 139
	{ 17,			83, 174,			23, 57,			0, 0},	// 140
	{ 17,			53, 174,			30, 57,			0, 0},	// 141
	{ 17,			18, 289,			9, 8,			0, 0},	// 142
	{ 17,			0, 58,			194, 58,			0, 0},	// 143
	{ 17,			30, 0,			23, 58,			0, 0},	// 144
	{ 17,			0, 0,			30, 58,			0, 0},	// 145
	{ 17,			0, 289,			9, 8,			0, 0},	// 146
	{ 18,			0, 0,			24, 27,			0, 0},	// 147
	{ 19,			0, 0,			352, 416,			0, 0},	// 148
	{ 20,			0, 0,			353, 416,			0, 0},	// 149
	{ 20,			156, 875,			78, 23,			-98, -41},	// 150
	{ 20,			156, 827,			78, 24,			-98, -62},	// 151
	{ 20,			0, 875,			78, 23,			-98, -84},	// 152
	{ 20,			234, 851,			78, 23,			-98, -106},	// 153
	{ 20,			78, 827,			78, 24,			-98, -149},	// 154
	{ 20,			0, 898,			78, 23,			-98, -171},	// 155
	{ 20,			234, 921,			78, 23,			-98, -193},	// 156
	{ 20,			156, 921,			78, 23,			-98, -215},	// 157
	{ 20,			234, 827,			78, 24,			-98, -236},	// 158
	{ 20,			0, 944,			78, 23,			-98, -258},	// 159
	{ 20,			156, 944,			78, 23,			-175, -41},	// 160
	{ 20,			0, 827,			78, 24,			-175, -62},	// 161
	{ 20,			78, 944,			78, 23,			-175, -84},	// 162
	{ 20,			156, 898,			78, 23,			-175, -106},	// 163
	{ 20,			78, 898,			78, 23,			-175, -128},	// 164
	{ 20,			0, 851,			78, 24,			-175, -149},	// 165
	{ 20,			234, 898,			78, 23,			-175, -171},	// 166
	{ 20,			78, 921,			78, 23,			-175, -193},	// 167
	{ 20,			0, 921,			78, 23,			-175, -215},	// 168
	{ 20,			78, 851,			78, 24,			-175, -236},	// 169
	{ 20,			234, 875,			78, 23,			-175, -258},	// 170
	{ 20,			0, 534,			353, 118,			1, -298},	// 171
	{ 20,			0, 416,			353, 118,			1, -298},	// 172
	{ 20,			61, 792,			61, 35,			-143, -335},	// 173
	{ 20,			122, 687,			61, 35,			-143, -335},	// 174
	{ 20,			244, 687,			61, 35,			-143, -335},	// 175
	{ 20,			183, 687,			61, 35,			-143, -335},	// 176
	{ 20,			61, 652,			61, 35,			-143, -335},	// 177
	{ 20,			0, 652,			61, 35,			-143, -335},	// 178
	{ 20,			122, 652,			61, 35,			-143, -335},	// 179
	{ 20,			244, 652,			61, 35,			-143, -335},	// 180
	{ 20,			183, 652,			61, 35,			-143, -335},	// 181
	{ 20,			0, 722,			61, 35,			-143, -335},	// 182
	{ 20,			122, 757,			61, 35,			-143, -335},	// 183
	{ 20,			61, 687,			61, 35,			-143, -335},	// 184
	{ 20,			183, 757,			61, 35,			-143, -335},	// 185
	{ 20,			0, 792,			61, 35,			-143, -335},	// 186
	{ 20,			244, 757,			61, 35,			-143, -335},	// 187
	{ 20,			122, 722,			61, 35,			-143, -335},	// 188
	{ 20,			61, 722,			61, 35,			-143, -335},	// 189
	{ 20,			183, 722,			61, 35,			-143, -335},	// 190
	{ 20,			0, 757,			61, 35,			-143, -335},	// 191
	{ 20,			244, 722,			61, 35,			-143, -335},	// 192
	{ 20,			61, 757,			61, 35,			-143, -335},	// 193
	{ 20,			0, 687,			61, 35,			-143, -335},	// 194
	{ 20,			156, 851,			78, 23,			-98, -128},	// 195
	{ 20,			78, 875,			78, 23,			-175, -258},	// 196
	{ 20,			243, 792,			61, 26,			-249, -297},	// 197
	{ 20,			234, 944,			60, 22,			-249, -295},	// 198
	{ 20,			182, 792,			61, 26,			-249, -297},	// 199
	{ 20,			122, 792,			60, 28,			-248, -295},	// 200
	{ 21,			0, 0,			352, 416,			0, 0},	// 201
	{ 22,			0, 0,			137, 50,			0, 0},	// 202
	{ 22,			0, 100,			126, 25,			0, 0},	// 203
	{ 22,			0, 125,			126, 25,			0, 0},	// 204
	{ 22,			0, 50,			126, 25,			0, 0},	// 205
	{ 22,			0, 75,			126, 25,			0, 0},	// 206
	{ 23,			0, 0,			98, 81,			49, 40},	// 207
	{ 24,			0, 0,			151, 275,			0, 0},	// 208
	{ 24,			42, 275,			42, 64,			-56, 0},	// 209
	{ 24,			0, 275,			42, 64,			-56, 0},	// 210
	{ 24,			84, 275,			34, 12,			-60, -23},	// 211
	{ 25,			0, 0,			134, 263,			0, 0},	// 212
	{ 25,			0, 263,			47, 69,			-42, 0},	// 213
	{ 25,			47, 263,			46, 67,			-42, 0},	// 214
	{ 25,			93, 263,			35, 15,			-47, -24},	// 215
	{ 26,			0, 0,			165, 277,			0, 0},	// 216
	{ 26,			37, 277,			37, 74,			-63, 0},	// 217
	{ 26,			0, 277,			37, 74,			-63, 0},	// 218
	{ 26,			74, 277,			32, 13,			-65, -21},	// 219
	{ 27,			0, 374,			68, 19,			-8, -18},	// 220
	{ 27,			0, 393,			60, 19,			-12, -18},	// 221
	{ 27,			0, 215,			54, 43,			-17, -5},	// 222
	{ 27,			0, 129,			63, 43,			-10, -5},	// 223
	{ 27,			0, 258,			81, 39,			-2, -9},	// 224
	{ 27,			0, 0,			65, 43,			-9, -4},	// 225
	{ 27,			0, 43,			49, 43,			-18, -5},	// 226
	{ 27,			0, 172,			69, 43,			-8, -5},	// 227
	{ 27,			40, 412,			34, 19,			-24, -18},	// 228
	{ 27,			0, 412,			40, 19,			-21, -18},	// 229
	{ 27,			0, 297,			82, 20,			-1, -17},	// 230
	{ 27,			0, 336,			40, 19,			-21, -18},	// 231
	{ 27,			0, 86,			81, 43,			-2, -5},	// 232
	{ 27,			0, 317,			69, 19,			-8, -18},	// 233
	{ 27,			0, 355,			54, 19,			-16, -18},	// 234
	{ 28,			0, 0,			132, 255,			0, 0},	// 235
	{ 28,			37, 255,			39, 53,			-44, -11},	// 236
	{ 28,			0, 255,			37, 53,			-45, -11},	// 237
	{ 28,			76, 255,			38, 17,			-44, -20},	// 238
	{ 29,			0, 80,			41, 80,			21, 39},	// 239
	{ 29,			0, 0,			41, 80,			21, 39},	// 240
	{ 30,			0, 0,			158, 279,			0, 0},	// 241
	{ 30,			53, 279,			53, 70,			-53, 0},	// 242
	{ 30,			0, 279,			53, 70,			-53, 0},	// 243
	{ 30,			106, 279,			39, 16,			-58, -25},	// 244
	{ 31,			0, 0,			145, 269,			0, 0},	// 245
	{ 31,			44, 269,			44, 67,			-44, 0},	// 246
	{ 31,			0, 269,			44, 67,			-44, 0},	// 247
	{ 31,			88, 269,			37, 15,			-47, -24},	// 248
	{ 32,			0, 0,			178, 268,			0, 0},	// 249
	{ 32,			53, 268,			53, 63,			-63, 0},	// 250
	{ 32,			0, 268,			53, 63,			-63, 0},	// 251
	{ 32,			106, 268,			36, 17,			-71, -21},	// 252
	{ 33,			0, 0,			134, 255,			0, 0},	// 253
	{ 33,			67, 255,			67, 73,			-33, 0},	// 254
	{ 33,			0, 255,			67, 73,			-33, 0},	// 255
	{ 33,			0, 328,			38, 14,			-48, -23},	// 256
	{ 34,			0, 0,			117, 260,			0, 0},	// 257
	{ 34,			52, 260,			52, 74,			-32, 0},	// 258
	{ 34,			0, 260,			52, 74,			-32, 0},	// 259
	{ 34,			0, 334,			38, 15,			-38, -31},	// 260
	{ 35,			0, 0,			297, 295,			0, 0},	// 261
	{ 35,			217, 295,			44, 47,			-66, -181},	// 262
	{ 35,			40, 383,			41, 43,			-69, -151},	// 263
	{ 35,			125, 383,			39, 41,			-110, -151},	// 264
	{ 35,			0, 383,			40, 45,			-148, -147},	// 265
	{ 35,			164, 383,			39, 41,			-187, -149},	// 266
	{ 35,			42, 428,			43, 37,			-68, -125},	// 267
	{ 35,			245, 383,			42, 39,			-108, -125},	// 268
	{ 35,			0, 428,			42, 39,			-146, -124},	// 269
	{ 35,			81, 383,			44, 41,			-185, -123},	// 270
	{ 35,			203, 383,			42, 40,			-108, -181},	// 271
	{ 35,			166, 295,			51, 51,			-143, -174},	// 272
	{ 35,			0, 295,			166, 88,			-65, -180},	// 273
	{ 36,			0, 0,			144, 264,			0, 0},	// 274
	{ 36,			0, 264,			39, 74,			-52, -10},	// 275
	{ 36,			39, 264,			40, 60,			-52, -11},	// 276
	{ 36,			79, 264,			39, 17,			-52, -23},	// 277
	{ 37,			0, 0,			176, 293,			0, 0},	// 278
	{ 37,			55, 293,			54, 73,			-68, 0},	// 279
	{ 37,			0, 293,			55, 73,			-67, 0},	// 280
	{ 37,			109, 293,			36, 17,			-73, -26},	// 281
	{ 38,			0, 0,			153, 264,			0, 0},	// 282
	{ 38,			57, 264,			57, 65,			-49, 0},	// 283
	{ 38,			0, 264,			57, 65,			-49, 0},	// 284
	{ 38,			114, 264,			37, 16,			-57, -19},	// 285
	{ 39,			0, 0,			157, 257,			0, 0},	// 286
	{ 39,			49, 257,			49, 66,			-58, 0},	// 287
	{ 39,			0, 257,			49, 66,			-58, 0},	// 288
	{ 39,			98, 257,			41, 13,			-62, -26},	// 289
	{ 40,			0, 0,			118, 277,			0, 0},	// 290
	{ 40,			42, 277,			41, 71,			-35, -1},	// 291
	{ 40,			0, 277,			42, 72,			-34, 0},	// 292
	{ 40,			0, 349,			47, 21,			-32, -25},	// 293
	{ 41,			0, 0,			125, 248,			0, 0},	// 294
	{ 41,			0, 322,			63, 74,			-28, 0},	// 295
	{ 41,			0, 248,			63, 74,			-28, 0},	// 296
	{ 41,			63, 322,			36, 17,			-40, -22},	// 297
	{ 42,			0, 0,			151, 256,			0, 0},	// 298
	{ 42,			46, 256,			46, 64,			-52, 1},	// 299
	{ 42,			0, 256,			46, 64,			-52, 0},	// 300
	{ 42,			92, 256,			35, 16,			-56, -25},	// 301
	{ 43,			0, 0,			152, 267,			0, 0},	// 302
	{ 43,			52, 267,			52, 67,			-51, 0},	// 303
	{ 43,			0, 267,			52, 67,			-51, 0},	// 304
	{ 43,			104, 267,			39, 14,			-56, -22},	// 305
	{ 44,			0, 0,			171, 262,			0, 0},	// 306
	{ 44,			49, 262,			49, 65,			-60, 0},	// 307
	{ 44,			0, 262,			49, 65,			-60, 0},	// 308
	{ 44,			98, 262,			37, 20,			-69, -20},	// 309
	{ 45,			0, 0,			149, 258,			0, 0},	// 310
	{ 45,			0, 258,			49, 67,			-42, 0},	// 311
	{ 45,			49, 258,			47, 66,			-44, 0},	// 312
	{ 45,			96, 258,			34, 16,			-52, -23},	// 313
	{ 46,			0, 0,			177, 274,			0, 0},	// 314
	{ 46,			56, 274,			56, 72,			-58, 0},	// 315
	{ 46,			0, 274,			56, 72,			-58, 0},	// 316
	{ 46,			112, 274,			40, 12,			-64, -33},	// 317
	{ 47,			0, 0,			110, 255,			0, 0},	// 318
	{ 47,			42, 255,			42, 55,			-29, -13},	// 319
	{ 47,			0, 255,			42, 55,			-29, -13},	// 320
	{ 47,			0, 310,			33, 13,			-34, -23},	// 321
	{ 48,			0, 0,			112, 252,			0, 0},	// 322
	{ 48,			0, 319,			57, 67,			-27, 0},	// 323
	{ 48,			0, 252,			57, 67,			-27, 0},	// 324
	{ 48,			57, 319,			35, 20,			-38, -20},	// 325
	{ 49,			0, 0,			352, 299,			0, 0},	// 326
	{ 50,			0, 0,			352, 156,			0, -260},	// 327
	{ 51,			0, 241,			125, 239,			0, 0},	// 328
	{ 51,			0, 0,			96, 241,			0, 0},	// 329
	{ 51,			0, 1526,			53, 69,			0, 0},	// 330
	{ 51,			53, 1526,			45, 67,			0, 0},	// 331
	{ 51,			44, 1595,			44, 66,			0, 0},	// 332
	{ 51,			0, 1595,			44, 66,			0, 0},	// 333
	{ 51,			0, 1793,			44, 66,			0, 0},	// 334
	{ 51,			44, 1727,			44, 66,			0, 0},	// 335
	{ 51,			0, 1661,			44, 66,			0, 0},	// 336
	{ 51,			0, 1727,			44, 66,			0, 0},	// 337
	{ 51,			44, 1661,			44, 66,			0, 0},	// 338
	{ 51,			0, 480,			61, 159,			0, 0},	// 339
	{ 51,			0, 639,			60, 131,			0, 0},	// 340
	{ 51,			0, 1201,			99, 89,			0, 0},	// 341
	{ 51,			0, 770,			100, 117,			0, 0},	// 342
	{ 51,			0, 887,			122, 110,			0, 0},	// 343
	{ 51,			0, 1453,			113, 73,			0, 0},	// 344
	{ 51,			0, 1290,			98, 86,			0, 0},	// 345
	{ 51,			0, 997,			77, 107,			0, 0},	// 346
	{ 51,			0, 1104,			61, 97,			0, 0},	// 347
	{ 51,			0, 1376,			64, 77,			0, 0},	// 348
	{ 51,			77, 997,			9, 100,			0, 0},	// 349
	{ 51,			68, 480,			20, 136,			0, 0},	// 350
	{ 51,			61, 480,			7, 142,			0, 0},	// 351
	{ 52,			0, 225,			77, 114,			-141, 44},	// 352
	{ 52,			0, 0,			74, 225,			-144, 155},	// 353
	{ 52,			0, 339,			74, 78,			-144, 8},	// 354
	{ 53,			0, 0,			24, 38,			-59, 17},	// 355
	{ 54,			0, 0,			352, 363,			0, 0},	// 356
	{ 55,			0, 0,			352, 95,			0, -247},	// 357
	{ 56,			0, 0,			352, 371,			0, 0},	// 358
	{ 57,			0, 360,			352, 90,			0, -270},	// 359
	{ 57,			0, 0,			160, 360,			-171, 0},	// 360
	{ 58,			0, 33,			101, 33,			-124, -299},	// 361
	{ 58,			0, 0,			101, 33,			-124, -299},	// 362
	{ 59,			0, 0,			188, 401,			0, 0},	// 363
	{ 59,			0, 1307,			117, 151,			0, 0},	// 364
	{ 59,			0, 1156,			117, 151,			0, 0},	// 365
	{ 59,			0, 1609,			72, 33,			0, 0},	// 366
	{ 59,			0, 1458,			117, 151,			0, 0},	// 367
	{ 59,			0, 1005,			117, 151,			0, 0},	// 368
	{ 59,			0, 552,			117, 151,			0, 0},	// 369
	{ 59,			0, 401,			117, 151,			0, 0},	// 370
	{ 59,			0, 854,			117, 151,			0, 0},	// 371
	{ 59,			0, 703,			117, 151,			0, 0},	// 372
	{ 60,			0, 0,			141, 111,			-105, -305},	// 373
	{ 61,			0, 650,			37, 40,			18, 17},	// 374
	{ 61,			0, 570,			33, 40,			17, 17},	// 375
	{ 61,			0, 450,			37, 40,			18, 18},	// 376
	{ 61,			0, 369,			36, 41,			17, 18},	// 377
	{ 61,			0, 328,			36, 41,			17, 18},	// 378
	{ 61,			0, 807,			32, 39,			15, 17},	// 379
	{ 61,			0, 690,			36, 39,			18, 16},	// 380
	{ 61,			0, 729,			34, 39,			17, 17},	// 381
	{ 61,			0, 82,			36, 41,			18, 18},	// 382
	{ 61,			0, 846,			34, 37,			17, 15},	// 383
	{ 61,			0, 287,			37, 41,			19, 18},	// 384
	{ 61,			0, 610,			35, 40,			17, 17},	// 385
	{ 61,			0, 0,			38, 41,			19, 18},	// 386
	{ 61,			0, 768,			31, 39,			15, 17},	// 387
	{ 61,			0, 123,			35, 41,			18, 18},	// 388
	{ 61,			0, 410,			38, 40,			19, 18},	// 389
	{ 61,			0, 246,			36, 41,			17, 18},	// 390
	{ 61,			0, 205,			34, 41,			17, 18},	// 391
	{ 61,			0, 164,			36, 41,			18, 18},	// 392
	{ 61,			0, 490,			34, 40,			17, 18},	// 393
	{ 61,			0, 530,			37, 40,			18, 18},	// 394
	{ 61,			0, 41,			35, 41,			17, 18},	// 395
	{ 62,			0, 58,			37, 22,			-13, 28},	// 396
	{ 62,			0, 80,			37, 22,			-13, 28},	// 397
	{ 62,			0, 0,			46, 29,			-63, 156},	// 398
	{ 62,			0, 29,			46, 29,			-63, 156},	// 399
	{ 63,			0, 0,			66, 170,			0, 0},	// 400
	{ 64,			0, 0,			352, 416,			0, 0},	// 401
	{ 65,			0, 0,			352, 416,			0, 0},	// 402
	{ 66,			0, 0,			352, 416,			0, 0},	// 403
	{ 67,			0, 0,			28, 44,			13, 21},	// 404
	{ 68,			0, 0,			163, 165,			-193, -19},	// 405
	{ 69,			0, 0,			353, 195,			0, 0},	// 406
	{ 69,			164, 282,			82, 81,			-51, 81},	// 407
	{ 69,			164, 195,			82, 87,			-51, 87},	// 408
	{ 69,			82, 282,			82, 85,			-51, 85},	// 409
	{ 69,			248, 367,			83, 78,			-51, 78},	// 410
	{ 69,			177, 448,			56, 16,			-65, 39},	// 411
	{ 69,			59, 448,			59, 21,			-63, 50},	// 412
	{ 69,			0, 367,			82, 81,			-135, 81},	// 413
	{ 69,			82, 195,			82, 87,			-135, 87},	// 414
	{ 69,			0, 282,			82, 85,			-135, 85},	// 415
	{ 69,			82, 367,			83, 78,			-135, 78},	// 416
	{ 69,			289, 448,			56, 16,			-149, 39},	// 417
	{ 69,			118, 448,			59, 21,			-147, 50},	// 418
	{ 69,			246, 282,			82, 81,			-220, 81},	// 419
	{ 69,			0, 195,			82, 87,			-220, 87},	// 420
	{ 69,			246, 195,			82, 85,			-220, 85},	// 421
	{ 69,			165, 367,			83, 78,			-220, 78},	// 422
	{ 69,			233, 448,			56, 16,			-234, 39},	// 423
	{ 69,			0, 448,			59, 21,			-232, 50},	// 424
	{ 70,			0, 178,			345, 177,			0, 0},	// 425
	{ 70,			0, 654,			137, 96,			-127, -31},	// 426
	{ 70,			129, 515,			156, 119,			-115, -28},	// 427
	{ 70,			0, 0,			116, 178,			-199, 172},	// 428
	{ 70,			0, 750,			78, 41,			-211, 79},	// 429
	{ 70,			137, 654,			83, 45,			-205, 59},	// 430
	{ 70,			0, 791,			84, 32,			-203, 41},	// 431
	{ 70,			163, 750,			75, 34,			-212, 76},	// 432
	{ 70,			238, 750,			75, 34,			-212, 76},	// 433
	{ 70,			139, 355,			147, 139,			-24, 132},	// 434
	{ 70,			0, 515,			129, 139,			-42, 133},	// 435
	{ 70,			0, 355,			101, 160,			-51, 154},	// 436
	{ 70,			101, 355,			38, 156,			-49, 150},	// 437
	{ 70,			220, 654,			86, 41,			-69, 83},	// 438
	{ 70,			78, 750,			85, 40,			-70, 83},	// 439
	{ 71,			0, 0,			409, 535,			0, 0},	// 440
	{ 71,			344, 535,			43, 42,			-189, -109},	// 441
	{ 71,			301, 535,			43, 42,			-152, -173},	// 442
	{ 71,			258, 535,			43, 42,			-227, -173},	// 443
	{ 71,			86, 577,			43, 42,			-129, -231},	// 444
	{ 71,			43, 577,			43, 42,			-190, -237},	// 445
	{ 71,			0, 577,			43, 42,			-251, -231},	// 446
	{ 71,			86, 535,			43, 42,			-103, -300},	// 447
	{ 71,			43, 535,			43, 42,			-162, -306},	// 448
	{ 71,			0, 535,			43, 42,			-218, -306},	// 449
	{ 71,			215, 535,			43, 42,			-278, -299},	// 450
	{ 71,			172, 535,			43, 42,			-116, -361},	// 451
	{ 71,			129, 535,			43, 42,			-273, -359},	// 452
	{ 71,			129, 577,			24, 30,			11, 16},	// 453
	{ 71,			153, 577,			29, 22,			15, 11},	// 454
	{ 72,			0, 0,			96, 98,			47, 49},	// 455
	{ 73,			0, 0,			19, 22,			-121, -322},	// 456
	{ 74,			0, 0,			107, 42,			0, 0},	// 457
	{ 75,			0, 0,			194, 51,			0, 0},	// 458
	{ 75,			0, 51,			62, 12,			0, 0},	// 459
};

//
static final int GRAPHIC_BOARD_TILE = 0;
static final int SPRITE_LIGHT_ON = 0;
static final int SPRITE_LIGHT_OFF = 1;
//
static final int GRAPHIC_MAIN_MENU_BACKGROUND = 1;
static final int SPRITE_MAIN_MENU_BACKGROUND = 2;
static final int SPRITE_CONVEYOR_BELT_FRAME1 = 3;
//
static final int GRAPHIC_SCENE_CHARACTER_SELECCTION = 2;
static final int SPRITE_SCENE_CHARACTER_SELECCTION_BACKGROUND = 4;
static final int SPRITE_SCENE_CHARACTER_SELECCTION_TABLE = 5;
static final int SPRITE_SCENE_CHARACTER_SELECCTION_TREE_PURPLE_COLUMNS = 6;
static final int SPRITE_SCENE_CHARACTER_SELECCTION_YELLOW_COLUMN = 7;
//
static final int GRAPHIC_BOXES_FOR_PLAYER_TEXT = 3;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_NOEL = 8;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_WOMAN = 9;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_MAN = 10;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_PLAYER = 11;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_CIRCLE_NOEL = 12;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_CIRCLE_WOMAN = 13;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_CIRCLE_MAN = 14;
static final int SPRITE_BOXES_FOR_PLAYER_TEXT_CIRCLE_PLAYER = 15;
//
static final int GRAPHIC_BIG_BOX_NUMBER = 4;
static final int SPRITE_BIG_BOX_NUMBER_1 = 16;
static final int SPRITE_BIG_BOX_NUMBER_2 = 17;
static final int SPRITE_BIG_BOX_NUMBER_3 = 18;
static final int SPRITE_BIG_BOX_NUMBER_4 = 19;
static final int SPRITE_BIG_BOX_NUMBER_5 = 20;
static final int SPRITE_BIG_BOX_NUMBER_6 = 21;
static final int SPRITE_BIG_BOX_NUMBER_7 = 22;
static final int SPRITE_BIG_BOX_NUMBER_8 = 23;
static final int SPRITE_BIG_BOX_NUMBER_9 = 24;
static final int SPRITE_BIG_BOX_NUMBER_10 = 25;
static final int SPRITE_BIG_BOX_NUMBER_11 = 26;
static final int SPRITE_BIG_BOX_NUMBER_12 = 27;
static final int SPRITE_BIG_BOX_NUMBER_13 = 28;
static final int SPRITE_BIG_BOX_NUMBER_14 = 29;
static final int SPRITE_BIG_BOX_NUMBER_15 = 30;
static final int SPRITE_BIG_BOX_NUMBER_16 = 31;
static final int SPRITE_BIG_BOX_NUMBER_17 = 32;
static final int SPRITE_BIG_BOX_NUMBER_18 = 33;
static final int SPRITE_BIG_BOX_NUMBER_19 = 34;
static final int SPRITE_BIG_BOX_NUMBER_20 = 35;
static final int SPRITE_BIG_BOX_NUMBER_21 = 36;
static final int SPRITE_BIG_BOX_NUMBER_22 = 37;
//
static final int GRAPHIC_SMALL_BOX_NUMBERS = 5;
static final int SPRITE_SMALL_BOX_NUMBERS_1 = 38;
static final int SPRITE_SMALL_BOX_NUMBERS_2 = 39;
static final int SPRITE_SMALL_BOX_NUMBERS_3 = 40;
static final int SPRITE_SMALL_BOX_NUMBERS_4 = 41;
static final int SPRITE_SMALL_BOX_NUMBERS_5 = 42;
static final int SPRITE_SMALL_BOX_NUMBERS_6 = 43;
static final int SPRITE_SMALL_BOX_NUMBERS_7 = 44;
static final int SPRITE_SMALL_BOX_NUMBERS_8 = 45;
static final int SPRITE_SMALL_BOX_NUMBERS_9 = 46;
static final int SPRITE_SMALL_BOX_NUMBERS_10 = 47;
static final int SPRITE_SMALL_BOX_NUMBERS_11 = 48;
static final int SPRITE_SMALL_BOX_NUMBERS_12 = 49;
static final int SPRITE_SMALL_BOX_NUMBERS_13 = 50;
static final int SPRITE_SMALL_BOX_NUMBERS_14 = 51;
static final int SPRITE_SMALL_BOX_NUMBERS_15 = 52;
static final int SPRITE_SMALL_BOX_NUMBERS_16 = 53;
static final int SPRITE_SMALL_BOX_NUMBERS_17 = 54;
static final int SPRITE_SMALL_BOX_NUMBERS_18 = 55;
static final int SPRITE_SMALL_BOX_NUMBERS_19 = 56;
static final int SPRITE_SMALL_BOX_NUMBERS_20 = 57;
static final int SPRITE_SMALL_BOX_NUMBERS_21 = 58;
static final int SPRITE_SMALL_BOX_NUMBERS_22 = 59;
//
static final int GRAPHIC_PRIZE_MONEY_AMOUNT = 6;
static final int SPRITE_PRIZE_MONEY_AMOUNT_1P = 60;
static final int SPRITE_PRIZE_MONEY_AMOUNT_10P = 61;
static final int SPRITE_PRIZE_MONEY_AMOUNT_50P = 62;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L1 = 63;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L5 = 64;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L10 = 65;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L50 = 66;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L100 = 67;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L250 = 68;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L500 = 69;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L750 = 70;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L1000 = 71;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L3000 = 72;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L5000 = 73;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L10000 = 74;
static final int SPRITE_PRIZE_MONEY_AMOUNT_15000 = 75;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L20000 = 76;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L35000 = 77;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L50000 = 78;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L75000 = 79;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L100000 = 80;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L250000 = 81;
static final int SPRITE_PRIZE_MONEY_AMOUNT_L500000 = 82;
//
static final int GRAPHIC_BIG_BOX_BLUE = 7;
static final int SPRITE_BIG_BOX_BLUE_NORMAL = 83;
static final int SPRITE_BIG_BOX_BLUE_FRAME1 = 84;
static final int SPRITE_BIG_BOX_BLUE_FRAME2 = 85;
//
static final int GRAPHIC_BIG_BOX_RED = 8;
static final int SPRITE_BIG_BOX_RED_NORMAL = 86;
static final int SPRITE_BIG_BOX_RED_FRAME1 = 87;
static final int SPRITE_BIG_BOX_RED_FRAME2 = 88;
//
static final int GRAPHIC_SMALL_BOX = 9;
static final int SPRITE_SMALL_BOX_CLOSE = 89;
//
static final int GRAPHIC_BOARD_PRIZE_BOARD = 10;
static final int SPRITE_BOARD_PRIZE_BOARD_1P = 90;
static final int SPRITE_BOARD_PRIZE_BOARD_10P = 91;
static final int SPRITE_BOARD_PRIZE_BOARD_50P = 92;
static final int SPRITE_BOARD_PRIZE_BOARD_L1 = 93;
static final int SPRITE_BOARD_PRIZE_BOARD_L5 = 94;
static final int SPRITE_BOARD_PRIZE_BOARD_L10 = 95;
static final int SPRITE_BOARD_PRIZE_BOARD_L50 = 96;
static final int SPRITE_BOARD_PRIZE_BOARD_L100 = 97;
static final int SPRITE_BOARD_PRIZE_BOARD_L250 = 98;
static final int SPRITE_BOARD_PRIZE_BOARD_L500 = 99;
static final int SPRITE_BOARD_PRIZE_BOARD_L750 = 100;
static final int SPRITE_BOARD_PRIZE_BOARD_L1000 = 101;
static final int SPRITE_BOARD_PRIZE_BOARD_L3000 = 102;
static final int SPRITE_BOARD_PRIZE_BOARD_L5000 = 103;
static final int SPRITE_BOARD_PRIZE_BOARD_L10000 = 104;
static final int SPRITE_BOARD_PRIZE_BOARD_L15000 = 105;
static final int SPRITE_BOARD_PRIZE_BOARD_L20000 = 106;
static final int SPRITE_BOARD_PRIZE_BOARD_L35000 = 107;
static final int SPRITE_BOARD_PRIZE_BOARD_L50000 = 108;
static final int SPRITE_BOARD_PRIZE_BOARD_L75000 = 109;
static final int SPRITE_BOARD_PRIZE_BOARD_L100000 = 110;
static final int SPRITE_BOARD_PRIZE_BOARD_L250000 = 111;
static final int SPRITE_BOARD_PRIZE_BOARD_L500000 = 112;
//
static final int GRAPHIC_EXPLODING_250000 = 11;
static final int SPRITE_EXPLODING_250000_FRAME1 = 113;
static final int SPRITE_EXPLODING_250000_FRAME2 = 114;
static final int SPRITE_EXPLODING_250000_FRAME3 = 115;
static final int SPRITE_EXPLODING_250000_FRAME4 = 116;
static final int SPRITE_EXPLODING_250000_FRAME5 = 117;
static final int SPRITE_EXPLODING_500000_FRAME1 = 118;
//
static final int GRAPHIC_LOGO_TYPHON = 12;
static final int SPRITE_TYPHON = 119;
//
static final int GRAPHIC_SPLASH = 13;
static final int SPRITE_SPLASH = 120;
//
static final int GRAPHIC_SOFTKEYS = 14;
static final int SPRITE_SOFTKEYS_OK = 121;
static final int SPRITE_SOFTKEYS_BACK = 122;
static final int SPRITE_SOFTKEYS_CANCEL = 123;
static final int SPRITE_SOFTKEYS_CONTINUE = 124;
static final int SPRITE_SOFTKEYS_MENU = 125;
static final int SPRITE_SOFTKEYS_SMALL_UP_ARROW = 126;
static final int SPRITE_SOFTKEYS_SMALL_DOWN_ARROW = 127;
static final int SPRITE_SOFTKEYS_SMALL_LEFT_ARROW = 128;
static final int SPRITE_SOFTKEYS_SMALL_RIGTH_ARROW = 129;
static final int SPRITE_SOFTKEYS_SKIP = 130;
static final int SPRITE_SOFTKEYS_BIG_LEFT_ARROW = 131;
static final int SPRITE_SOFTKEYS_BIG_RIGTH_ARROW = 132;
//
static final int GRAPHIC_LOGO_EA = 15;
static final int SPRITE_LOGO_EA = 133;
//
static final int GRAPHIC_LOGO_ENDEMOL = 16;
static final int SPRITE_LOGO_ENDEMOL = 134;
//
static final int GRAPHIC_BANKER_OFFER_PADDLES = 17;
static final int SPRITE_BLACK_PADDLE_BODY = 135;
static final int SPRITE_BLACK_PADDLE_TILE = 136;
static final int SPRITE_BLACK_PADDLE_HEAD = 137;
static final int SPRITE_BLACK_PADDLE_STICK_TILE = 138;
static final int SPRITE_RED_PADDLE_BODY = 139;
static final int SPRITE_RED_PADDLE_TILE = 140;
static final int SPRITE_RED_PADDLE_HEAD = 141;
static final int SPRITE_RED_PUDDLE_STICK_TILE = 142;
static final int SPRITE_BLUE_PUDDLE_BODY = 143;
static final int SPRITE_BLUE_PUDDLE_TILE = 144;
static final int SPRITE_BLUE_PUDDLE_HEAD = 145;
static final int SPRITE_BLUE_PUDDLE_STICK_TILE = 146;
//
static final int GRAPHIC_BANK_SEAL_BLACK_PADDLE = 18;
static final int SPRITE_BANK_SEAL_BLACK_PADDLE = 147;
//
static final int GRAPHIC_INTRO_SCENE = 19;
static final int SPRITE_INTRO_SCENE = 148;
//
static final int GRAPHIC_NOEL_SCENE = 20;
static final int SPRITE_NOEL_SCENE_BACKGROUND = 149;
static final int SPRITE_NOEL_SCENE_1P = 150;
static final int SPRITE_NOEL_SCENE_10P = 151;
static final int SPRITE_NOEL_SCENE_50P = 152;
static final int SPRITE_NOEL_SCENE_1L = 153;
static final int SPRITE_NOEL_SCENE_10L = 154;
static final int SPRITE_NOEL_SCENE_50L = 155;
static final int SPRITE_NOEL_SCENE_100L = 156;
static final int SPRITE_NOEL_SCENE_250L = 157;
static final int SPRITE_NOEL_SCENE_500L = 158;
static final int SPRITE_NOEL_SCENE_750L = 159;
static final int SPRITE_NOEL_SCENE_1000L = 160;
static final int SPRITE_NOEL_SCENE_3000L = 161;
static final int SPRITE_NOEL_SCENE_5000L = 162;
static final int SPRITE_NOEL_SCENE_10000L = 163;
static final int SPRITE_NOEL_SCENE_15000L = 164;
static final int SPRITE_NOEL_SCENE_20000L = 165;
static final int SPRITE_NOEL_SCENE_35000L = 166;
static final int SPRITE_NOEL_SCENE_50000L = 167;
static final int SPRITE_NOEL_SCENE_75000L = 168;
static final int SPRITE_NOEL_SCENE_100000L = 169;
static final int SPRITE_NOEL_SCENE_250000L = 170;
static final int SPRITE_NOEL_SCENE_TABLE_NORMAL = 171;
static final int SPRITE_NOEL_SCENE_TABLE_RED = 172;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_1 = 173;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_2 = 174;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_3 = 175;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_4 = 176;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_5 = 177;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_6 = 178;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_7 = 179;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_8 = 180;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_9 = 181;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_10 = 182;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_11 = 183;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_12 = 184;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_13 = 185;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_14 = 186;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_15 = 187;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_16 = 188;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_17 = 189;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_18 = 190;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_19 = 191;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_20 = 192;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_21 = 193;
static final int SPRITE_NOEL_SCENE_BOX_NUMBER_22 = 194;
static final int SPRITE_NOEL_SCENE_5L = 195;
static final int SPRITE_NOEL_SCENE_500000L = 196;
static final int SPRITE_NOEL_SCENE_PHONE_ANIMATION = 197;
static final byte ANIM_NOEL_SCENE_PHONE_ANIMATION = 4;
//
static final int GRAPHIC_BOARD_FLOOR = 21;
static final int SPRITE_BOARD_FLOOR = 201;
//
static final int GRAPHIC_BOARD_250000BIG = 22;
static final int SPRITE_BOARD_250000BIG_GLOW = 202;
static final int SPRITE_BOARD_250000 = 203;
static final int SPRITE_BOARD_500000 = 204;
static final int SPRITE_BOARD_YOU_HAVE_SPANKED_THE_BANKER = 205;
static final int SPRITE_BOARD_THE_BANKER_SPANKED_YOU = 206;
//
static final int GRAPHIC_BOARD_BIG_BOX = 23;
static final int SPRITE_BOARD_BIG_BOX = 207;
//
static final int GRAPHIC_CONTESTANT_CLAUDE_PARMER = 24;
static final int SPRITE_CONTESTANT_CLAUDE_PARMER_NORMAL = 208;
static final int SPRITE_CONTESTANT_CLAUDE_PARMER_HAPPY = 209;
static final int SPRITE_CONTESTANT_CLAUDE_PARMER_SAD = 210;
static final int SPRITE_CONTESTANT_CLAUDE_PARMER_BLINK = 211;
//
static final int GRAPHIC_CONTESTANT_KATIE_HOBBS = 25;
static final int SPRITE_CONTESTANT_KATIE_HOBBS_NORMAL = 212;
static final int SPRITE_CONTESTANT_KATIE_HOBBS_HAPPY = 213;
static final int SPRITE_CONTESTANT_KATIE_HOBBS_SAD = 214;
static final int SPRITE_CONTESTANT_KATIE_HOBBS_BLINK = 215;
//
static final int GRAPHIC_CONTESTANT_WALTER_ELLIS = 26;
static final int SPRITE_CONTESTANT_WALTER_ELLIS_NORMAL = 216;
static final int SPRITE_CONTESTANT_WALTER_ELLIS_HAPPY = 217;
static final int SPRITE_CONTESTANT_WALTER_ELLIS_SAD = 218;
static final int SPRITE_CONTESTANT_WALTER_ELLIS_BLINK = 219;
//
static final int GRAPHIC_MAIN_MENU_RED_TEXT = 27;
static final int SPRITE_MAIN_MENU_TEXT_HISTORY = 220;
static final int SPRITE_MAIN_MENU_TEXT_PLAYER = 221;
static final int SPRITE_MAIN_MENU_TEXT_VIEW_BOARD = 222;
static final int SPRITE_MAIN_MENU_TEXT_STATUS_SCREEN = 223;
static final int SPRITE_MAIN_MENU_TEXT_WHAT_WOULD_YOU_DO_NOW = 224;
static final int SPRITE_MAIN_MENU_TEXT_BE_THE _BANKER = 225;
static final int SPRITE_MAIN_MENU_TEXT_QUICK_PLAY = 226;
static final int SPRITE_MAIN_MENU_TEXT_DEAL_OR_NO_DEAL = 227;
static final int SPRITE_MAIN_MENU_TEXT_EXIT = 228;
static final int SPRITE_MAIN_MENU_TEXT_HELP = 229;
static final int SPRITE_MAIN_MENU_TEXT_CONTINUE = 230;
static final int SPRITE_MAIN_MENU_TEXT_PLAY = 231;
static final int SPRITE_MAIN_MENU_TEXT_GET_MORE_GAMES = 232;
static final int SPRITE_MAIN_MENU_TEXT_OPTIONS = 233;
static final int SPRITE_MAIN_MENU_TEXT_ABOUT = 234;
//
static final int GRAPHIC_CONTESTANT_SILVIA_WEI = 28;
static final int SPRITE_CONTESTANT_SILVIA_WEI_NORMAL = 235;
static final int SPRITE_CONTESTANT_SILVIA_WEI_HAPPY = 236;
static final int SPRITE_CONTESTANT_SILVIA_WEI_SAD = 237;
static final int SPRITE_CONTESTANT_SILVIA_WEI_BLINK = 238;
//
static final int GRAPHIC_MAIN_MENU_YELLOW_ARROWS = 29;
static final int SPRITE_MAIN_MENU_YELLOW_ARROWS_LEFT = 239;
static final int SPRITE_MAIN_MENU_YELLOW_ARROWS_RIGTH = 240;
//
static final int GRAPHIC_CONTESTANT_BILL_HUI = 30;
static final int SPRITE_CONTESTANT_BILL_HUI_NORMAL = 241;
static final int SPRITE_CONTESTANT_BILL_HUI_HAPPY = 242;
static final int SPRITE_CONTESTANT_BILL_HUI_SAD = 243;
static final int SPRITE_CONTESTANT_BILL_HUI_BLINK = 244;
//
static final int GRAPHIC_CONTESTANT_FADIL_TREZZI = 31;
static final int SPRITE_CONTESTANT_FADIL_TREZZI_NORMAL = 245;
static final int SPRITE_CONTESTANT_FADIL_TREZZI_HAPPY = 246;
static final int SPRITE_CONTESTANT_FADIL_TREZZI_SAD = 247;
static final int SPRITE_CONTESTANT_FADIL_TREZZI_BLINK = 248;
//
static final int GRAPHIC_CONTESTANT_DAVE_DIXON = 32;
static final int SPRITE_CONTESTANT_DAVE_DIXON_NORMAL = 249;
static final int SPRITE_CONTESTANT_DAVE_DIXON_HAPPY = 250;
static final int SPRITE_CONTESTANT_DAVE_DIXON_SAD = 251;
static final int SPRITE_CONTESTANT_DAVE_DIXON_BLINK = 252;
//
static final int GRAPHIC_CONTESTANT_SHARON_MORRIS = 33;
static final int SPRITE_CONTESTANT_SHARON_MORRIS_NORMAL = 253;
static final int SPRITE_CONTESTANT_SHARON_MORRIS_HAPPY = 254;
static final int SPRITE_CONTESTANT_SHARON_MORRIS_SAD = 255;
static final int SPRITE_CONTESTANT_SHARON_MORRIS_BLINK = 256;
//
static final int GRAPHIC_CONTESTANT_MARY_SCOTT = 34;
static final int SPRITE_CONTESTANT_MARY_SCOTT_NORMAL = 257;
static final int SPRITE_CONTESTANT_MARY_SCOTT_HAPPY = 258;
static final int SPRITE_CONTESTANT_MARY_SCOTT_SAD = 259;
static final int SPRITE_CONTESTANT_MARY_SCOTT_BLINK = 260;
//
static final int GRAPHIC_BE_THE_BANKER_CALCULATOR = 35;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_NORMAL = 261;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_1_PRESSED = 262;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_2_PRESSED = 263;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_3_PRESSED = 264;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_4_PRESSED = 265;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_5_PRESSED = 266;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_6_PRESSED = 267;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_7_PRESSED = 268;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_8_PRESSED = 269;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_9_PRESSED = 270;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_0_PRESSED = 271;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_C_PRESSED = 272;
static final int SPRITE_BE_THE_BANKER_CALCULATOR_ENTER_PRESSED = 273;
//
static final int GRAPHIC_CONTESTANT_JULIE_HARRINGTON = 36;
static final int SPRITE_CONTESTANT_JULIE_HARRINGTON_NORMAL = 274;
static final int SPRITE_CONTESTANT_JULIE_HARRINGTON_HAPPY = 275;
static final int SPRITE_CONTESTANT_JULIE_HARRINGTON_SAD = 276;
static final int SPRITE_CONTESTANT_JULIE_HARRINGTON_BLINK = 277;
//
static final int GRAPHIC_CONTESTANT_SIMON_MILLER = 37;
static final int SPRITE_CONTESTANT_SIMON_MILLER_NORMAL = 278;
static final int SPRITE_CONTESTANT_SIMON_MILLER_HAPPY = 279;
static final int SPRITE_CONTESTANT_SIMON_MILLER_SAD = 280;
static final int SPRITE_CONTESTANT_SIMON_MILLER_BLINK = 281;
//
static final int GRAPHIC_CONTESTANT_JOHN_GLEN = 38;
static final int SPRITE_CONTESTANT_JOHN_GLEN_NORMAL = 282;
static final int SPRITE_CONTESTANT_JOHN_GLEN_HAPPY = 283;
static final int SPRITE_CONTESTANT_JOHN_GLEN_SAD = 284;
static final int SPRITE_CONTESTANT_JOHN_GLEN_BLINK = 285;
//
static final int GRAPHIC_CONTESTANT_PETE_MARSHALL = 39;
static final int SPRITE_CONTESTANT_PETE_MARSHALL_NORMAL = 286;
static final int SPRITE_CONTESTANT_PETE_MARSHALL_HAPPY = 287;
static final int SPRITE_CONTESTANT_PETE_MARSHALL_SAD = 288;
static final int SPRITE_CONTESTANT_PETE_MARSHALL_BLINK = 289;
//
static final int GRAPHIC_CONTESTANT_BRIDGET_LEWIS = 40;
static final int SPRITE_CONTESTANT_BRIDGET_LEWIS_NORMAL = 290;
static final int SPRITE_CONTESTANT_BRIDGET_LEWIS_HAPPY = 291;
static final int SPRITE_CONTESTANT_BRIDGET_LEWIS_SAD = 292;
static final int SPRITE_CONTESTANT_BRIDGET_LEWIS_BLINK = 293;
//
static final int GRAPHIC_CONTESTANT_ZOE_NICKOLLS = 41;
static final int SPRITE_CONTESTANT_ZOE_NICKOLLS_NORMAL = 294;
static final int SPRITE_CONTESTANT_ZOE_NICKOLLS_HAPPY = 295;
static final int SPRITE_CONTESTANT_ZOE_NICKOLLS_SAD = 296;
static final int SPRITE_CONTESTANT_ZOE_NICKOLLS_BLINK = 297;
//
static final int GRAPHIC_CONTESTANT_SALLY_ROBINS = 42;
static final int SPRITE_CONTESTANT_SALLY_ROBINS_NORMAL = 298;
static final int SPRITE_CONTESTANT_SALLY_ROBINS_HAPPY = 299;
static final int SPRITE_CONTESTANT_SALLY_ROBINS_SAD = 300;
static final int SPRITE_CONTESTANT_SALLY_ROBINS_BLINK = 301;
//
static final int GRAPHIC_CONTESTANT_IAN_RHODES = 43;
static final int SPRITE_CONTESTANT_IAN_RHODES_NORMAL = 302;
static final int SPRITE_CONTESTANT_IAN_RHODES_HAPPY = 303;
static final int SPRITE_CONTESTANT_IAN_RHODES_SAD = 304;
static final int SPRITE_CONTESTANT_IAN_RHODES_BLINK = 305;
//
static final int GRAPHIC_CONTESTANT_MARK_BRADLEY = 44;
static final int SPRITE_CONTESTANT_MARK_BRADLEY_NORMAL = 306;
static final int SPRITE_CONTESTANT_MARK_BRADLEY_HAPPY = 307;
static final int SPRITE_CONTESTANT_MARK_BRADLEY_SAD = 308;
static final int SPRITE_CONTESTANT_MARK_BRADLEY_BLINK = 309;
//
static final int GRAPHIC_CONTESTANT_MIKE_TAYLOR = 45;
static final int SPRITE_CONTESTANT_MIKE_TAYLOR_NORMAL = 310;
static final int SPRITE_CONTESTANT_MIKE_TAYLOR_HAPPY = 311;
static final int SPRITE_CONTESTANT_MIKE_TAYLOR_SAD = 312;
static final int SPRITE_CONTESTANT_MIKE_TAYLOR_BLINK = 313;
//
static final int GRAPHIC_CONTESTANT_CONSTANCE_LEE = 46;
static final int SPRITE_CONTESTANT_CONSTANCE_LEE_NORMAL = 314;
static final int SPRITE_CONTESTANT_CONSTANCE_LEE_HAPPY = 315;
static final int SPRITE_CONTESTANT_CONSTANCE_LEE_SAD = 316;
static final int SPRITE_CONTESTANT_CONSTANCE_LEE_BLINK = 317;
//
static final int GRAPHIC_CONTESTANT_SARAH_CONRAD = 47;
static final int SPRITE_CONTESTANT_SARAH_CONRAD_NORMAL = 318;
static final int SPRITE_CONTESTANT_SARAH_CONRAD_HAPPY = 319;
static final int SPRITE_CONTESTANT_SARAH_CONRAD_SAD = 320;
static final int SPRITE_CONTESTANT_SARAH_CONRAD_BLINK = 321;
//
static final int GRAPHIC_CONTESTANT_RIYA_CHOPRA = 48;
static final int SPRITE_CONTESTANT_RIYA_CHOPRA_NORMAL = 322;
static final int SPRITE_CONTESTANT_RIYA_CHOPRA_HAPPY = 323;
static final int SPRITE_CONTESTANT_RIYA_CHOPRA_SAD = 324;
static final int SPRITE_CONTESTANT_RIYA_CHOPRA_BLINK = 325;
//
static final int GRAPHIC_HALLOWEEN_NOEL_SCENE = 49;
static final int SPRITE_HALLOWEEN_NOEL_SCENE_BACKGROUND = 326;
//
static final int GRAPHIC_HALLOWEEN_SCENE_CHARACTER_SELECCTION = 50;
static final int SPRITE_HALLOWEEN_SCENE_CHARACTER_SELECCTION_CEMENTERY_STONES = 327;
//
static final int GRAPHIC_NOEL_SCENE_NOEL_ANIMATION = 51;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_BODY = 328;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY = 329;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_LOOKING_DOWN_HEAD = 330;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_SPEAK_1 = 331;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_SPEAK_2 = 332;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_SPEAK_3 = 333;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_SPEAK_4 = 334;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_SPEAK_5 = 335;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_BLINK = 336;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_SAD = 337;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_FRONT_HEAD_HAPPY = 338;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_1 = 339;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_2 = 340;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_3 = 341;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_4 = 342;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_5 = 343;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_6 = 344;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_7 = 345;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_8 = 346;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_3_4_BODY_ARM_9 = 347;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_PHONE_CABLE_FRAME_1_ARM_6 = 348;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_PHONE_CABLE_FRAME_2_ARM_7 = 349;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_PHONE_CABLE_FRAME_3_ARM_8 = 350;
static final int SPRITE_NOEL_SCENE_NOEL_ANIMATION_PHONE_CABLE_FRAME_4_ARM_9 = 351;
//
static final int GRAPHIC_HALLOWEEN_BIG_BOX_SPIDER = 52;
static final int SPRITE_HALLOWEEN_BIG_BOX_SPIDER_NORMAL = 352;
static final int SPRITE_HALLOWEEN_BIG_BOX_SPIDER_FRAME_1 = 353;
static final int SPRITE_HALLOWEEN_BIG_BOX_SPIDER_FRAME_2 = 354;
//
static final int GRAPHIC_HALLOWEEN_SMALL_BOX_SPIDER = 53;
static final int SPRITE_HALLOWEEN_SMALL_BOX_SPIDER = 355;
//
static final int GRAPHIC_EASTER_NOEL_SCENE = 54;
static final int SPRITE_EASTER_NOEL_SCENE_BACKGROUND = 356;
//
static final int GRAPHIC_EASTER_SCENE_CHARACTER_SELECCTION = 55;
static final int SPRITE_EASTER_SCENE_CHARACTER_SELECCTION_FLOWERPOT = 357;
//
static final int GRAPHIC_CHRISTMAS_NOEL_SCENE = 56;
static final int SPRITE_CHRISTMAS_NOEL_SCENE_BACKGROUND = 358;
//
static final int GRAPHIC_CHRISTMAS_SCENE_CHARACTER_SELECCTION = 57;
static final int SPRITE_CHRISTMAS_SCENE_CHARACTER_SELECCTION_TABLE_SNOW = 359;
static final int SPRITE_CHRISTMAS_SCENE_CHARACTER_SELECCTION_TREE = 360;
//
static final int GRAPHIC_CHRISTMAS_NOEL_SCENE_BOX_RIBBON = 58;
static final int SPRITE_CHRISTMAS_NOEL_SCENE_BOX_RIBBON_RED = 361;
static final int SPRITE_CHRISTMAS_NOEL_SCENE_BOX_RIBBON_GREEN = 362;
//
static final int GRAPHIC_INTRO_SCENE_NOEL_ANIMATION = 59;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_BODY = 363;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_HAPPY = 364;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_SAD = 365;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_BLINK = 366;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_SPEAK_1 = 367;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_SPEAK_2 = 368;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_SPEAK_3 = 369;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_SPEAK_4 = 370;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_SPEAK_5 = 371;
static final int SPRITE_INTRO_SCENE_NOEL_ANIMATION_FACE_SPEAK_6 = 372;
//
static final int GRAPHIC_NOEL_SCENE_PLAYER_BOX = 60;
static final int SPRITE_NOEL_SCENE_PLAYER_BOX = 373;
//
static final int GRAPHIC_CIRCLE_BOX_CONTESTANTS_FACES = 61;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_BILL_HUI = 374;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_BRIDGET_LEWIS = 375;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_CLAUDE_PARMER = 376;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_COSTANCE_LEE = 377;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_SALLY_ROBINS = 378;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_ZOE_NICKOLLS = 379;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_DAVE_DIXON = 380;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_FADIL_TREZZI = 381;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_IAN_RODHES = 382;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_JOHN_GLEN = 383;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_JULIE_HARRINGTON = 384;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_KATIE_HOBBS = 385;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_MARK_BRADLEY = 386;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_MARY_SCOTT = 387;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_MIKE_TAYLOR = 388;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_PETE_MARSHALL = 389;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_RIYA_CHOPRA = 390;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_SARAH_CONRAD = 391;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_SHARON_MORRIS = 392;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_SILVIA_WEI = 393;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_SIMON_MILLER = 394;
static final int SPRITE_CIRCLE_BOX_CONTESTANTS_FACES_WALTER_ELLIS = 395;
//
static final int GRAPHIC_CHRISTMAS_SELECT_BOX_SCENE_RIBBON = 62;
static final int SPRITE_CHRISTMAS_SELECT_BOX_SCENE_RIBBON_SMALL_BOX_RED = 396;
static final int SPRITE_CHRISTMAS_SELECT_BOX_SCENE_RIBBON_SMALL_BOX_GREEN = 397;
static final int SPRITE_CHRISTMAS_SELECT_BOX_SCENE_RIBBON_BIG_BOX_GREEN_FRAME_2 = 398;
static final int SPRITE_CHRISTMAS_SELECT_BOX_SCENE_RIBBON_BIG_BOX_RED_FRAME_2 = 399;
//
static final int GRAPHIC_CONTESTANT_PLAYER = 63;
static final int SPRITE_CONTESTANT_PLAYER_PHOTO = 400;
//
static final int GRAPHIC_EASTER_BOARD_DECORATION = 64;
static final int SPRITE_EASTER_BOARD_DECORATION_EGGS = 401;
//
static final int GRAPHIC_HALLOWEEN_BOARD_DECORATION = 65;
static final int SPRITE_HALLOWEEN_BOARD_DECORATION = 402;
//
static final int GRAPHIC_CHRISTMAS_BOARD_DECORATION = 66;
static final int SPRITE_CHRISTMAS_BOARD_DECORATION = 403;
//
static final int GRAPHIC_CIRCLE_BOX_NOEL_FACE = 67;
static final int SPRITE_CIRCLE_BOX_NOEL_FACE = 404;
//
static final int GRAPHIC_SEASONALS_SPECIAL_GAME_BACKGROUND = 68;
static final int SPRITE_SEASONALS_SPECIAL_GAME_BACKGROUND = 405;
//
static final int GRAPHIC_EASTER_SPECIAL_GAME = 69;
static final int SPRITE_EASTER_SPECIAL_GAME_BASE = 406;
static final int SPRITE_EGG_1_1 = 407;
static final int SPRITE_EGG_1_2 = 408;
static final int SPRITE_EGG_1_3 = 409;
static final int SPRITE_EGG_1_4 = 410;
static final int SPRITE_EGG_1_3_FRAME_BAD = 411;
static final int SPRITE_EGG_1_4_FRAME_BAD = 412;
static final int SPRITE_EGG_2_1 = 413;
static final int SPRITE_EGG_2_2 = 414;
static final int SPRITE_EGG_2_3 = 415;
static final int SPRITE_EGG_2_4 = 416;
static final int SPRITE_EGG_2_3_FRAME_BAD = 417;
static final int SPRITE_EGG_2_4_FRAME_BAD = 418;
static final int SPRITE_EGG_3_1 = 419;
static final int SPRITE_EGG_3_2 = 420;
static final int SPRITE_EGG_3_3 = 421;
static final int SPRITE_EGG_3_4 = 422;
static final int SPRITE_EGG_3_3_FRAME_BAD = 423;
static final int SPRITE_EGG_3_4_FRAME_BAD = 424;
//
static final int GRAPHIC_HALLOWEEN_SPECIAL_GAME = 70;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_BASE = 425;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_ZOMBIE_ARM_1 = 426;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_ZOMBIE_ARM_2 = 427;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_STONE = 428;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_STONE_DOOR_1 = 429;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_STONE_DOOR_2 = 430;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_STONE_DOOR_3 = 431;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_STONE_TREAT = 432;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_STONE_TRICK = 433;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_COFFIN = 434;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_COFFIN_DOOR_1 = 435;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_COFFIN_DOOR_2 = 436;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_COFFIN_DOOR_3 = 437;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_COFFIN_TREAT = 438;
static final int SPRITE_HALLOWEEN_SPECIAL_GAME_COFFIN_TRICK = 439;
//
static final int GRAPHIC_CHRISTMAS_SPECIAL_GAME = 71;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_TREE = 440;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_1 = 441;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_2 = 442;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_3 = 443;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_4 = 444;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_5 = 445;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_6 = 446;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_7 = 447;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_8 = 448;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_9 = 449;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_10 = 450;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_11 = 451;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_BALL_12 = 452;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_SANTA_HAT = 453;
static final int SPRITE_CHRISTMAS_SPECIAL_GAME_SCROOGE_HAT = 454;
//
static final int GRAPHIC_CIRCLE_BOX_PLAYER_FACE = 72;
static final int SPRITE_CIRCLE_BOX_PLAYER_FACE = 455;
//
static final int GRAPHIC_SEASONALS_BANKER_SEAL = 73;
static final int SPRITE_SEASONAL_BANKER_SEAL = 456;
//
static final int GRAPHIC_TRIP_PRIZE_MONEY_AMOUNT = 74;
static final int SPRITE_TRIP_PRIZE_MONEY_AMOUNT = 457;
//
static final int GRAPHIC_BANKERS_GAMBLE = 75;
static final int SPRITE_BANKERS_GAMBLE = 458;
static final int SPRITE_BANKERS_GAMBLE_STICK = 459;
