X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.h;h=b24103bdaef8c04c079a40aaab73f91ec9c8970c;hb=f857fec3082c785b0dd271b6ad1b7642a2ed4e65;hp=82a4878ac1f7bc1a8c7f227fbfae0cded041ccde;hpb=a84bd00a438ff458c2d74d1d1784deefe12bf84a;p=rocksndiamonds.git diff --git a/src/conf_gfx.h b/src/conf_gfx.h index 82a4878a..b24103bd 100644 --- a/src/conf_gfx.h +++ b/src/conf_gfx.h @@ -16,528 +16,881 @@ #ifndef CONF_GFX_H #define CONF_GFX_H -/* values for graphics configuration */ +/* values for graphics configuration (normal elements) */ -#define IMG_BD_WALL 0 -#define IMG_BD_ROCK 1 -#define IMG_BD_ROCK_FALLING 2 -#define IMG_BD_ROCK_PUSHING 3 -#define IMG_BD_DIAMOND 4 -#define IMG_BD_DIAMOND_FALLING 5 -#define IMG_BD_MAGIC_WALL 6 -#define IMG_BD_MAGIC_WALL_ACTIVE 7 -#define IMG_BD_MAGIC_WALL_FILLING 8 -#define IMG_BD_MAGIC_WALL_FULL 9 -#define IMG_BD_MAGIC_WALL_EMPTYING 10 -#define IMG_BD_MAGIC_WALL_DEAD 11 -#define IMG_BD_AMOEBA 12 -#define IMG_BD_AMOEBA_PART1 13 -#define IMG_BD_AMOEBA_PART2 14 -#define IMG_BD_AMOEBA_PART3 15 -#define IMG_BD_AMOEBA_PART4 16 -#define IMG_BD_BUTTERFLY 17 -#define IMG_BD_BUTTERFLY_MOVING 18 -#define IMG_BD_BUTTERFLY_RIGHT 19 -#define IMG_BD_BUTTERFLY_UP 20 -#define IMG_BD_BUTTERFLY_LEFT 21 -#define IMG_BD_BUTTERFLY_DOWN 22 -#define IMG_BD_FIREFLY 23 -#define IMG_BD_FIREFLY_MOVING 24 -#define IMG_BD_FIREFLY_RIGHT 25 -#define IMG_BD_FIREFLY_UP 26 -#define IMG_BD_FIREFLY_LEFT 27 -#define IMG_BD_FIREFLY_DOWN 28 -#define IMG_SP_EMPTY_SPACE 29 -#define IMG_SP_ZONK 30 -#define IMG_SP_ZONK_FALLING 31 -#define IMG_SP_ZONK_PUSHING 32 -#define IMG_SP_BASE 33 -#define IMG_SP_MURPHY 34 -#define IMG_SP_MURPHY_LEFT 35 -#define IMG_SP_MURPHY_LEFT_MOVING 36 -#define IMG_SP_MURPHY_LEFT_DIGGING 37 -#define IMG_SP_MURPHY_LEFT_PUSHING 38 -#define IMG_SP_MURPHY_LEFT_SNAPPING 39 -#define IMG_SP_MURPHY_RIGHT 40 -#define IMG_SP_MURPHY_RIGHT_MOVING 41 -#define IMG_SP_MURPHY_RIGHT_DIGGING 42 -#define IMG_SP_MURPHY_RIGHT_PUSHING 43 -#define IMG_SP_MURPHY_RIGHT_SNAPPING 44 -#define IMG_SP_MURPHY_UP 45 -#define IMG_SP_MURPHY_UP_SNAPPING 46 -#define IMG_SP_MURPHY_DOWN 47 -#define IMG_SP_MURPHY_DOWN_SNAPPING 48 -#define IMG_SP_MURPHY_CLONE 49 -#define IMG_SP_INFOTRON 50 -#define IMG_SP_INFOTRON_FALLING 51 -#define IMG_SP_CHIP_SINGLE 52 -#define IMG_SP_CHIP_LEFT 53 -#define IMG_SP_CHIP_RIGHT 54 -#define IMG_SP_CHIP_UPPER 55 -#define IMG_SP_CHIP_LOWER 56 -#define IMG_SP_HARD_GRAY 57 -#define IMG_SP_HARD_GREEN 58 -#define IMG_SP_HARD_BLUE 59 -#define IMG_SP_HARD_RED 60 -#define IMG_SP_HARD_YELLOW 61 -#define IMG_SP_EXIT_CLOSED 62 -#define IMG_SP_EXIT_OPEN 63 -#define IMG_SP_DISK_ORANGE 64 -#define IMG_SP_DISK_ORANGE_FALLING 65 -#define IMG_SP_DISK_ORANGE_PUSHING 66 -#define IMG_SP_DISK_YELLOW 67 -#define IMG_SP_DISK_YELLOW_PUSHING 68 -#define IMG_SP_DISK_RED 69 -#define IMG_SP_DISK_RED_COLLECTING 70 -#define IMG_SP_PORT1_RIGHT 71 -#define IMG_SP_PORT1_DOWN 72 -#define IMG_SP_PORT1_LEFT 73 -#define IMG_SP_PORT1_UP 74 -#define IMG_SP_PORT2_RIGHT 75 -#define IMG_SP_PORT2_DOWN 76 -#define IMG_SP_PORT2_LEFT 77 -#define IMG_SP_PORT2_UP 78 -#define IMG_SP_PORT_X 79 -#define IMG_SP_PORT_Y 80 -#define IMG_SP_PORT_XY 81 -#define IMG_SP_SNIKSNAK 82 -#define IMG_SP_SNIKSNAK_LEFT 83 -#define IMG_SP_SNIKSNAK_RIGHT 84 -#define IMG_SP_SNIKSNAK_UP 85 -#define IMG_SP_SNIKSNAK_DOWN 86 -#define IMG_SP_ELECTRON 87 -#define IMG_SP_TERMINAL 88 -#define IMG_SP_TERMINAL_ACTIVE 89 -#define IMG_SP_BUGGY_BASE 90 -#define IMG_SP_BUGGY_BASE_ACTIVE 91 -#define IMG_SP_HARD_BASE1 92 -#define IMG_SP_HARD_BASE2 93 -#define IMG_SP_HARD_BASE3 94 -#define IMG_SP_HARD_BASE4 95 -#define IMG_SP_HARD_BASE5 96 -#define IMG_SP_HARD_BASE6 97 -#define IMG_SP_EXPLOSION 98 -#define IMG_SP_EXPLOSION_INFOTRON 99 -#define IMG_SOKOBAN_OBJECT 100 -#define IMG_SOKOBAN_FIELD_EMPTY 101 -#define IMG_SOKOBAN_FIELD_FULL 102 -#define IMG_EMPTY_SPACE 103 -#define IMG_SAND 104 -#define IMG_SAND_CRUMBLED 105 -#define IMG_WALL 106 -#define IMG_WALL_CRUMBLED 107 -#define IMG_STEELWALL 108 -#define IMG_ROCK 109 -#define IMG_ROCK_FALLING 110 -#define IMG_ROCK_PUSHING 111 -#define IMG_EMERALD 112 -#define IMG_EMERALD_FALLING 113 -#define IMG_DIAMOND 114 -#define IMG_DIAMOND_FALLING 115 -#define IMG_BOMB 116 -#define IMG_NUT 117 -#define IMG_NUT_CRACKING 118 -#define IMG_DYNAMITE 119 -#define IMG_DYNAMITE_ACTIVE 120 -#define IMG_WALL_EMERALD 121 -#define IMG_WALL_DIAMOND 122 -#define IMG_BUG_RIGHT 123 -#define IMG_BUG_UP 124 -#define IMG_BUG_LEFT 125 -#define IMG_BUG_DOWN 126 -#define IMG_SPACESHIP_RIGHT 127 -#define IMG_SPACESHIP_UP 128 -#define IMG_SPACESHIP_LEFT 129 -#define IMG_SPACESHIP_DOWN 130 -#define IMG_YAMYAM 131 -#define IMG_YAMYAM_MOVING 132 -#define IMG_ROBOT 133 -#define IMG_ROBOT_WHEEL 134 -#define IMG_ROBOT_WHEEL_ACTIVE 135 -#define IMG_MAGIC_WALL 136 -#define IMG_MAGIC_WALL_ACTIVE 137 -#define IMG_MAGIC_WALL_FILLING 138 -#define IMG_MAGIC_WALL_FULL 139 -#define IMG_MAGIC_WALL_EMPTYING 140 -#define IMG_MAGIC_WALL_DEAD 141 -#define IMG_QUICKSAND_EMPTY 142 -#define IMG_QUICKSAND_FILLING 143 -#define IMG_QUICKSAND_FULL 144 -#define IMG_QUICKSAND_EMPTYING 145 -#define IMG_ACIDPOOL_TOPLEFT 146 -#define IMG_ACIDPOOL_TOPRIGHT 147 -#define IMG_ACIDPOOL_BOTTOMLEFT 148 -#define IMG_ACIDPOOL_BOTTOM 149 -#define IMG_ACIDPOOL_BOTTOMRIGHT 150 -#define IMG_ACID 151 -#define IMG_ACID_SPLASHING_LEFT 152 -#define IMG_ACID_SPLASHING_RIGHT 153 -#define IMG_AMOEBA_DROP 154 -#define IMG_AMOEBA_CREATING 155 -#define IMG_AMOEBA_SHRINKING 156 -#define IMG_AMOEBA_WET 157 -#define IMG_AMOEBA_WET_PART1 158 -#define IMG_AMOEBA_WET_PART2 159 -#define IMG_AMOEBA_WET_PART3 160 -#define IMG_AMOEBA_WET_PART4 161 -#define IMG_AMOEBA_DRY 162 -#define IMG_AMOEBA_DRY_PART1 163 -#define IMG_AMOEBA_DRY_PART2 164 -#define IMG_AMOEBA_DRY_PART3 165 -#define IMG_AMOEBA_DRY_PART4 166 -#define IMG_AMOEBA_FULL 167 -#define IMG_AMOEBA_FULL_PART1 168 -#define IMG_AMOEBA_FULL_PART2 169 -#define IMG_AMOEBA_FULL_PART3 170 -#define IMG_AMOEBA_FULL_PART4 171 -#define IMG_AMOEBA_DEAD 172 -#define IMG_AMOEBA_DEAD_PART1 173 -#define IMG_AMOEBA_DEAD_PART2 174 -#define IMG_AMOEBA_DEAD_PART3 175 -#define IMG_AMOEBA_DEAD_PART4 176 -#define IMG_EM_KEY1 177 -#define IMG_EM_KEY2 178 -#define IMG_EM_KEY3 179 -#define IMG_EM_KEY4 180 -#define IMG_EM_GATE1 181 -#define IMG_EM_GATE2 182 -#define IMG_EM_GATE3 183 -#define IMG_EM_GATE4 184 -#define IMG_EM_GATE1_GRAY 185 -#define IMG_EM_GATE2_GRAY 186 -#define IMG_EM_GATE3_GRAY 187 -#define IMG_EM_GATE4_GRAY 188 -#define IMG_EXIT_CLOSED 189 -#define IMG_EXIT_OPENING 190 -#define IMG_EXIT_OPEN 191 -#define IMG_BALLOON 192 -#define IMG_BALLOON_MOVING 193 -#define IMG_BALLOON_SEND_LEFT 194 -#define IMG_BALLOON_SEND_RIGHT 195 -#define IMG_BALLOON_SEND_UP 196 -#define IMG_BALLOON_SEND_DOWN 197 -#define IMG_BALLOON_SEND_ANY_DIRECTION 198 -#define IMG_SPRING 199 -#define IMG_SPRING_MOVING 200 -#define IMG_EMC_STEELWALL1 201 -#define IMG_EMC_STEELWALL2 202 -#define IMG_EMC_STEELWALL3 203 -#define IMG_EMC_STEELWALL4 204 -#define IMG_EMC_WALL_PILLAR_UPPER 205 -#define IMG_EMC_WALL_PILLAR_MIDDLE 206 -#define IMG_EMC_WALL_PILLAR_LOWER 207 -#define IMG_EMC_WALL4 208 -#define IMG_EMC_WALL5 209 -#define IMG_EMC_WALL6 210 -#define IMG_EMC_WALL7 211 -#define IMG_EMC_WALL8 212 -#define IMG_INVISIBLE_STEELWALL 213 -#define IMG_INVISIBLE_STEELWALL_ACTIVE 214 -#define IMG_INVISIBLE_WALL 215 -#define IMG_INVISIBLE_WALL_ACTIVE 216 -#define IMG_INVISIBLE_SAND 217 -#define IMG_INVISIBLE_SAND_ACTIVE 218 -#define IMG_CONVEYOR_BELT1_MIDDLE 219 -#define IMG_CONVEYOR_BELT1_MIDDLE_ACTIVE 220 -#define IMG_CONVEYOR_BELT1_LEFT 221 -#define IMG_CONVEYOR_BELT1_LEFT_ACTIVE 222 -#define IMG_CONVEYOR_BELT1_RIGHT 223 -#define IMG_CONVEYOR_BELT1_RIGHT_ACTIVE 224 -#define IMG_CONVEYOR_BELT1_SWITCH_LEFT 225 -#define IMG_CONVEYOR_BELT1_SWITCH_MIDDLE 226 -#define IMG_CONVEYOR_BELT1_SWITCH_RIGHT 227 -#define IMG_CONVEYOR_BELT2_MIDDLE 228 -#define IMG_CONVEYOR_BELT2_MIDDLE_ACTIVE 229 -#define IMG_CONVEYOR_BELT2_LEFT 230 -#define IMG_CONVEYOR_BELT2_LEFT_ACTIVE 231 -#define IMG_CONVEYOR_BELT2_RIGHT 232 -#define IMG_CONVEYOR_BELT2_RIGHT_ACTIVE 233 -#define IMG_CONVEYOR_BELT2_SWITCH_LEFT 234 -#define IMG_CONVEYOR_BELT2_SWITCH_MIDDLE 235 -#define IMG_CONVEYOR_BELT2_SWITCH_RIGHT 236 -#define IMG_CONVEYOR_BELT3_MIDDLE 237 -#define IMG_CONVEYOR_BELT3_MIDDLE_ACTIVE 238 -#define IMG_CONVEYOR_BELT3_LEFT 239 -#define IMG_CONVEYOR_BELT3_LEFT_ACTIVE 240 -#define IMG_CONVEYOR_BELT3_RIGHT 241 -#define IMG_CONVEYOR_BELT3_RIGHT_ACTIVE 242 -#define IMG_CONVEYOR_BELT3_SWITCH_LEFT 243 -#define IMG_CONVEYOR_BELT3_SWITCH_MIDDLE 244 -#define IMG_CONVEYOR_BELT3_SWITCH_RIGHT 245 -#define IMG_CONVEYOR_BELT4_MIDDLE 246 -#define IMG_CONVEYOR_BELT4_MIDDLE_ACTIVE 247 -#define IMG_CONVEYOR_BELT4_LEFT 248 -#define IMG_CONVEYOR_BELT4_LEFT_ACTIVE 249 -#define IMG_CONVEYOR_BELT4_RIGHT 250 -#define IMG_CONVEYOR_BELT4_RIGHT_ACTIVE 251 -#define IMG_CONVEYOR_BELT4_SWITCH_LEFT 252 -#define IMG_CONVEYOR_BELT4_SWITCH_MIDDLE 253 -#define IMG_CONVEYOR_BELT4_SWITCH_RIGHT 254 -#define IMG_SWITCHGATE_SWITCH_UP 255 -#define IMG_SWITCHGATE_SWITCH_DOWN 256 -#define IMG_LIGHT_SWITCH 257 -#define IMG_LIGHT_SWITCH_ACTIVE 258 -#define IMG_TIMEGATE_SWITCH 259 -#define IMG_TIMEGATE_SWITCH_ACTIVE 260 -#define IMG_ENVELOPE 261 -#define IMG_SIGN_EXCLAMATION 262 -#define IMG_SIGN_STOP 263 -#define IMG_LANDMINE 264 -#define IMG_STEELWALL_SLANTED 265 -#define IMG_EXTRA_TIME 266 -#define IMG_SHIELD_NORMAL 267 -#define IMG_SHIELD_DEADLY 268 -#define IMG_SHIELD_NORMAL_ACTIVE 269 -#define IMG_SHIELD_DEADLY_ACTIVE 270 -#define IMG_SWITCHGATE_CLOSED 271 -#define IMG_SWITCHGATE_OPENING 272 -#define IMG_SWITCHGATE_OPEN 273 -#define IMG_SWITCHGATE_CLOSING 274 -#define IMG_TIMEGATE_CLOSED 275 -#define IMG_TIMEGATE_OPENING 276 -#define IMG_TIMEGATE_OPEN 277 -#define IMG_TIMEGATE_CLOSING 278 -#define IMG_PEARL 279 -#define IMG_PEARL_BREAKING 280 -#define IMG_CRYSTAL 281 -#define IMG_WALL_PEARL 282 -#define IMG_WALL_CRYSTAL 283 -#define IMG_TUBE_RIGHT_DOWN 284 -#define IMG_TUBE_HORIZONTAL_DOWN 285 -#define IMG_TUBE_LEFT_DOWN 286 -#define IMG_TUBE_HORIZONTAL 287 -#define IMG_TUBE_VERTICAL_RIGHT 288 -#define IMG_TUBE_ALL 289 -#define IMG_TUBE_VERTICAL_LEFT 290 -#define IMG_TUBE_VERTICAL 291 -#define IMG_TUBE_RIGHT_UP 292 -#define IMG_TUBE_HORIZONTAL_UP 293 -#define IMG_TUBE_LEFT_UP 294 -#define IMG_TRAP 295 -#define IMG_TRAP_ACTIVE 296 -#define IMG_DX_SUPABOMB 297 -#define IMG_KEY1 298 -#define IMG_KEY2 299 -#define IMG_KEY3 300 -#define IMG_KEY4 301 -#define IMG_GATE1 302 -#define IMG_GATE2 303 -#define IMG_GATE3 304 -#define IMG_GATE4 305 -#define IMG_GATE1_GRAY 306 -#define IMG_GATE2_GRAY 307 -#define IMG_GATE3_GRAY 308 -#define IMG_GATE4_GRAY 309 -#define IMG_GAMEOFLIFE 310 -#define IMG_BIOMAZE 311 -#define IMG_PACMAN_RIGHT 312 -#define IMG_PACMAN_UP 313 -#define IMG_PACMAN_LEFT 314 -#define IMG_PACMAN_DOWN 315 -#define IMG_LAMP 316 -#define IMG_LAMP_ACTIVE 317 -#define IMG_TIME_ORB_FULL 318 -#define IMG_TIME_ORB_EMPTY 319 -#define IMG_EMERALD_YELLOW 320 -#define IMG_EMERALD_YELLOW_FALLING 321 -#define IMG_EMERALD_RED 322 -#define IMG_EMERALD_RED_FALLING 323 -#define IMG_EMERALD_PURPLE 324 -#define IMG_EMERALD_PURPLE_FALLING 325 -#define IMG_WALL_EMERALD_YELLOW 326 -#define IMG_WALL_EMERALD_RED 327 -#define IMG_WALL_EMERALD_PURPLE 328 -#define IMG_WALL_BD_DIAMOND 329 -#define IMG_WALL_GROWING_XY 330 -#define IMG_WALL_GROWING_X 331 -#define IMG_WALL_GROWING_Y 332 -#define IMG_WALL_GROWING_ACTIVE_LEFT 333 -#define IMG_WALL_GROWING_ACTIVE_RIGHT 334 -#define IMG_WALL_GROWING_ACTIVE_UP 335 -#define IMG_WALL_GROWING_ACTIVE_DOWN 336 -#define IMG_BLACK_ORB 337 -#define IMG_SPEED_PILL 338 -#define IMG_DARK_YAMYAM 339 -#define IMG_DYNABOMB_ACTIVE 340 -#define IMG_DYNABOMB_PLAYER1_ACTIVE 341 -#define IMG_DYNABOMB_PLAYER2_ACTIVE 342 -#define IMG_DYNABOMB_PLAYER3_ACTIVE 343 -#define IMG_DYNABOMB_PLAYER4_ACTIVE 344 -#define IMG_DYNABOMB_NR 345 -#define IMG_DYNABOMB_SZ 346 -#define IMG_DYNABOMB_XL 347 -#define IMG_PIG_DOWN 348 -#define IMG_PIG_DOWN_MOVING 349 -#define IMG_PIG_DOWN_EATING 350 -#define IMG_PIG_UP 351 -#define IMG_PIG_UP_MOVING 352 -#define IMG_PIG_UP_EATING 353 -#define IMG_PIG_LEFT 354 -#define IMG_PIG_LEFT_MOVING 355 -#define IMG_PIG_LEFT_EATING 356 -#define IMG_PIG_RIGHT 357 -#define IMG_PIG_RIGHT_MOVING 358 -#define IMG_PIG_RIGHT_EATING 359 -#define IMG_DRAGON_DOWN 360 -#define IMG_DRAGON_DOWN_MOVING 361 -#define IMG_DRAGON_DOWN_ATTACKING 362 -#define IMG_DRAGON_UP 363 -#define IMG_DRAGON_UP_MOVING 364 -#define IMG_DRAGON_UP_ATTACKING 365 -#define IMG_DRAGON_LEFT 366 -#define IMG_DRAGON_LEFT_MOVING 367 -#define IMG_DRAGON_LEFT_ATTACKING 368 -#define IMG_DRAGON_RIGHT 369 -#define IMG_DRAGON_RIGHT_MOVING 370 -#define IMG_DRAGON_RIGHT_ATTACKING 371 -#define IMG_MOLE_DOWN 372 -#define IMG_MOLE_DOWN_MOVING 373 -#define IMG_MOLE_DOWN_DIGGING 374 -#define IMG_MOLE_UP 375 -#define IMG_MOLE_UP_MOVING 376 -#define IMG_MOLE_UP_DIGGING 377 -#define IMG_MOLE_LEFT 378 -#define IMG_MOLE_LEFT_MOVING 379 -#define IMG_MOLE_LEFT_DIGGING 380 -#define IMG_MOLE_RIGHT 381 -#define IMG_MOLE_RIGHT_MOVING 382 -#define IMG_MOLE_RIGHT_DIGGING 383 -#define IMG_PENGUIN_DOWN 384 -#define IMG_PENGUIN_DOWN_MOVING 385 -#define IMG_PENGUIN_UP 386 -#define IMG_PENGUIN_UP_MOVING 387 -#define IMG_PENGUIN_LEFT 388 -#define IMG_PENGUIN_LEFT_MOVING 389 -#define IMG_PENGUIN_RIGHT 390 -#define IMG_PENGUIN_RIGHT_MOVING 391 -#define IMG_SATELLITE 392 -#define IMG_SATELLITE_MOVING 393 -#define IMG_FLAMES_LEFT1 394 -#define IMG_FLAMES_LEFT2 395 -#define IMG_FLAMES_LEFT3 396 -#define IMG_FLAMES_RIGHT1 397 -#define IMG_FLAMES_RIGHT2 398 -#define IMG_FLAMES_RIGHT3 399 -#define IMG_FLAMES_UP1 400 -#define IMG_FLAMES_UP2 401 -#define IMG_FLAMES_UP3 402 -#define IMG_FLAMES_DOWN1 403 -#define IMG_FLAMES_DOWN2 404 -#define IMG_FLAMES_DOWN3 405 -#define IMG_STONEBLOCK 406 -#define IMG_PLAYER1 407 -#define IMG_PLAYER1_DOWN 408 -#define IMG_PLAYER1_DOWN_MOVING 409 -#define IMG_PLAYER1_DOWN_DIGGING 410 -#define IMG_PLAYER1_DOWN_PUSHING 411 -#define IMG_PLAYER1_DOWN_SNAPPING 412 -#define IMG_PLAYER1_UP 413 -#define IMG_PLAYER1_UP_MOVING 414 -#define IMG_PLAYER1_UP_DIGGING 415 -#define IMG_PLAYER1_UP_PUSHING 416 -#define IMG_PLAYER1_UP_SNAPPING 417 -#define IMG_PLAYER1_LEFT 418 -#define IMG_PLAYER1_LEFT_MOVING 419 -#define IMG_PLAYER1_LEFT_DIGGING 420 -#define IMG_PLAYER1_LEFT_PUSHING 421 -#define IMG_PLAYER1_LEFT_SNAPPING 422 -#define IMG_PLAYER1_RIGHT 423 -#define IMG_PLAYER1_RIGHT_MOVING 424 -#define IMG_PLAYER1_RIGHT_DIGGING 425 -#define IMG_PLAYER1_RIGHT_PUSHING 426 -#define IMG_PLAYER1_RIGHT_SNAPPING 427 -#define IMG_PLAYER2 428 -#define IMG_PLAYER2_DOWN 429 -#define IMG_PLAYER2_DOWN_MOVING 430 -#define IMG_PLAYER2_DOWN_DIGGING 431 -#define IMG_PLAYER2_DOWN_PUSHING 432 -#define IMG_PLAYER2_DOWN_SNAPPING 433 -#define IMG_PLAYER2_UP 434 -#define IMG_PLAYER2_UP_MOVING 435 -#define IMG_PLAYER2_UP_DIGGING 436 -#define IMG_PLAYER2_UP_PUSHING 437 -#define IMG_PLAYER2_UP_SNAPPING 438 -#define IMG_PLAYER2_LEFT 439 -#define IMG_PLAYER2_LEFT_MOVING 440 -#define IMG_PLAYER2_LEFT_DIGGING 441 -#define IMG_PLAYER2_LEFT_PUSHING 442 -#define IMG_PLAYER2_LEFT_SNAPPING 443 -#define IMG_PLAYER2_RIGHT 444 -#define IMG_PLAYER2_RIGHT_MOVING 445 -#define IMG_PLAYER2_RIGHT_DIGGING 446 -#define IMG_PLAYER2_RIGHT_PUSHING 447 -#define IMG_PLAYER2_RIGHT_SNAPPING 448 -#define IMG_PLAYER3 449 -#define IMG_PLAYER3_DOWN 450 -#define IMG_PLAYER3_DOWN_MOVING 451 -#define IMG_PLAYER3_DOWN_DIGGING 452 -#define IMG_PLAYER3_DOWN_PUSHING 453 -#define IMG_PLAYER3_DOWN_SNAPPING 454 -#define IMG_PLAYER3_UP 455 -#define IMG_PLAYER3_UP_MOVING 456 -#define IMG_PLAYER3_UP_DIGGING 457 -#define IMG_PLAYER3_UP_PUSHING 458 -#define IMG_PLAYER3_UP_SNAPPING 459 -#define IMG_PLAYER3_LEFT 460 -#define IMG_PLAYER3_LEFT_MOVING 461 -#define IMG_PLAYER3_LEFT_DIGGING 462 -#define IMG_PLAYER3_LEFT_PUSHING 463 -#define IMG_PLAYER3_LEFT_SNAPPING 464 -#define IMG_PLAYER3_RIGHT 465 -#define IMG_PLAYER3_RIGHT_MOVING 466 -#define IMG_PLAYER3_RIGHT_DIGGING 467 -#define IMG_PLAYER3_RIGHT_PUSHING 468 -#define IMG_PLAYER3_RIGHT_SNAPPING 469 -#define IMG_PLAYER4 470 -#define IMG_PLAYER4_DOWN 471 -#define IMG_PLAYER4_DOWN_MOVING 472 -#define IMG_PLAYER4_DOWN_DIGGING 473 -#define IMG_PLAYER4_DOWN_PUSHING 474 -#define IMG_PLAYER4_DOWN_SNAPPING 475 -#define IMG_PLAYER4_UP 476 -#define IMG_PLAYER4_UP_MOVING 477 -#define IMG_PLAYER4_UP_DIGGING 478 -#define IMG_PLAYER4_UP_PUSHING 479 -#define IMG_PLAYER4_UP_SNAPPING 480 -#define IMG_PLAYER4_LEFT 481 -#define IMG_PLAYER4_LEFT_MOVING 482 -#define IMG_PLAYER4_LEFT_DIGGING 483 -#define IMG_PLAYER4_LEFT_PUSHING 484 -#define IMG_PLAYER4_LEFT_SNAPPING 485 -#define IMG_PLAYER4_RIGHT 486 -#define IMG_PLAYER4_RIGHT_MOVING 487 -#define IMG_PLAYER4_RIGHT_DIGGING 488 -#define IMG_PLAYER4_RIGHT_PUSHING 489 -#define IMG_PLAYER4_RIGHT_SNAPPING 490 -#define IMG_EXPLOSION 491 -#define IMG_TWINKLE_BLUE 492 -#define IMG_TWINKLE_WHITE 493 -#define IMG_STEELWALL_TOPLEFT 494 -#define IMG_STEELWALL_TOPRIGHT 495 -#define IMG_STEELWALL_BOTTOMLEFT 496 -#define IMG_STEELWALL_BOTTOMRIGHT 497 -#define IMG_STEELWALL_HORIZONTAL 498 -#define IMG_STEELWALL_VERTICAL 499 -#define IMG_INVISIBLE_STEELWALL_TOPLEFT 500 -#define IMG_INVISIBLE_STEELWALL_TOPRIGHT 501 -#define IMG_INVISIBLE_STEELWALL_BOTTOMLEFT 502 -#define IMG_INVISIBLE_STEELWALL_BOTTOMRIGHT 503 -#define IMG_INVISIBLE_STEELWALL_HORIZONTAL 504 -#define IMG_INVISIBLE_STEELWALL_VERTICAL 505 -#define IMG_ARROW_BLUE_LEFT 506 -#define IMG_ARROW_BLUE_RIGHT 507 -#define IMG_ARROW_BLUE_UP 508 -#define IMG_ARROW_BLUE_DOWN 509 -#define IMG_ARROW_RED_LEFT 510 -#define IMG_ARROW_RED_RIGHT 511 -#define IMG_ARROW_RED_UP 512 -#define IMG_ARROW_RED_DOWN 513 -#define IMG_SCROLLBAR_BLUE 514 -#define IMG_SCROLLBAR_RED 515 -#define IMG_SCROLLBAR_GREEN 516 -#define IMG_SCROLLBAR_YELLOW 517 -#define IMG_CHAR_QUESTION 518 +#define IMG_BD_WALL 0 +#define IMG_BD_WALL_EDITOR 1 +#define IMG_BD_ROCK 2 +#define IMG_BD_ROCK_EDITOR 3 +#define IMG_BD_ROCK_FALLING 4 +#define IMG_BD_ROCK_MOVING_LEFT 5 +#define IMG_BD_ROCK_MOVING_RIGHT 6 +#define IMG_BD_DIAMOND 7 +#define IMG_BD_DIAMOND_MOVING 8 +#define IMG_BD_DIAMOND_FALLING 9 +#define IMG_BD_MAGIC_WALL 10 +#define IMG_BD_MAGIC_WALL_ACTIVE 11 +#define IMG_BD_MAGIC_WALL_FILLING 12 +#define IMG_BD_MAGIC_WALL_FULL 13 +#define IMG_BD_MAGIC_WALL_EMPTYING 14 +#define IMG_BD_MAGIC_WALL_DEAD 15 +#define IMG_BD_AMOEBA 16 +#define IMG_BD_AMOEBA_EDITOR 17 +#define IMG_BD_BUTTERFLY 18 +#define IMG_BD_BUTTERFLY_RIGHT 19 +#define IMG_BD_BUTTERFLY_UP 20 +#define IMG_BD_BUTTERFLY_LEFT 21 +#define IMG_BD_BUTTERFLY_DOWN 22 +#define IMG_BD_BUTTERFLY_MOVING 23 +#define IMG_BD_FIREFLY 24 +#define IMG_BD_FIREFLY_RIGHT 25 +#define IMG_BD_FIREFLY_UP 26 +#define IMG_BD_FIREFLY_LEFT 27 +#define IMG_BD_FIREFLY_DOWN 28 +#define IMG_BD_FIREFLY_MOVING 29 +#define IMG_SP_EMPTY_SPACE 30 +#define IMG_SP_ZONK 31 +#define IMG_SP_ZONK_FALLING 32 +#define IMG_SP_ZONK_MOVING_LEFT 33 +#define IMG_SP_ZONK_MOVING_RIGHT 34 +#define IMG_SP_BASE 35 +#define IMG_SP_MURPHY 36 +#define IMG_SP_MURPHY_MOVING_LEFT 37 +#define IMG_SP_MURPHY_MOVING_RIGHT 38 +#define IMG_SP_MURPHY_DIGGING_LEFT 39 +#define IMG_SP_MURPHY_DIGGING_RIGHT 40 +#define IMG_SP_MURPHY_COLLECTING_LEFT 41 +#define IMG_SP_MURPHY_COLLECTING_RIGHT 42 +#define IMG_SP_MURPHY_PUSHING_LEFT 43 +#define IMG_SP_MURPHY_PUSHING_RIGHT 44 +#define IMG_SP_MURPHY_SNAPPING_LEFT 45 +#define IMG_SP_MURPHY_SNAPPING_RIGHT 46 +#define IMG_SP_MURPHY_SNAPPING_UP 47 +#define IMG_SP_MURPHY_SNAPPING_DOWN 48 +#define IMG_SP_MURPHY_CLONE 49 +#define IMG_SP_INFOTRON 50 +#define IMG_SP_INFOTRON_EDITOR 51 +#define IMG_SP_INFOTRON_FALLING 52 +#define IMG_SP_CHIP_SINGLE 53 +#define IMG_SP_CHIP_LEFT 54 +#define IMG_SP_CHIP_RIGHT 55 +#define IMG_SP_CHIP_TOP 56 +#define IMG_SP_CHIP_BOTTOM 57 +#define IMG_SP_HARDWARE_GRAY 58 +#define IMG_SP_HARDWARE_GREEN 59 +#define IMG_SP_HARDWARE_BLUE 60 +#define IMG_SP_HARDWARE_RED 61 +#define IMG_SP_HARDWARE_YELLOW 62 +#define IMG_SP_EXIT_CLOSED 63 +#define IMG_SP_EXIT_OPEN 64 +#define IMG_SP_DISK_ORANGE 65 +#define IMG_SP_DISK_ORANGE_FALLING 66 +#define IMG_SP_DISK_ORANGE_PUSHING 67 +#define IMG_SP_DISK_YELLOW 68 +#define IMG_SP_DISK_YELLOW_PUSHING 69 +#define IMG_SP_DISK_RED 70 +#define IMG_SP_DISK_RED_COLLECTING 71 +#define IMG_SP_DISK_RED_ACTIVE 72 +#define IMG_SP_PORT_RIGHT 73 +#define IMG_SP_PORT_DOWN 74 +#define IMG_SP_PORT_LEFT 75 +#define IMG_SP_PORT_UP 76 +#define IMG_SP_PORT_HORIZONTAL 77 +#define IMG_SP_PORT_VERTICAL 78 +#define IMG_SP_PORT_ANY 79 +#define IMG_SP_GRAVITY_PORT_RIGHT 80 +#define IMG_SP_GRAVITY_PORT_DOWN 81 +#define IMG_SP_GRAVITY_PORT_LEFT 82 +#define IMG_SP_GRAVITY_PORT_UP 83 +#define IMG_SP_SNIKSNAK 84 +#define IMG_SP_SNIKSNAK_LEFT 85 +#define IMG_SP_SNIKSNAK_RIGHT 86 +#define IMG_SP_SNIKSNAK_UP 87 +#define IMG_SP_SNIKSNAK_DOWN 88 +#define IMG_SP_ELECTRON 89 +#define IMG_SP_ELECTRON_EDITOR 90 +#define IMG_SP_TERMINAL 91 +#define IMG_SP_TERMINAL_EDITOR 92 +#define IMG_SP_TERMINAL_ACTIVE 93 +#define IMG_SP_BUGGY_BASE 94 +#define IMG_SP_BUGGY_BASE_ACTIVATING 95 +#define IMG_SP_BUGGY_BASE_ACTIVE 96 +#define IMG_SP_HARDWARE_BASE_1 97 +#define IMG_SP_HARDWARE_BASE_2 98 +#define IMG_SP_HARDWARE_BASE_3 99 +#define IMG_SP_HARDWARE_BASE_4 100 +#define IMG_SP_HARDWARE_BASE_5 101 +#define IMG_SP_HARDWARE_BASE_6 102 +#define IMG_SP_EXPLOSION 103 +#define IMG_SP_EXPLOSION_INFOTRON 104 +#define IMG_SOKOBAN_OBJECT 105 +#define IMG_SOKOBAN_OBJECT_EDITOR 106 +#define IMG_SOKOBAN_FIELD_EMPTY 107 +#define IMG_SOKOBAN_FIELD_FULL 108 +#define IMG_EMPTY_SPACE 109 +#define IMG_SAND 110 +#define IMG_SAND_DIGGING_LEFT 111 +#define IMG_SAND_DIGGING_RIGHT 112 +#define IMG_SAND_DIGGING_UP 113 +#define IMG_SAND_DIGGING_DOWN 114 +#define IMG_SAND_CRUMBLED 115 +#define IMG_SAND_CRUMBLED_DIGGING_LEFT 116 +#define IMG_SAND_CRUMBLED_DIGGING_RIGHT 117 +#define IMG_SAND_CRUMBLED_DIGGING_UP 118 +#define IMG_SAND_CRUMBLED_DIGGING_DOWN 119 +#define IMG_WALL 120 +#define IMG_WALL_CRUMBLED 121 +#define IMG_STEELWALL 122 +#define IMG_ROCK 123 +#define IMG_ROCK_FALLING 124 +#define IMG_ROCK_MOVING_LEFT 125 +#define IMG_ROCK_MOVING_RIGHT 126 +#define IMG_EMERALD 127 +#define IMG_EMERALD_MOVING 128 +#define IMG_EMERALD_FALLING 129 +#define IMG_EMERALD_COLLECTING 130 +#define IMG_DIAMOND 131 +#define IMG_DIAMOND_MOVING 132 +#define IMG_DIAMOND_FALLING 133 +#define IMG_DIAMOND_COLLECTING 134 +#define IMG_BOMB 135 +#define IMG_NUT 136 +#define IMG_NUT_FALLING 137 +#define IMG_NUT_MOVING_LEFT 138 +#define IMG_NUT_MOVING_RIGHT 139 +#define IMG_NUT_BREAKING 140 +#define IMG_DYNAMITE 141 +#define IMG_DYNAMITE_EDITOR 142 +#define IMG_DYNAMITE_ACTIVE 143 +#define IMG_DYNAMITE_ACTIVE_EDITOR 144 +#define IMG_WALL_EMERALD 145 +#define IMG_WALL_DIAMOND 146 +#define IMG_BUG_RIGHT 147 +#define IMG_BUG_UP 148 +#define IMG_BUG_LEFT 149 +#define IMG_BUG_DOWN 150 +#define IMG_SPACESHIP_RIGHT 151 +#define IMG_SPACESHIP_UP 152 +#define IMG_SPACESHIP_LEFT 153 +#define IMG_SPACESHIP_DOWN 154 +#define IMG_YAMYAM 155 +#define IMG_YAMYAM_MOVING 156 +#define IMG_ROBOT 157 +#define IMG_ROBOT_MOVING 158 +#define IMG_ROBOT_WHEEL 159 +#define IMG_ROBOT_WHEEL_ACTIVE 160 +#define IMG_MAGIC_WALL 161 +#define IMG_MAGIC_WALL_ACTIVE 162 +#define IMG_MAGIC_WALL_FILLING 163 +#define IMG_MAGIC_WALL_FULL 164 +#define IMG_MAGIC_WALL_EMPTYING 165 +#define IMG_MAGIC_WALL_DEAD 166 +#define IMG_QUICKSAND_EMPTY 167 +#define IMG_QUICKSAND_FILLING 168 +#define IMG_QUICKSAND_FULL 169 +#define IMG_QUICKSAND_FULL_EDITOR 170 +#define IMG_QUICKSAND_EMPTYING 171 +#define IMG_ACID_POOL_TOPLEFT 172 +#define IMG_ACID_POOL_TOPRIGHT 173 +#define IMG_ACID_POOL_BOTTOMLEFT 174 +#define IMG_ACID_POOL_BOTTOM 175 +#define IMG_ACID_POOL_BOTTOMRIGHT 176 +#define IMG_ACID 177 +#define IMG_ACID_SPLASH_LEFT 178 +#define IMG_ACID_SPLASH_RIGHT 179 +#define IMG_AMOEBA_DROP 180 +#define IMG_AMOEBA_GROWING 181 +#define IMG_AMOEBA_SHRINKING 182 +#define IMG_AMOEBA_WET 183 +#define IMG_AMOEBA_WET_EDITOR 184 +#define IMG_AMOEBA_DROPPING 185 +#define IMG_AMOEBA_DRY 186 +#define IMG_AMOEBA_FULL 187 +#define IMG_AMOEBA_FULL_EDITOR 188 +#define IMG_AMOEBA_DEAD 189 +#define IMG_AMOEBA_DEAD_EDITOR 190 +#define IMG_EM_KEY_1 191 +#define IMG_EM_KEY_2 192 +#define IMG_EM_KEY_3 193 +#define IMG_EM_KEY_4 194 +#define IMG_EM_GATE_1 195 +#define IMG_EM_GATE_2 196 +#define IMG_EM_GATE_3 197 +#define IMG_EM_GATE_4 198 +#define IMG_EM_GATE_1_GRAY 199 +#define IMG_EM_GATE_1_GRAY_EDITOR 200 +#define IMG_EM_GATE_2_GRAY 201 +#define IMG_EM_GATE_2_GRAY_EDITOR 202 +#define IMG_EM_GATE_3_GRAY 203 +#define IMG_EM_GATE_3_GRAY_EDITOR 204 +#define IMG_EM_GATE_4_GRAY 205 +#define IMG_EM_GATE_4_GRAY_EDITOR 206 +#define IMG_EXIT_CLOSED 207 +#define IMG_EXIT_OPENING 208 +#define IMG_EXIT_OPEN 209 +#define IMG_BALLOON 210 +#define IMG_BALLOON_MOVING 211 +#define IMG_BALLOON_SWITCH_LEFT 212 +#define IMG_BALLOON_SWITCH_RIGHT 213 +#define IMG_BALLOON_SWITCH_UP 214 +#define IMG_BALLOON_SWITCH_DOWN 215 +#define IMG_BALLOON_SWITCH_ANY 216 +#define IMG_SPRING 217 +#define IMG_SPRING_MOVING 218 +#define IMG_EMC_STEELWALL_1 219 +#define IMG_EMC_STEELWALL_2 220 +#define IMG_EMC_STEELWALL_3 221 +#define IMG_EMC_STEELWALL_4 222 +#define IMG_EMC_WALL_1 223 +#define IMG_EMC_WALL_2 224 +#define IMG_EMC_WALL_3 225 +#define IMG_EMC_WALL_4 226 +#define IMG_EMC_WALL_5 227 +#define IMG_EMC_WALL_6 228 +#define IMG_EMC_WALL_7 229 +#define IMG_EMC_WALL_8 230 +#define IMG_INVISIBLE_STEELWALL 231 +#define IMG_INVISIBLE_STEELWALL_EDITOR 232 +#define IMG_INVISIBLE_STEELWALL_ACTIVE 233 +#define IMG_INVISIBLE_WALL 234 +#define IMG_INVISIBLE_WALL_EDITOR 235 +#define IMG_INVISIBLE_WALL_ACTIVE 236 +#define IMG_INVISIBLE_SAND 237 +#define IMG_INVISIBLE_SAND_EDITOR 238 +#define IMG_INVISIBLE_SAND_ACTIVE 239 +#define IMG_CONVEYOR_BELT_1_MIDDLE 240 +#define IMG_CONVEYOR_BELT_1_MIDDLE_ACTIVE 241 +#define IMG_CONVEYOR_BELT_1_LEFT 242 +#define IMG_CONVEYOR_BELT_1_LEFT_ACTIVE 243 +#define IMG_CONVEYOR_BELT_1_RIGHT 244 +#define IMG_CONVEYOR_BELT_1_RIGHT_ACTIVE 245 +#define IMG_CONVEYOR_BELT_1_SWITCH_LEFT 246 +#define IMG_CONVEYOR_BELT_1_SWITCH_MIDDLE 247 +#define IMG_CONVEYOR_BELT_1_SWITCH_RIGHT 248 +#define IMG_CONVEYOR_BELT_2_MIDDLE 249 +#define IMG_CONVEYOR_BELT_2_MIDDLE_ACTIVE 250 +#define IMG_CONVEYOR_BELT_2_LEFT 251 +#define IMG_CONVEYOR_BELT_2_LEFT_ACTIVE 252 +#define IMG_CONVEYOR_BELT_2_RIGHT 253 +#define IMG_CONVEYOR_BELT_2_RIGHT_ACTIVE 254 +#define IMG_CONVEYOR_BELT_2_SWITCH_LEFT 255 +#define IMG_CONVEYOR_BELT_2_SWITCH_MIDDLE 256 +#define IMG_CONVEYOR_BELT_2_SWITCH_RIGHT 257 +#define IMG_CONVEYOR_BELT_3_MIDDLE 258 +#define IMG_CONVEYOR_BELT_3_MIDDLE_ACTIVE 259 +#define IMG_CONVEYOR_BELT_3_LEFT 260 +#define IMG_CONVEYOR_BELT_3_LEFT_ACTIVE 261 +#define IMG_CONVEYOR_BELT_3_RIGHT 262 +#define IMG_CONVEYOR_BELT_3_RIGHT_ACTIVE 263 +#define IMG_CONVEYOR_BELT_3_SWITCH_LEFT 264 +#define IMG_CONVEYOR_BELT_3_SWITCH_MIDDLE 265 +#define IMG_CONVEYOR_BELT_3_SWITCH_RIGHT 266 +#define IMG_CONVEYOR_BELT_4_MIDDLE 267 +#define IMG_CONVEYOR_BELT_4_MIDDLE_ACTIVE 268 +#define IMG_CONVEYOR_BELT_4_LEFT 269 +#define IMG_CONVEYOR_BELT_4_LEFT_ACTIVE 270 +#define IMG_CONVEYOR_BELT_4_RIGHT 271 +#define IMG_CONVEYOR_BELT_4_RIGHT_ACTIVE 272 +#define IMG_CONVEYOR_BELT_4_SWITCH_LEFT 273 +#define IMG_CONVEYOR_BELT_4_SWITCH_MIDDLE 274 +#define IMG_CONVEYOR_BELT_4_SWITCH_RIGHT 275 +#define IMG_SWITCHGATE_SWITCH_UP 276 +#define IMG_SWITCHGATE_SWITCH_DOWN 277 +#define IMG_LIGHT_SWITCH 278 +#define IMG_LIGHT_SWITCH_ACTIVE 279 +#define IMG_TIMEGATE_SWITCH 280 +#define IMG_TIMEGATE_SWITCH_ACTIVE 281 +#define IMG_ENVELOPE 282 +#define IMG_SIGN_EXCLAMATION 283 +#define IMG_SIGN_STOP 284 +#define IMG_LANDMINE 285 +#define IMG_STEELWALL_SLANTED 286 +#define IMG_EXTRA_TIME 287 +#define IMG_SHIELD_NORMAL 288 +#define IMG_SHIELD_NORMAL_ACTIVE 289 +#define IMG_SHIELD_DEADLY 290 +#define IMG_SHIELD_DEADLY_ACTIVE 291 +#define IMG_SWITCHGATE_CLOSED 292 +#define IMG_SWITCHGATE_OPENING 293 +#define IMG_SWITCHGATE_OPEN 294 +#define IMG_SWITCHGATE_CLOSING 295 +#define IMG_TIMEGATE_CLOSED 296 +#define IMG_TIMEGATE_OPENING 297 +#define IMG_TIMEGATE_OPEN 298 +#define IMG_TIMEGATE_CLOSING 299 +#define IMG_PEARL 300 +#define IMG_PEARL_BREAKING 301 +#define IMG_CRYSTAL 302 +#define IMG_WALL_PEARL 303 +#define IMG_WALL_CRYSTAL 304 +#define IMG_TUBE_RIGHT_DOWN 305 +#define IMG_TUBE_HORIZONTAL_DOWN 306 +#define IMG_TUBE_LEFT_DOWN 307 +#define IMG_TUBE_HORIZONTAL 308 +#define IMG_TUBE_VERTICAL_RIGHT 309 +#define IMG_TUBE_ANY 310 +#define IMG_TUBE_VERTICAL_LEFT 311 +#define IMG_TUBE_VERTICAL 312 +#define IMG_TUBE_RIGHT_UP 313 +#define IMG_TUBE_HORIZONTAL_UP 314 +#define IMG_TUBE_LEFT_UP 315 +#define IMG_TRAP 316 +#define IMG_TRAP_ACTIVE 317 +#define IMG_DX_SUPABOMB 318 +#define IMG_KEY_1 319 +#define IMG_KEY_1_EDITOR 320 +#define IMG_KEY_2 321 +#define IMG_KEY_2_EDITOR 322 +#define IMG_KEY_3 323 +#define IMG_KEY_3_EDITOR 324 +#define IMG_KEY_4 325 +#define IMG_KEY_4_EDITOR 326 +#define IMG_GATE_1 327 +#define IMG_GATE_2 328 +#define IMG_GATE_3 329 +#define IMG_GATE_4 330 +#define IMG_GATE_1_GRAY 331 +#define IMG_GATE_1_GRAY_EDITOR 332 +#define IMG_GATE_2_GRAY 333 +#define IMG_GATE_2_GRAY_EDITOR 334 +#define IMG_GATE_3_GRAY 335 +#define IMG_GATE_3_GRAY_EDITOR 336 +#define IMG_GATE_4_GRAY 337 +#define IMG_GATE_4_GRAY_EDITOR 338 +#define IMG_GAME_OF_LIFE 339 +#define IMG_BIOMAZE 340 +#define IMG_PACMAN_RIGHT 341 +#define IMG_PACMAN_UP 342 +#define IMG_PACMAN_LEFT 343 +#define IMG_PACMAN_DOWN 344 +#define IMG_LAMP 345 +#define IMG_LAMP_EDITOR 346 +#define IMG_LAMP_ACTIVE 347 +#define IMG_TIME_ORB_FULL 348 +#define IMG_TIME_ORB_EMPTY 349 +#define IMG_EMERALD_YELLOW 350 +#define IMG_EMERALD_YELLOW_MOVING 351 +#define IMG_EMERALD_YELLOW_FALLING 352 +#define IMG_EMERALD_RED 353 +#define IMG_EMERALD_RED_MOVING 354 +#define IMG_EMERALD_RED_FALLING 355 +#define IMG_EMERALD_PURPLE 356 +#define IMG_EMERALD_PURPLE_MOVING 357 +#define IMG_EMERALD_PURPLE_FALLING 358 +#define IMG_WALL_EMERALD_YELLOW 359 +#define IMG_WALL_EMERALD_RED 360 +#define IMG_WALL_EMERALD_PURPLE 361 +#define IMG_WALL_BD_DIAMOND 362 +#define IMG_EXPANDABLE_WALL 363 +#define IMG_EXPANDABLE_WALL_HORIZONTAL 364 +#define IMG_EXPANDABLE_WALL_HORIZONTAL_EDITOR 365 +#define IMG_EXPANDABLE_WALL_VERTICAL 366 +#define IMG_EXPANDABLE_WALL_VERTICAL_EDITOR 367 +#define IMG_EXPANDABLE_WALL_ANY 368 +#define IMG_EXPANDABLE_WALL_ANY_EDITOR 369 +#define IMG_EXPANDABLE_WALL_GROWING_LEFT 370 +#define IMG_EXPANDABLE_WALL_GROWING_RIGHT 371 +#define IMG_EXPANDABLE_WALL_GROWING_UP 372 +#define IMG_EXPANDABLE_WALL_GROWING_DOWN 373 +#define IMG_BLACK_ORB 374 +#define IMG_SPEED_PILL 375 +#define IMG_DARK_YAMYAM 376 +#define IMG_DYNABOMB_ACTIVE 377 +#define IMG_DYNABOMB_PLAYER_1_ACTIVE 378 +#define IMG_DYNABOMB_PLAYER_2_ACTIVE 379 +#define IMG_DYNABOMB_PLAYER_3_ACTIVE 380 +#define IMG_DYNABOMB_PLAYER_4_ACTIVE 381 +#define IMG_DYNABOMB_INCREASE_NUMBER 382 +#define IMG_DYNABOMB_INCREASE_SIZE 383 +#define IMG_DYNABOMB_INCREASE_POWER 384 +#define IMG_PIG 385 +#define IMG_PIG_DOWN 386 +#define IMG_PIG_UP 387 +#define IMG_PIG_LEFT 388 +#define IMG_PIG_RIGHT 389 +#define IMG_PIG_MOVING_DOWN 390 +#define IMG_PIG_MOVING_UP 391 +#define IMG_PIG_MOVING_LEFT 392 +#define IMG_PIG_MOVING_RIGHT 393 +#define IMG_PIG_DIGGING_DOWN 394 +#define IMG_PIG_DIGGING_UP 395 +#define IMG_PIG_DIGGING_LEFT 396 +#define IMG_PIG_DIGGING_RIGHT 397 +#define IMG_DRAGON 398 +#define IMG_DRAGON_DOWN 399 +#define IMG_DRAGON_UP 400 +#define IMG_DRAGON_LEFT 401 +#define IMG_DRAGON_RIGHT 402 +#define IMG_DRAGON_MOVING_DOWN 403 +#define IMG_DRAGON_MOVING_UP 404 +#define IMG_DRAGON_MOVING_LEFT 405 +#define IMG_DRAGON_MOVING_RIGHT 406 +#define IMG_DRAGON_ATTACKING_DOWN 407 +#define IMG_DRAGON_ATTACKING_UP 408 +#define IMG_DRAGON_ATTACKING_LEFT 409 +#define IMG_DRAGON_ATTACKING_RIGHT 410 +#define IMG_MOLE 411 +#define IMG_MOLE_DOWN 412 +#define IMG_MOLE_UP 413 +#define IMG_MOLE_LEFT 414 +#define IMG_MOLE_RIGHT 415 +#define IMG_MOLE_MOVING_DOWN 416 +#define IMG_MOLE_MOVING_UP 417 +#define IMG_MOLE_MOVING_LEFT 418 +#define IMG_MOLE_MOVING_RIGHT 419 +#define IMG_MOLE_DIGGING_DOWN 420 +#define IMG_MOLE_DIGGING_UP 421 +#define IMG_MOLE_DIGGING_LEFT 422 +#define IMG_MOLE_DIGGING_RIGHT 423 +#define IMG_PENGUIN 424 +#define IMG_PENGUIN_EDITOR 425 +#define IMG_PENGUIN_DOWN 426 +#define IMG_PENGUIN_UP 427 +#define IMG_PENGUIN_LEFT 428 +#define IMG_PENGUIN_RIGHT 429 +#define IMG_PENGUIN_MOVING_DOWN 430 +#define IMG_PENGUIN_MOVING_UP 431 +#define IMG_PENGUIN_MOVING_LEFT 432 +#define IMG_PENGUIN_MOVING_RIGHT 433 +#define IMG_SATELLITE 434 +#define IMG_SATELLITE_MOVING 435 +#define IMG_FLAMES_1_LEFT 436 +#define IMG_FLAMES_2_LEFT 437 +#define IMG_FLAMES_3_LEFT 438 +#define IMG_FLAMES_1_RIGHT 439 +#define IMG_FLAMES_2_RIGHT 440 +#define IMG_FLAMES_3_RIGHT 441 +#define IMG_FLAMES_1_UP 442 +#define IMG_FLAMES_2_UP 443 +#define IMG_FLAMES_3_UP 444 +#define IMG_FLAMES_1_DOWN 445 +#define IMG_FLAMES_2_DOWN 446 +#define IMG_FLAMES_3_DOWN 447 +#define IMG_STONEBLOCK 448 +#define IMG_PLAYER_1 449 +#define IMG_PLAYER_1_EDITOR 450 +#define IMG_PLAYER_1_DOWN 451 +#define IMG_PLAYER_1_UP 452 +#define IMG_PLAYER_1_LEFT 453 +#define IMG_PLAYER_1_RIGHT 454 +#define IMG_PLAYER_1_MOVING_DOWN 455 +#define IMG_PLAYER_1_MOVING_UP 456 +#define IMG_PLAYER_1_MOVING_LEFT 457 +#define IMG_PLAYER_1_MOVING_RIGHT 458 +#define IMG_PLAYER_1_DIGGING_DOWN 459 +#define IMG_PLAYER_1_DIGGING_UP 460 +#define IMG_PLAYER_1_DIGGING_LEFT 461 +#define IMG_PLAYER_1_DIGGING_RIGHT 462 +#define IMG_PLAYER_1_COLLECTING_DOWN 463 +#define IMG_PLAYER_1_COLLECTING_UP 464 +#define IMG_PLAYER_1_COLLECTING_LEFT 465 +#define IMG_PLAYER_1_COLLECTING_RIGHT 466 +#define IMG_PLAYER_1_PUSHING_DOWN 467 +#define IMG_PLAYER_1_PUSHING_UP 468 +#define IMG_PLAYER_1_PUSHING_LEFT 469 +#define IMG_PLAYER_1_PUSHING_RIGHT 470 +#define IMG_PLAYER_1_SNAPPING_DOWN 471 +#define IMG_PLAYER_1_SNAPPING_UP 472 +#define IMG_PLAYER_1_SNAPPING_LEFT 473 +#define IMG_PLAYER_1_SNAPPING_RIGHT 474 +#define IMG_PLAYER_2 475 +#define IMG_PLAYER_2_EDITOR 476 +#define IMG_PLAYER_2_DOWN 477 +#define IMG_PLAYER_2_UP 478 +#define IMG_PLAYER_2_LEFT 479 +#define IMG_PLAYER_2_RIGHT 480 +#define IMG_PLAYER_2_MOVING_DOWN 481 +#define IMG_PLAYER_2_MOVING_UP 482 +#define IMG_PLAYER_2_MOVING_LEFT 483 +#define IMG_PLAYER_2_MOVING_RIGHT 484 +#define IMG_PLAYER_2_DIGGING_DOWN 485 +#define IMG_PLAYER_2_DIGGING_UP 486 +#define IMG_PLAYER_2_DIGGING_LEFT 487 +#define IMG_PLAYER_2_DIGGING_RIGHT 488 +#define IMG_PLAYER_2_COLLECTING_DOWN 489 +#define IMG_PLAYER_2_COLLECTING_UP 490 +#define IMG_PLAYER_2_COLLECTING_LEFT 491 +#define IMG_PLAYER_2_COLLECTING_RIGHT 492 +#define IMG_PLAYER_2_PUSHING_DOWN 493 +#define IMG_PLAYER_2_PUSHING_UP 494 +#define IMG_PLAYER_2_PUSHING_LEFT 495 +#define IMG_PLAYER_2_PUSHING_RIGHT 496 +#define IMG_PLAYER_2_SNAPPING_DOWN 497 +#define IMG_PLAYER_2_SNAPPING_UP 498 +#define IMG_PLAYER_2_SNAPPING_LEFT 499 +#define IMG_PLAYER_2_SNAPPING_RIGHT 500 +#define IMG_PLAYER_3 501 +#define IMG_PLAYER_3_EDITOR 502 +#define IMG_PLAYER_3_DOWN 503 +#define IMG_PLAYER_3_UP 504 +#define IMG_PLAYER_3_LEFT 505 +#define IMG_PLAYER_3_RIGHT 506 +#define IMG_PLAYER_3_MOVING_DOWN 507 +#define IMG_PLAYER_3_MOVING_UP 508 +#define IMG_PLAYER_3_MOVING_LEFT 509 +#define IMG_PLAYER_3_MOVING_RIGHT 510 +#define IMG_PLAYER_3_DIGGING_DOWN 511 +#define IMG_PLAYER_3_DIGGING_UP 512 +#define IMG_PLAYER_3_DIGGING_LEFT 513 +#define IMG_PLAYER_3_DIGGING_RIGHT 514 +#define IMG_PLAYER_3_COLLECTING_DOWN 515 +#define IMG_PLAYER_3_COLLECTING_UP 516 +#define IMG_PLAYER_3_COLLECTING_LEFT 517 +#define IMG_PLAYER_3_COLLECTING_RIGHT 518 +#define IMG_PLAYER_3_PUSHING_DOWN 519 +#define IMG_PLAYER_3_PUSHING_UP 520 +#define IMG_PLAYER_3_PUSHING_LEFT 521 +#define IMG_PLAYER_3_PUSHING_RIGHT 522 +#define IMG_PLAYER_3_SNAPPING_DOWN 523 +#define IMG_PLAYER_3_SNAPPING_UP 524 +#define IMG_PLAYER_3_SNAPPING_LEFT 525 +#define IMG_PLAYER_3_SNAPPING_RIGHT 526 +#define IMG_PLAYER_4 527 +#define IMG_PLAYER_4_EDITOR 528 +#define IMG_PLAYER_4_DOWN 529 +#define IMG_PLAYER_4_UP 530 +#define IMG_PLAYER_4_LEFT 531 +#define IMG_PLAYER_4_RIGHT 532 +#define IMG_PLAYER_4_MOVING_DOWN 533 +#define IMG_PLAYER_4_MOVING_UP 534 +#define IMG_PLAYER_4_MOVING_LEFT 535 +#define IMG_PLAYER_4_MOVING_RIGHT 536 +#define IMG_PLAYER_4_DIGGING_DOWN 537 +#define IMG_PLAYER_4_DIGGING_UP 538 +#define IMG_PLAYER_4_DIGGING_LEFT 539 +#define IMG_PLAYER_4_DIGGING_RIGHT 540 +#define IMG_PLAYER_4_COLLECTING_DOWN 541 +#define IMG_PLAYER_4_COLLECTING_UP 542 +#define IMG_PLAYER_4_COLLECTING_LEFT 543 +#define IMG_PLAYER_4_COLLECTING_RIGHT 544 +#define IMG_PLAYER_4_PUSHING_DOWN 545 +#define IMG_PLAYER_4_PUSHING_UP 546 +#define IMG_PLAYER_4_PUSHING_LEFT 547 +#define IMG_PLAYER_4_PUSHING_RIGHT 548 +#define IMG_PLAYER_4_SNAPPING_DOWN 549 +#define IMG_PLAYER_4_SNAPPING_UP 550 +#define IMG_PLAYER_4_SNAPPING_LEFT 551 +#define IMG_PLAYER_4_SNAPPING_RIGHT 552 +#define IMG_EXPLOSION 553 +#define IMG_TWINKLE_BLUE 554 +#define IMG_TWINKLE_WHITE 555 +#define IMG_STEELWALL_TOPLEFT 556 +#define IMG_STEELWALL_TOPRIGHT 557 +#define IMG_STEELWALL_BOTTOMLEFT 558 +#define IMG_STEELWALL_BOTTOMRIGHT 559 +#define IMG_STEELWALL_HORIZONTAL 560 +#define IMG_STEELWALL_VERTICAL 561 +#define IMG_STEELWALL_TOPLEFT_EDITOR 562 +#define IMG_STEELWALL_TOPRIGHT_EDITOR 563 +#define IMG_STEELWALL_BOTTOMLEFT_EDITOR 564 +#define IMG_STEELWALL_BOTTOMRIGHT_EDITOR 565 +#define IMG_STEELWALL_HORIZONTAL_EDITOR 566 +#define IMG_STEELWALL_VERTICAL_EDITOR 567 +#define IMG_INVISIBLE_STEELWALL_TOPLEFT 568 +#define IMG_INVISIBLE_STEELWALL_TOPRIGHT 569 +#define IMG_INVISIBLE_STEELWALL_BOTTOMLEFT 570 +#define IMG_INVISIBLE_STEELWALL_BOTTOMRIGHT 571 +#define IMG_INVISIBLE_STEELWALL_HORIZONTAL 572 +#define IMG_INVISIBLE_STEELWALL_VERTICAL 573 +#define IMG_INVISIBLE_STEELWALL_TOPLEFT_EDITOR 574 +#define IMG_INVISIBLE_STEELWALL_TOPRIGHT_EDITOR 575 +#define IMG_INVISIBLE_STEELWALL_BOTTOMLEFT_EDITOR 576 +#define IMG_INVISIBLE_STEELWALL_BOTTOMRIGHT_EDITOR 577 +#define IMG_INVISIBLE_STEELWALL_HORIZONTAL_EDITOR 578 +#define IMG_INVISIBLE_STEELWALL_VERTICAL_EDITOR 579 +#define IMG_ARROW_LEFT 580 +#define IMG_ARROW_RIGHT 581 +#define IMG_ARROW_UP 582 +#define IMG_ARROW_DOWN 583 +#define IMG_CHAR_SPACE 584 +#define IMG_CHAR_EXCLAM 585 +#define IMG_CHAR_QUOTEDBL 586 +#define IMG_CHAR_NUMBERSIGN 587 +#define IMG_CHAR_DOLLAR 588 +#define IMG_CHAR_PROCENT 589 +#define IMG_CHAR_AMPERSAND 590 +#define IMG_CHAR_APOSTROPHE 591 +#define IMG_CHAR_PARENLEFT 592 +#define IMG_CHAR_PARENRIGHT 593 +#define IMG_CHAR_ASTERISK 594 +#define IMG_CHAR_PLUS 595 +#define IMG_CHAR_COMMA 596 +#define IMG_CHAR_MINUS 597 +#define IMG_CHAR_PERIOD 598 +#define IMG_CHAR_SLASH 599 +#define IMG_CHAR_0 600 +#define IMG_CHAR_1 601 +#define IMG_CHAR_2 602 +#define IMG_CHAR_3 603 +#define IMG_CHAR_4 604 +#define IMG_CHAR_5 605 +#define IMG_CHAR_6 606 +#define IMG_CHAR_7 607 +#define IMG_CHAR_8 608 +#define IMG_CHAR_9 609 +#define IMG_CHAR_COLON 610 +#define IMG_CHAR_SEMICOLON 611 +#define IMG_CHAR_LESS 612 +#define IMG_CHAR_EQUAL 613 +#define IMG_CHAR_GREATER 614 +#define IMG_CHAR_QUESTION 615 +#define IMG_CHAR_AT 616 +#define IMG_CHAR_A 617 +#define IMG_CHAR_B 618 +#define IMG_CHAR_C 619 +#define IMG_CHAR_D 620 +#define IMG_CHAR_E 621 +#define IMG_CHAR_F 622 +#define IMG_CHAR_G 623 +#define IMG_CHAR_H 624 +#define IMG_CHAR_I 625 +#define IMG_CHAR_J 626 +#define IMG_CHAR_K 627 +#define IMG_CHAR_L 628 +#define IMG_CHAR_M 629 +#define IMG_CHAR_N 630 +#define IMG_CHAR_O 631 +#define IMG_CHAR_P 632 +#define IMG_CHAR_Q 633 +#define IMG_CHAR_R 634 +#define IMG_CHAR_S 635 +#define IMG_CHAR_T 636 +#define IMG_CHAR_U 637 +#define IMG_CHAR_V 638 +#define IMG_CHAR_W 639 +#define IMG_CHAR_X 640 +#define IMG_CHAR_Y 641 +#define IMG_CHAR_Z 642 +#define IMG_CHAR_BRACKETLEFT 643 +#define IMG_CHAR_BACKSLASH 644 +#define IMG_CHAR_BRACKETRIGHT 645 +#define IMG_CHAR_ASCIICIRCUM 646 +#define IMG_CHAR_UNDERSCORE 647 +#define IMG_CHAR_COPYRIGHT 648 +#define IMG_CHAR_AUMLAUT 649 +#define IMG_CHAR_OUMLAUT 650 +#define IMG_CHAR_UUMLAUT 651 +#define IMG_CHAR_DEGREE 652 +#define IMG_CHAR_TRADEMARK 653 +#define IMG_CHAR_CURSOR 654 +#define IMG_CUSTOM_1 655 +#define IMG_CUSTOM_2 656 +#define IMG_CUSTOM_3 657 +#define IMG_CUSTOM_4 658 +#define IMG_CUSTOM_5 659 +#define IMG_CUSTOM_6 660 +#define IMG_CUSTOM_7 661 +#define IMG_CUSTOM_8 662 +#define IMG_CUSTOM_9 663 +#define IMG_CUSTOM_10 664 +#define IMG_CUSTOM_11 665 +#define IMG_CUSTOM_12 666 +#define IMG_CUSTOM_13 667 +#define IMG_CUSTOM_14 668 +#define IMG_CUSTOM_15 669 +#define IMG_CUSTOM_16 670 +#define IMG_CUSTOM_17 671 +#define IMG_CUSTOM_18 672 +#define IMG_CUSTOM_19 673 +#define IMG_CUSTOM_20 674 +#define IMG_CUSTOM_21 675 +#define IMG_CUSTOM_22 676 +#define IMG_CUSTOM_23 677 +#define IMG_CUSTOM_24 678 +#define IMG_CUSTOM_25 679 +#define IMG_CUSTOM_26 680 +#define IMG_CUSTOM_27 681 +#define IMG_CUSTOM_28 682 +#define IMG_CUSTOM_29 683 +#define IMG_CUSTOM_30 684 +#define IMG_CUSTOM_31 685 +#define IMG_CUSTOM_32 686 +#define IMG_CUSTOM_33 687 +#define IMG_CUSTOM_34 688 +#define IMG_CUSTOM_35 689 +#define IMG_CUSTOM_36 690 +#define IMG_CUSTOM_37 691 +#define IMG_CUSTOM_38 692 +#define IMG_CUSTOM_39 693 +#define IMG_CUSTOM_40 694 +#define IMG_CUSTOM_41 695 +#define IMG_CUSTOM_42 696 +#define IMG_CUSTOM_43 697 +#define IMG_CUSTOM_44 698 +#define IMG_CUSTOM_45 699 +#define IMG_CUSTOM_46 700 +#define IMG_CUSTOM_47 701 +#define IMG_CUSTOM_48 702 +#define IMG_CUSTOM_49 703 +#define IMG_CUSTOM_50 704 +#define IMG_CUSTOM_51 705 +#define IMG_CUSTOM_52 706 +#define IMG_CUSTOM_53 707 +#define IMG_CUSTOM_54 708 +#define IMG_CUSTOM_55 709 +#define IMG_CUSTOM_56 710 +#define IMG_CUSTOM_57 711 +#define IMG_CUSTOM_58 712 +#define IMG_CUSTOM_59 713 +#define IMG_CUSTOM_60 714 +#define IMG_CUSTOM_61 715 +#define IMG_CUSTOM_62 716 +#define IMG_CUSTOM_63 717 +#define IMG_CUSTOM_64 718 +#define IMG_CUSTOM_65 719 +#define IMG_CUSTOM_66 720 +#define IMG_CUSTOM_67 721 +#define IMG_CUSTOM_68 722 +#define IMG_CUSTOM_69 723 +#define IMG_CUSTOM_70 724 +#define IMG_CUSTOM_71 725 +#define IMG_CUSTOM_72 726 +#define IMG_CUSTOM_73 727 +#define IMG_CUSTOM_74 728 +#define IMG_CUSTOM_75 729 +#define IMG_CUSTOM_76 730 +#define IMG_CUSTOM_77 731 +#define IMG_CUSTOM_78 732 +#define IMG_CUSTOM_79 733 +#define IMG_CUSTOM_80 734 +#define IMG_CUSTOM_81 735 +#define IMG_CUSTOM_82 736 +#define IMG_CUSTOM_83 737 +#define IMG_CUSTOM_84 738 +#define IMG_CUSTOM_85 739 +#define IMG_CUSTOM_86 740 +#define IMG_CUSTOM_87 741 +#define IMG_CUSTOM_88 742 +#define IMG_CUSTOM_89 743 +#define IMG_CUSTOM_90 744 +#define IMG_CUSTOM_91 745 +#define IMG_CUSTOM_92 746 +#define IMG_CUSTOM_93 747 +#define IMG_CUSTOM_94 748 +#define IMG_CUSTOM_95 749 +#define IMG_CUSTOM_96 750 +#define IMG_CUSTOM_97 751 +#define IMG_CUSTOM_98 752 +#define IMG_CUSTOM_99 753 +#define IMG_CUSTOM_100 754 +#define IMG_CUSTOM_101 755 +#define IMG_CUSTOM_102 756 +#define IMG_CUSTOM_103 757 +#define IMG_CUSTOM_104 758 +#define IMG_CUSTOM_105 759 +#define IMG_CUSTOM_106 760 +#define IMG_CUSTOM_107 761 +#define IMG_CUSTOM_108 762 +#define IMG_CUSTOM_109 763 +#define IMG_CUSTOM_110 764 +#define IMG_CUSTOM_111 765 +#define IMG_CUSTOM_112 766 +#define IMG_CUSTOM_113 767 +#define IMG_CUSTOM_114 768 +#define IMG_CUSTOM_115 769 +#define IMG_CUSTOM_116 770 +#define IMG_CUSTOM_117 771 +#define IMG_CUSTOM_118 772 +#define IMG_CUSTOM_119 773 +#define IMG_CUSTOM_120 774 +#define IMG_CUSTOM_121 775 +#define IMG_CUSTOM_122 776 +#define IMG_CUSTOM_123 777 +#define IMG_CUSTOM_124 778 +#define IMG_CUSTOM_125 779 +#define IMG_CUSTOM_126 780 +#define IMG_CUSTOM_127 781 +#define IMG_CUSTOM_128 782 +#define IMG_TOON_1 783 +#define IMG_TOON_2 784 +#define IMG_TOON_3 785 +#define IMG_TOON_4 786 +#define IMG_TOON_5 787 +#define IMG_TOON_6 788 +#define IMG_TOON_7 789 +#define IMG_TOON_8 790 +#define IMG_TOON_9 791 +#define IMG_TOON_10 792 +#define IMG_TOON_11 793 +#define IMG_TOON_12 794 +#define IMG_TOON_13 795 +#define IMG_TOON_14 796 +#define IMG_TOON_15 797 +#define IMG_TOON_16 798 +#define IMG_TOON_17 799 +#define IMG_TOON_18 800 +#define IMG_TOON_19 801 +#define IMG_TOON_20 802 +#define IMG_MENU_CALIBRATE_RED 803 +#define IMG_MENU_CALIBRATE_BLUE 804 +#define IMG_MENU_CALIBRATE_YELLOW 805 +#define IMG_MENU_BUTTON 806 +#define IMG_MENU_BUTTON_ACTIVE 807 +#define IMG_MENU_BUTTON_LEFT 808 +#define IMG_MENU_BUTTON_RIGHT 809 +#define IMG_MENU_BUTTON_UP 810 +#define IMG_MENU_BUTTON_DOWN 811 +#define IMG_MENU_BUTTON_LEFT_ACTIVE 812 +#define IMG_MENU_BUTTON_RIGHT_ACTIVE 813 +#define IMG_MENU_BUTTON_UP_ACTIVE 814 +#define IMG_MENU_BUTTON_DOWN_ACTIVE 815 +#define IMG_MENU_SCROLLBAR 816 +#define IMG_MENU_SCROLLBAR_ACTIVE 817 +#define IMG_FONT_INITIAL_1 818 +#define IMG_FONT_INITIAL_2 819 +#define IMG_FONT_INITIAL_3 820 +#define IMG_FONT_INITIAL_4 821 +#define IMG_FONT_TITLE_1 822 +#define IMG_FONT_TITLE_1_LEVELS 823 +#define IMG_FONT_TITLE_2 824 +#define IMG_FONT_MENU_1 825 +#define IMG_FONT_MENU_2 826 +#define IMG_FONT_TEXT_1 827 +#define IMG_FONT_TEXT_1_LEVELS 828 +#define IMG_FONT_TEXT_1_PREVIEW 829 +#define IMG_FONT_TEXT_1_SCORES 830 +#define IMG_FONT_TEXT_1_ACTIVE_SCORES 831 +#define IMG_FONT_TEXT_2 832 +#define IMG_FONT_TEXT_2_LEVELS 833 +#define IMG_FONT_TEXT_2_PREVIEW 834 +#define IMG_FONT_TEXT_2_SCORES 835 +#define IMG_FONT_TEXT_2_ACTIVE_SCORES 836 +#define IMG_FONT_TEXT_3 837 +#define IMG_FONT_TEXT_3_LEVELS 838 +#define IMG_FONT_TEXT_3_PREVIEW 839 +#define IMG_FONT_TEXT_3_SCORES 840 +#define IMG_FONT_TEXT_3_ACTIVE_SCORES 841 +#define IMG_FONT_TEXT_4 842 +#define IMG_FONT_TEXT_4_LEVELS 843 +#define IMG_FONT_TEXT_4_SCORES 844 +#define IMG_FONT_TEXT_4_ACTIVE_SCORES 845 +#define IMG_FONT_INPUT_1 846 +#define IMG_FONT_INPUT_1_MAIN 847 +#define IMG_FONT_INPUT_1_ACTIVE 848 +#define IMG_FONT_INPUT_1_ACTIVE_MAIN 849 +#define IMG_FONT_INPUT_1_ACTIVE_SETUP 850 +#define IMG_FONT_INPUT_2 851 +#define IMG_FONT_INPUT_2_ACTIVE 852 +#define IMG_FONT_OPTION_OFF 853 +#define IMG_FONT_OPTION_ON 854 +#define IMG_FONT_VALUE_1 855 +#define IMG_FONT_VALUE_2 856 +#define IMG_FONT_VALUE_OLD 857 +#define IMG_FONT_LEVEL_NUMBER 858 +#define IMG_FONT_TAPE_RECORDER 859 +#define IMG_FONT_GAME_INFO 860 +#define IMG_GLOBAL_BORDER 861 +#define IMG_GLOBAL_DOOR 862 +#define IMG_EDITOR_ELEMENT_BORDER 863 +#define IMG_BACKGROUND 864 +#define IMG_BACKGROUND_MAIN 865 +#define IMG_BACKGROUND_LEVELS 866 +#define IMG_BACKGROUND_SCORES 867 +#define IMG_BACKGROUND_EDITOR 868 +#define IMG_BACKGROUND_INFO 869 +#define IMG_BACKGROUND_SETUP 870 +#define IMG_BACKGROUND_DOOR 871 -#define NUM_IMAGE_FILES 519 +#define NUM_IMAGE_FILES 872 -#endif /* GFX_DEFS_H */ +#endif /* CONF_GFX_H */