X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_gfx.h;h=c8a12e1f956d3fd842e2c8e3008384f5513f144b;hb=5a5342a6ab48037839b783adc4f3304331834a8c;hp=83388cbb769f0a240bb958fe04160cde112d43d5;hpb=df964230e1ecbfec8ef120bfcab2ddb1ba0751fa;p=rocksndiamonds.git diff --git a/src/conf_gfx.h b/src/conf_gfx.h index 83388cbb..c8a12e1f 100644 --- a/src/conf_gfx.h +++ b/src/conf_gfx.h @@ -16,515 +16,847 @@ #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_PART1 156 -#define IMG_AMOEBA_PART2 157 -#define IMG_AMOEBA_PART3 158 -#define IMG_AMOEBA_PART4 159 -#define IMG_AMOEBA_DEAD_PART1 160 -#define IMG_AMOEBA_DEAD_PART2 161 -#define IMG_AMOEBA_DEAD_PART3 162 -#define IMG_AMOEBA_DEAD_PART4 163 -#define IMG_EM_KEY1 164 -#define IMG_EM_KEY2 165 -#define IMG_EM_KEY3 166 -#define IMG_EM_KEY4 167 -#define IMG_EM_GATE1 168 -#define IMG_EM_GATE2 169 -#define IMG_EM_GATE3 170 -#define IMG_EM_GATE4 171 -#define IMG_EM_GATE1_GRAY 172 -#define IMG_EM_GATE2_GRAY 173 -#define IMG_EM_GATE3_GRAY 174 -#define IMG_EM_GATE4_GRAY 175 -#define IMG_EXIT_CLOSED 176 -#define IMG_EXIT_OPENING 177 -#define IMG_EXIT_OPEN 178 -#define IMG_BALLOON 179 -#define IMG_BALLOON_MOVING 180 -#define IMG_BALLOON_SEND_LEFT 181 -#define IMG_BALLOON_SEND_RIGHT 182 -#define IMG_BALLOON_SEND_UP 183 -#define IMG_BALLOON_SEND_DOWN 184 -#define IMG_BALLOON_SEND_ANY_DIRECTION 185 -#define IMG_SPRING 186 -#define IMG_SPRING_MOVING 187 -#define IMG_EMC_STEELWALL1 188 -#define IMG_EMC_STEELWALL2 189 -#define IMG_EMC_STEELWALL3 190 -#define IMG_EMC_STEELWALL4 191 -#define IMG_EMC_WALL_PILLAR_UPPER 192 -#define IMG_EMC_WALL_PILLAR_MIDDLE 193 -#define IMG_EMC_WALL_PILLAR_LOWER 194 -#define IMG_EMC_WALL4 195 -#define IMG_EMC_WALL5 196 -#define IMG_EMC_WALL6 197 -#define IMG_EMC_WALL7 198 -#define IMG_EMC_WALL8 199 -#define IMG_INVISIBLE_STEELWALL 200 -#define IMG_INVISIBLE_STEELWALL_ACTIVE 201 -#define IMG_INVISIBLE_WALL 202 -#define IMG_INVISIBLE_WALL_ACTIVE 203 -#define IMG_INVISIBLE_SAND 204 -#define IMG_INVISIBLE_SAND_ACTIVE 205 -#define IMG_CONVEYOR_BELT1_MIDDLE 206 -#define IMG_CONVEYOR_BELT1_MIDDLE_ACTIVE 207 -#define IMG_CONVEYOR_BELT1_LEFT 208 -#define IMG_CONVEYOR_BELT1_LEFT_ACTIVE 209 -#define IMG_CONVEYOR_BELT1_RIGHT 210 -#define IMG_CONVEYOR_BELT1_RIGHT_ACTIVE 211 -#define IMG_CONVEYOR_BELT1_SWITCH_LEFT 212 -#define IMG_CONVEYOR_BELT1_SWITCH_MIDDLE 213 -#define IMG_CONVEYOR_BELT1_SWITCH_RIGHT 214 -#define IMG_CONVEYOR_BELT2_MIDDLE 215 -#define IMG_CONVEYOR_BELT2_MIDDLE_ACTIVE 216 -#define IMG_CONVEYOR_BELT2_LEFT 217 -#define IMG_CONVEYOR_BELT2_LEFT_ACTIVE 218 -#define IMG_CONVEYOR_BELT2_RIGHT 219 -#define IMG_CONVEYOR_BELT2_RIGHT_ACTIVE 220 -#define IMG_CONVEYOR_BELT2_SWITCH_LEFT 221 -#define IMG_CONVEYOR_BELT2_SWITCH_MIDDLE 222 -#define IMG_CONVEYOR_BELT2_SWITCH_RIGHT 223 -#define IMG_CONVEYOR_BELT3_MIDDLE 224 -#define IMG_CONVEYOR_BELT3_MIDDLE_ACTIVE 225 -#define IMG_CONVEYOR_BELT3_LEFT 226 -#define IMG_CONVEYOR_BELT3_LEFT_ACTIVE 227 -#define IMG_CONVEYOR_BELT3_RIGHT 228 -#define IMG_CONVEYOR_BELT3_RIGHT_ACTIVE 229 -#define IMG_CONVEYOR_BELT3_SWITCH_LEFT 230 -#define IMG_CONVEYOR_BELT3_SWITCH_MIDDLE 231 -#define IMG_CONVEYOR_BELT3_SWITCH_RIGHT 232 -#define IMG_CONVEYOR_BELT4_MIDDLE 233 -#define IMG_CONVEYOR_BELT4_MIDDLE_ACTIVE 234 -#define IMG_CONVEYOR_BELT4_LEFT 235 -#define IMG_CONVEYOR_BELT4_LEFT_ACTIVE 236 -#define IMG_CONVEYOR_BELT4_RIGHT 237 -#define IMG_CONVEYOR_BELT4_RIGHT_ACTIVE 238 -#define IMG_CONVEYOR_BELT4_SWITCH_LEFT 239 -#define IMG_CONVEYOR_BELT4_SWITCH_MIDDLE 240 -#define IMG_CONVEYOR_BELT4_SWITCH_RIGHT 241 -#define IMG_SWITCHGATE_SWITCH_UP 242 -#define IMG_SWITCHGATE_SWITCH_DOWN 243 -#define IMG_LIGHT_SWITCH 244 -#define IMG_LIGHT_SWITCH_ACTIVE 245 -#define IMG_TIMEGATE_SWITCH 246 -#define IMG_TIMEGATE_SWITCH_ACTIVE 247 -#define IMG_ENVELOPE 248 -#define IMG_SIGN_EXCLAMATION 249 -#define IMG_SIGN_STOP 250 -#define IMG_LANDMINE 251 -#define IMG_STEELWALL_SLANTED 252 -#define IMG_EXTRA_TIME 253 -#define IMG_SHIELD_NORMAL 254 -#define IMG_SHIELD_DEADLY 255 -#define IMG_SHIELD_NORMAL_ACTIVE 256 -#define IMG_SHIELD_DEADLY_ACTIVE 257 -#define IMG_SWITCHGATE_CLOSED 258 -#define IMG_SWITCHGATE_OPENING 259 -#define IMG_SWITCHGATE_OPEN 260 -#define IMG_SWITCHGATE_CLOSING 261 -#define IMG_TIMEGATE_CLOSED 262 -#define IMG_TIMEGATE_OPENING 263 -#define IMG_TIMEGATE_OPEN 264 -#define IMG_TIMEGATE_CLOSING 265 -#define IMG_PEARL 266 -#define IMG_PEARL_BREAKING 267 -#define IMG_CRYSTAL 268 -#define IMG_WALL_PEARL 269 -#define IMG_WALL_CRYSTAL 270 -#define IMG_TUBE_RIGHT_DOWN 271 -#define IMG_TUBE_HORIZONTAL_DOWN 272 -#define IMG_TUBE_LEFT_DOWN 273 -#define IMG_TUBE_HORIZONTAL 274 -#define IMG_TUBE_VERTICAL_RIGHT 275 -#define IMG_TUBE_ALL 276 -#define IMG_TUBE_VERTICAL_LEFT 277 -#define IMG_TUBE_VERTICAL 278 -#define IMG_TUBE_RIGHT_UP 279 -#define IMG_TUBE_HORIZONTAL_UP 280 -#define IMG_TUBE_LEFT_UP 281 -#define IMG_TRAP 282 -#define IMG_TRAP_ACTIVE 283 -#define IMG_DX_SUPABOMB 284 -#define IMG_KEY1 285 -#define IMG_KEY2 286 -#define IMG_KEY3 287 -#define IMG_KEY4 288 -#define IMG_GATE1 289 -#define IMG_GATE2 290 -#define IMG_GATE3 291 -#define IMG_GATE4 292 -#define IMG_GATE1_GRAY 293 -#define IMG_GATE2_GRAY 294 -#define IMG_GATE3_GRAY 295 -#define IMG_GATE4_GRAY 296 -#define IMG_GAMEOFLIFE 297 -#define IMG_BIOMAZE 298 -#define IMG_PACMAN_RIGHT 299 -#define IMG_PACMAN_UP 300 -#define IMG_PACMAN_LEFT 301 -#define IMG_PACMAN_DOWN 302 -#define IMG_LAMP 303 -#define IMG_LAMP_ACTIVE 304 -#define IMG_TIME_ORB_FULL 305 -#define IMG_TIME_ORB_EMPTY 306 -#define IMG_EMERALD_YELLOW 307 -#define IMG_EMERALD_YELLOW_FALLING 308 -#define IMG_EMERALD_RED 309 -#define IMG_EMERALD_RED_FALLING 310 -#define IMG_EMERALD_PURPLE 311 -#define IMG_EMERALD_PURPLE_FALLING 312 -#define IMG_WALL_EMERALD_YELLOW 313 -#define IMG_WALL_EMERALD_RED 314 -#define IMG_WALL_EMERALD_PURPLE 315 -#define IMG_WALL_BD_DIAMOND 316 -#define IMG_WALL_GROWING_XY 317 -#define IMG_WALL_GROWING_X 318 -#define IMG_WALL_GROWING_Y 319 -#define IMG_WALL_GROWING_ACTIVE_LEFT 320 -#define IMG_WALL_GROWING_ACTIVE_RIGHT 321 -#define IMG_WALL_GROWING_ACTIVE_UP 322 -#define IMG_WALL_GROWING_ACTIVE_DOWN 323 -#define IMG_BLACK_ORB 324 -#define IMG_SPEED_PILL 325 -#define IMG_DARK_YAMYAM 326 -#define IMG_DYNABOMB_ACTIVE 327 -#define IMG_DYNABOMB_PLAYER1_ACTIVE 328 -#define IMG_DYNABOMB_PLAYER2_ACTIVE 329 -#define IMG_DYNABOMB_PLAYER3_ACTIVE 330 -#define IMG_DYNABOMB_PLAYER4_ACTIVE 331 -#define IMG_DYNABOMB_NR 332 -#define IMG_DYNABOMB_SZ 333 -#define IMG_DYNABOMB_XL 334 -#define IMG_PIG_DOWN 335 -#define IMG_PIG_DOWN_MOVING 336 -#define IMG_PIG_DOWN_EATING 337 -#define IMG_PIG_UP 338 -#define IMG_PIG_UP_MOVING 339 -#define IMG_PIG_UP_EATING 340 -#define IMG_PIG_LEFT 341 -#define IMG_PIG_LEFT_MOVING 342 -#define IMG_PIG_LEFT_EATING 343 -#define IMG_PIG_RIGHT 344 -#define IMG_PIG_RIGHT_MOVING 345 -#define IMG_PIG_RIGHT_EATING 346 -#define IMG_DRAGON_DOWN 347 -#define IMG_DRAGON_DOWN_MOVING 348 -#define IMG_DRAGON_DOWN_ATTACKING 349 -#define IMG_DRAGON_UP 350 -#define IMG_DRAGON_UP_MOVING 351 -#define IMG_DRAGON_UP_ATTACKING 352 -#define IMG_DRAGON_LEFT 353 -#define IMG_DRAGON_LEFT_MOVING 354 -#define IMG_DRAGON_LEFT_ATTACKING 355 -#define IMG_DRAGON_RIGHT 356 -#define IMG_DRAGON_RIGHT_MOVING 357 -#define IMG_DRAGON_RIGHT_ATTACKING 358 -#define IMG_MOLE_DOWN 359 -#define IMG_MOLE_DOWN_MOVING 360 -#define IMG_MOLE_DOWN_DIGGING 361 -#define IMG_MOLE_UP 362 -#define IMG_MOLE_UP_MOVING 363 -#define IMG_MOLE_UP_DIGGING 364 -#define IMG_MOLE_LEFT 365 -#define IMG_MOLE_LEFT_MOVING 366 -#define IMG_MOLE_LEFT_DIGGING 367 -#define IMG_MOLE_RIGHT 368 -#define IMG_MOLE_RIGHT_MOVING 369 -#define IMG_MOLE_RIGHT_DIGGING 370 -#define IMG_PENGUIN_DOWN 371 -#define IMG_PENGUIN_DOWN_MOVING 372 -#define IMG_PENGUIN_UP 373 -#define IMG_PENGUIN_UP_MOVING 374 -#define IMG_PENGUIN_LEFT 375 -#define IMG_PENGUIN_LEFT_MOVING 376 -#define IMG_PENGUIN_RIGHT 377 -#define IMG_PENGUIN_RIGHT_MOVING 378 -#define IMG_SATELLITE 379 -#define IMG_SATELLITE_MOVING 380 -#define IMG_FLAMES_LEFT1 381 -#define IMG_FLAMES_LEFT2 382 -#define IMG_FLAMES_LEFT3 383 -#define IMG_FLAMES_RIGHT1 384 -#define IMG_FLAMES_RIGHT2 385 -#define IMG_FLAMES_RIGHT3 386 -#define IMG_FLAMES_UP1 387 -#define IMG_FLAMES_UP2 388 -#define IMG_FLAMES_UP3 389 -#define IMG_FLAMES_DOWN1 390 -#define IMG_FLAMES_DOWN2 391 -#define IMG_FLAMES_DOWN3 392 -#define IMG_STONEBLOCK 393 -#define IMG_PLAYER1 394 -#define IMG_PLAYER1_DOWN 395 -#define IMG_PLAYER1_DOWN_MOVING 396 -#define IMG_PLAYER1_DOWN_DIGGING 397 -#define IMG_PLAYER1_DOWN_PUSHING 398 -#define IMG_PLAYER1_DOWN_SNAPPING 399 -#define IMG_PLAYER1_UP 400 -#define IMG_PLAYER1_UP_MOVING 401 -#define IMG_PLAYER1_UP_DIGGING 402 -#define IMG_PLAYER1_UP_PUSHING 403 -#define IMG_PLAYER1_UP_SNAPPING 404 -#define IMG_PLAYER1_LEFT 405 -#define IMG_PLAYER1_LEFT_MOVING 406 -#define IMG_PLAYER1_LEFT_DIGGING 407 -#define IMG_PLAYER1_LEFT_PUSHING 408 -#define IMG_PLAYER1_LEFT_SNAPPING 409 -#define IMG_PLAYER1_RIGHT 410 -#define IMG_PLAYER1_RIGHT_MOVING 411 -#define IMG_PLAYER1_RIGHT_DIGGING 412 -#define IMG_PLAYER1_RIGHT_PUSHING 413 -#define IMG_PLAYER1_RIGHT_SNAPPING 414 -#define IMG_PLAYER2 415 -#define IMG_PLAYER2_DOWN 416 -#define IMG_PLAYER2_DOWN_MOVING 417 -#define IMG_PLAYER2_DOWN_DIGGING 418 -#define IMG_PLAYER2_DOWN_PUSHING 419 -#define IMG_PLAYER2_DOWN_SNAPPING 420 -#define IMG_PLAYER2_UP 421 -#define IMG_PLAYER2_UP_MOVING 422 -#define IMG_PLAYER2_UP_DIGGING 423 -#define IMG_PLAYER2_UP_PUSHING 424 -#define IMG_PLAYER2_UP_SNAPPING 425 -#define IMG_PLAYER2_LEFT 426 -#define IMG_PLAYER2_LEFT_MOVING 427 -#define IMG_PLAYER2_LEFT_DIGGING 428 -#define IMG_PLAYER2_LEFT_PUSHING 429 -#define IMG_PLAYER2_LEFT_SNAPPING 430 -#define IMG_PLAYER2_RIGHT 431 -#define IMG_PLAYER2_RIGHT_MOVING 432 -#define IMG_PLAYER2_RIGHT_DIGGING 433 -#define IMG_PLAYER2_RIGHT_PUSHING 434 -#define IMG_PLAYER2_RIGHT_SNAPPING 435 -#define IMG_PLAYER3 436 -#define IMG_PLAYER3_DOWN 437 -#define IMG_PLAYER3_DOWN_MOVING 438 -#define IMG_PLAYER3_DOWN_DIGGING 439 -#define IMG_PLAYER3_DOWN_PUSHING 440 -#define IMG_PLAYER3_DOWN_SNAPPING 441 -#define IMG_PLAYER3_UP 442 -#define IMG_PLAYER3_UP_MOVING 443 -#define IMG_PLAYER3_UP_DIGGING 444 -#define IMG_PLAYER3_UP_PUSHING 445 -#define IMG_PLAYER3_UP_SNAPPING 446 -#define IMG_PLAYER3_LEFT 447 -#define IMG_PLAYER3_LEFT_MOVING 448 -#define IMG_PLAYER3_LEFT_DIGGING 449 -#define IMG_PLAYER3_LEFT_PUSHING 450 -#define IMG_PLAYER3_LEFT_SNAPPING 451 -#define IMG_PLAYER3_RIGHT 452 -#define IMG_PLAYER3_RIGHT_MOVING 453 -#define IMG_PLAYER3_RIGHT_DIGGING 454 -#define IMG_PLAYER3_RIGHT_PUSHING 455 -#define IMG_PLAYER3_RIGHT_SNAPPING 456 -#define IMG_PLAYER4 457 -#define IMG_PLAYER4_DOWN 458 -#define IMG_PLAYER4_DOWN_MOVING 459 -#define IMG_PLAYER4_DOWN_DIGGING 460 -#define IMG_PLAYER4_DOWN_PUSHING 461 -#define IMG_PLAYER4_DOWN_SNAPPING 462 -#define IMG_PLAYER4_UP 463 -#define IMG_PLAYER4_UP_MOVING 464 -#define IMG_PLAYER4_UP_DIGGING 465 -#define IMG_PLAYER4_UP_PUSHING 466 -#define IMG_PLAYER4_UP_SNAPPING 467 -#define IMG_PLAYER4_LEFT 468 -#define IMG_PLAYER4_LEFT_MOVING 469 -#define IMG_PLAYER4_LEFT_DIGGING 470 -#define IMG_PLAYER4_LEFT_PUSHING 471 -#define IMG_PLAYER4_LEFT_SNAPPING 472 -#define IMG_PLAYER4_RIGHT 473 -#define IMG_PLAYER4_RIGHT_MOVING 474 -#define IMG_PLAYER4_RIGHT_DIGGING 475 -#define IMG_PLAYER4_RIGHT_PUSHING 476 -#define IMG_PLAYER4_RIGHT_SNAPPING 477 -#define IMG_EXPLOSION 478 -#define IMG_TWINKLE_BLUE 479 -#define IMG_TWINKLE_WHITE 480 -#define IMG_STEELWALL_TOPLEFT 481 -#define IMG_STEELWALL_TOPRIGHT 482 -#define IMG_STEELWALL_BOTTOMLEFT 483 -#define IMG_STEELWALL_BOTTOMRIGHT 484 -#define IMG_STEELWALL_HORIZONTAL 485 -#define IMG_STEELWALL_VERTICAL 486 -#define IMG_INVISIBLE_STEELWALL_TOPLEFT 487 -#define IMG_INVISIBLE_STEELWALL_TOPRIGHT 488 -#define IMG_INVISIBLE_STEELWALL_BOTTOMLEFT 489 -#define IMG_INVISIBLE_STEELWALL_BOTTOMRIGHT 490 -#define IMG_INVISIBLE_STEELWALL_HORIZONTAL 491 -#define IMG_INVISIBLE_STEELWALL_VERTICAL 492 -#define IMG_ARROW_BLUE_LEFT 493 -#define IMG_ARROW_BLUE_RIGHT 494 -#define IMG_ARROW_BLUE_UP 495 -#define IMG_ARROW_BLUE_DOWN 496 -#define IMG_ARROW_RED_LEFT 497 -#define IMG_ARROW_RED_RIGHT 498 -#define IMG_ARROW_RED_UP 499 -#define IMG_ARROW_RED_DOWN 500 -#define IMG_SCROLLBAR_BLUE 501 -#define IMG_SCROLLBAR_RED 502 -#define IMG_SCROLLBAR_GREEN 503 -#define IMG_SCROLLBAR_YELLOW 504 -#define IMG_CHAR_QUESTION 505 +#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_PUSHING_LEFT 41 +#define IMG_SP_MURPHY_PUSHING_RIGHT 42 +#define IMG_SP_MURPHY_SNAPPING_LEFT 43 +#define IMG_SP_MURPHY_SNAPPING_RIGHT 44 +#define IMG_SP_MURPHY_SNAPPING_UP 45 +#define IMG_SP_MURPHY_SNAPPING_DOWN 46 +#define IMG_SP_MURPHY_CLONE 47 +#define IMG_SP_INFOTRON 48 +#define IMG_SP_INFOTRON_EDITOR 49 +#define IMG_SP_INFOTRON_FALLING 50 +#define IMG_SP_CHIP_SINGLE 51 +#define IMG_SP_CHIP_LEFT 52 +#define IMG_SP_CHIP_RIGHT 53 +#define IMG_SP_CHIP_UPPER 54 +#define IMG_SP_CHIP_LOWER 55 +#define IMG_SP_HARD_GRAY 56 +#define IMG_SP_HARD_GREEN 57 +#define IMG_SP_HARD_BLUE 58 +#define IMG_SP_HARD_RED 59 +#define IMG_SP_HARD_YELLOW 60 +#define IMG_SP_EXIT_CLOSED 61 +#define IMG_SP_EXIT_OPEN 62 +#define IMG_SP_DISK_ORANGE 63 +#define IMG_SP_DISK_ORANGE_FALLING 64 +#define IMG_SP_DISK_ORANGE_PUSHING 65 +#define IMG_SP_DISK_YELLOW 66 +#define IMG_SP_DISK_YELLOW_PUSHING 67 +#define IMG_SP_DISK_RED 68 +#define IMG_SP_DISK_RED_COLLECTING 69 +#define IMG_SP_DISK_RED_ACTIVE 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_ELECTRON_EDITOR 88 +#define IMG_SP_TERMINAL 89 +#define IMG_SP_TERMINAL_EDITOR 90 +#define IMG_SP_TERMINAL_ACTIVE 91 +#define IMG_SP_BUGGY_BASE 92 +#define IMG_SP_BUGGY_BASE_ACTIVATING 93 +#define IMG_SP_BUGGY_BASE_ACTIVE 94 +#define IMG_SP_HARD_BASE1 95 +#define IMG_SP_HARD_BASE2 96 +#define IMG_SP_HARD_BASE3 97 +#define IMG_SP_HARD_BASE4 98 +#define IMG_SP_HARD_BASE5 99 +#define IMG_SP_HARD_BASE6 100 +#define IMG_SP_EXPLOSION 101 +#define IMG_SP_EXPLOSION_INFOTRON 102 +#define IMG_SOKOBAN_OBJECT 103 +#define IMG_SOKOBAN_OBJECT_EDITOR 104 +#define IMG_SOKOBAN_FIELD_EMPTY 105 +#define IMG_SOKOBAN_FIELD_FULL 106 +#define IMG_EMPTY_SPACE 107 +#define IMG_SAND 108 +#define IMG_SAND_CRUMBLED 109 +#define IMG_WALL 110 +#define IMG_WALL_CRUMBLED 111 +#define IMG_STEELWALL 112 +#define IMG_ROCK 113 +#define IMG_ROCK_FALLING 114 +#define IMG_ROCK_MOVING_LEFT 115 +#define IMG_ROCK_MOVING_RIGHT 116 +#define IMG_EMERALD 117 +#define IMG_EMERALD_MOVING 118 +#define IMG_EMERALD_FALLING 119 +#define IMG_DIAMOND 120 +#define IMG_DIAMOND_MOVING 121 +#define IMG_DIAMOND_FALLING 122 +#define IMG_BOMB 123 +#define IMG_NUT 124 +#define IMG_NUT_FALLING 125 +#define IMG_NUT_MOVING_LEFT 126 +#define IMG_NUT_MOVING_RIGHT 127 +#define IMG_NUT_CRACKING 128 +#define IMG_DYNAMITE 129 +#define IMG_DYNAMITE_EDITOR 130 +#define IMG_DYNAMITE_ACTIVE 131 +#define IMG_DYNAMITE_ACTIVE_EDITOR 132 +#define IMG_WALL_EMERALD 133 +#define IMG_WALL_DIAMOND 134 +#define IMG_BUG_RIGHT 135 +#define IMG_BUG_UP 136 +#define IMG_BUG_LEFT 137 +#define IMG_BUG_DOWN 138 +#define IMG_SPACESHIP_RIGHT 139 +#define IMG_SPACESHIP_UP 140 +#define IMG_SPACESHIP_LEFT 141 +#define IMG_SPACESHIP_DOWN 142 +#define IMG_YAMYAM 143 +#define IMG_YAMYAM_MOVING 144 +#define IMG_ROBOT 145 +#define IMG_ROBOT_MOVING 146 +#define IMG_ROBOT_WHEEL 147 +#define IMG_ROBOT_WHEEL_ACTIVE 148 +#define IMG_MAGIC_WALL 149 +#define IMG_MAGIC_WALL_ACTIVE 150 +#define IMG_MAGIC_WALL_FILLING 151 +#define IMG_MAGIC_WALL_FULL 152 +#define IMG_MAGIC_WALL_EMPTYING 153 +#define IMG_MAGIC_WALL_DEAD 154 +#define IMG_QUICKSAND_EMPTY 155 +#define IMG_QUICKSAND_FILLING 156 +#define IMG_QUICKSAND_FULL 157 +#define IMG_QUICKSAND_FULL_EDITOR 158 +#define IMG_QUICKSAND_EMPTYING 159 +#define IMG_ACIDPOOL_TOPLEFT 160 +#define IMG_ACIDPOOL_TOPRIGHT 161 +#define IMG_ACIDPOOL_BOTTOMLEFT 162 +#define IMG_ACIDPOOL_BOTTOM 163 +#define IMG_ACIDPOOL_BOTTOMRIGHT 164 +#define IMG_ACID 165 +#define IMG_ACID_SPLASH_LEFT 166 +#define IMG_ACID_SPLASH_RIGHT 167 +#define IMG_AMOEBA_DROP 168 +#define IMG_AMOEBA_CREATING 169 +#define IMG_AMOEBA_SHRINKING 170 +#define IMG_AMOEBA_WET 171 +#define IMG_AMOEBA_WET_EDITOR 172 +#define IMG_AMOEBA_DRIPPING 173 +#define IMG_AMOEBA_DRY 174 +#define IMG_AMOEBA_FULL 175 +#define IMG_AMOEBA_FULL_EDITOR 176 +#define IMG_AMOEBA_DEAD 177 +#define IMG_AMOEBA_DEAD_EDITOR 178 +#define IMG_EM_KEY1 179 +#define IMG_EM_KEY2 180 +#define IMG_EM_KEY3 181 +#define IMG_EM_KEY4 182 +#define IMG_EM_GATE1 183 +#define IMG_EM_GATE2 184 +#define IMG_EM_GATE3 185 +#define IMG_EM_GATE4 186 +#define IMG_EM_GATE1_GRAY 187 +#define IMG_EM_GATE1_GRAY_EDITOR 188 +#define IMG_EM_GATE2_GRAY 189 +#define IMG_EM_GATE2_GRAY_EDITOR 190 +#define IMG_EM_GATE3_GRAY 191 +#define IMG_EM_GATE3_GRAY_EDITOR 192 +#define IMG_EM_GATE4_GRAY 193 +#define IMG_EM_GATE4_GRAY_EDITOR 194 +#define IMG_EXIT_CLOSED 195 +#define IMG_EXIT_OPENING 196 +#define IMG_EXIT_OPEN 197 +#define IMG_BALLOON 198 +#define IMG_BALLOON_MOVING 199 +#define IMG_BALLOON_SEND_LEFT 200 +#define IMG_BALLOON_SEND_RIGHT 201 +#define IMG_BALLOON_SEND_UP 202 +#define IMG_BALLOON_SEND_DOWN 203 +#define IMG_BALLOON_SEND_ANY_DIRECTION 204 +#define IMG_SPRING 205 +#define IMG_SPRING_MOVING 206 +#define IMG_EMC_STEELWALL1 207 +#define IMG_EMC_STEELWALL2 208 +#define IMG_EMC_STEELWALL3 209 +#define IMG_EMC_STEELWALL4 210 +#define IMG_EMC_WALL_PILLAR_UPPER 211 +#define IMG_EMC_WALL_PILLAR_MIDDLE 212 +#define IMG_EMC_WALL_PILLAR_LOWER 213 +#define IMG_EMC_WALL4 214 +#define IMG_EMC_WALL5 215 +#define IMG_EMC_WALL6 216 +#define IMG_EMC_WALL7 217 +#define IMG_EMC_WALL8 218 +#define IMG_INVISIBLE_STEELWALL 219 +#define IMG_INVISIBLE_STEELWALL_EDITOR 220 +#define IMG_INVISIBLE_STEELWALL_ACTIVE 221 +#define IMG_INVISIBLE_WALL 222 +#define IMG_INVISIBLE_WALL_EDITOR 223 +#define IMG_INVISIBLE_WALL_ACTIVE 224 +#define IMG_INVISIBLE_SAND 225 +#define IMG_INVISIBLE_SAND_EDITOR 226 +#define IMG_INVISIBLE_SAND_ACTIVE 227 +#define IMG_CONVEYOR_BELT1_MIDDLE 228 +#define IMG_CONVEYOR_BELT1_MIDDLE_ACTIVE 229 +#define IMG_CONVEYOR_BELT1_LEFT 230 +#define IMG_CONVEYOR_BELT1_LEFT_ACTIVE 231 +#define IMG_CONVEYOR_BELT1_RIGHT 232 +#define IMG_CONVEYOR_BELT1_RIGHT_ACTIVE 233 +#define IMG_CONVEYOR_BELT1_SWITCH_LEFT 234 +#define IMG_CONVEYOR_BELT1_SWITCH_MIDDLE 235 +#define IMG_CONVEYOR_BELT1_SWITCH_RIGHT 236 +#define IMG_CONVEYOR_BELT2_MIDDLE 237 +#define IMG_CONVEYOR_BELT2_MIDDLE_ACTIVE 238 +#define IMG_CONVEYOR_BELT2_LEFT 239 +#define IMG_CONVEYOR_BELT2_LEFT_ACTIVE 240 +#define IMG_CONVEYOR_BELT2_RIGHT 241 +#define IMG_CONVEYOR_BELT2_RIGHT_ACTIVE 242 +#define IMG_CONVEYOR_BELT2_SWITCH_LEFT 243 +#define IMG_CONVEYOR_BELT2_SWITCH_MIDDLE 244 +#define IMG_CONVEYOR_BELT2_SWITCH_RIGHT 245 +#define IMG_CONVEYOR_BELT3_MIDDLE 246 +#define IMG_CONVEYOR_BELT3_MIDDLE_ACTIVE 247 +#define IMG_CONVEYOR_BELT3_LEFT 248 +#define IMG_CONVEYOR_BELT3_LEFT_ACTIVE 249 +#define IMG_CONVEYOR_BELT3_RIGHT 250 +#define IMG_CONVEYOR_BELT3_RIGHT_ACTIVE 251 +#define IMG_CONVEYOR_BELT3_SWITCH_LEFT 252 +#define IMG_CONVEYOR_BELT3_SWITCH_MIDDLE 253 +#define IMG_CONVEYOR_BELT3_SWITCH_RIGHT 254 +#define IMG_CONVEYOR_BELT4_MIDDLE 255 +#define IMG_CONVEYOR_BELT4_MIDDLE_ACTIVE 256 +#define IMG_CONVEYOR_BELT4_LEFT 257 +#define IMG_CONVEYOR_BELT4_LEFT_ACTIVE 258 +#define IMG_CONVEYOR_BELT4_RIGHT 259 +#define IMG_CONVEYOR_BELT4_RIGHT_ACTIVE 260 +#define IMG_CONVEYOR_BELT4_SWITCH_LEFT 261 +#define IMG_CONVEYOR_BELT4_SWITCH_MIDDLE 262 +#define IMG_CONVEYOR_BELT4_SWITCH_RIGHT 263 +#define IMG_SWITCHGATE_SWITCH_UP 264 +#define IMG_SWITCHGATE_SWITCH_DOWN 265 +#define IMG_LIGHT_SWITCH 266 +#define IMG_LIGHT_SWITCH_ACTIVE 267 +#define IMG_TIMEGATE_SWITCH 268 +#define IMG_TIMEGATE_SWITCH_ACTIVE 269 +#define IMG_ENVELOPE 270 +#define IMG_SIGN_EXCLAMATION 271 +#define IMG_SIGN_STOP 272 +#define IMG_LANDMINE 273 +#define IMG_STEELWALL_SLANTED 274 +#define IMG_EXTRA_TIME 275 +#define IMG_SHIELD_NORMAL 276 +#define IMG_SHIELD_NORMAL_ACTIVE 277 +#define IMG_SHIELD_DEADLY 278 +#define IMG_SHIELD_DEADLY_ACTIVE 279 +#define IMG_SWITCHGATE_CLOSED 280 +#define IMG_SWITCHGATE_OPENING 281 +#define IMG_SWITCHGATE_OPEN 282 +#define IMG_SWITCHGATE_CLOSING 283 +#define IMG_TIMEGATE_CLOSED 284 +#define IMG_TIMEGATE_OPENING 285 +#define IMG_TIMEGATE_OPEN 286 +#define IMG_TIMEGATE_CLOSING 287 +#define IMG_PEARL 288 +#define IMG_PEARL_BREAKING 289 +#define IMG_CRYSTAL 290 +#define IMG_WALL_PEARL 291 +#define IMG_WALL_CRYSTAL 292 +#define IMG_TUBE_RIGHT_DOWN 293 +#define IMG_TUBE_HORIZONTAL_DOWN 294 +#define IMG_TUBE_LEFT_DOWN 295 +#define IMG_TUBE_HORIZONTAL 296 +#define IMG_TUBE_VERTICAL_RIGHT 297 +#define IMG_TUBE_ALL 298 +#define IMG_TUBE_VERTICAL_LEFT 299 +#define IMG_TUBE_VERTICAL 300 +#define IMG_TUBE_RIGHT_UP 301 +#define IMG_TUBE_HORIZONTAL_UP 302 +#define IMG_TUBE_LEFT_UP 303 +#define IMG_TRAP 304 +#define IMG_TRAP_ACTIVE 305 +#define IMG_DX_SUPABOMB 306 +#define IMG_KEY1 307 +#define IMG_KEY1_EDITOR 308 +#define IMG_KEY2 309 +#define IMG_KEY2_EDITOR 310 +#define IMG_KEY3 311 +#define IMG_KEY3_EDITOR 312 +#define IMG_KEY4 313 +#define IMG_KEY4_EDITOR 314 +#define IMG_GATE1 315 +#define IMG_GATE2 316 +#define IMG_GATE3 317 +#define IMG_GATE4 318 +#define IMG_GATE1_GRAY 319 +#define IMG_GATE1_GRAY_EDITOR 320 +#define IMG_GATE2_GRAY 321 +#define IMG_GATE2_GRAY_EDITOR 322 +#define IMG_GATE3_GRAY 323 +#define IMG_GATE3_GRAY_EDITOR 324 +#define IMG_GATE4_GRAY 325 +#define IMG_GATE4_GRAY_EDITOR 326 +#define IMG_GAMEOFLIFE 327 +#define IMG_BIOMAZE 328 +#define IMG_PACMAN_RIGHT 329 +#define IMG_PACMAN_UP 330 +#define IMG_PACMAN_LEFT 331 +#define IMG_PACMAN_DOWN 332 +#define IMG_LAMP 333 +#define IMG_LAMP_EDITOR 334 +#define IMG_LAMP_ACTIVE 335 +#define IMG_TIME_ORB_FULL 336 +#define IMG_TIME_ORB_EMPTY 337 +#define IMG_EMERALD_YELLOW 338 +#define IMG_EMERALD_YELLOW_MOVING 339 +#define IMG_EMERALD_YELLOW_FALLING 340 +#define IMG_EMERALD_RED 341 +#define IMG_EMERALD_RED_MOVING 342 +#define IMG_EMERALD_RED_FALLING 343 +#define IMG_EMERALD_PURPLE 344 +#define IMG_EMERALD_PURPLE_MOVING 345 +#define IMG_EMERALD_PURPLE_FALLING 346 +#define IMG_WALL_EMERALD_YELLOW 347 +#define IMG_WALL_EMERALD_RED 348 +#define IMG_WALL_EMERALD_PURPLE 349 +#define IMG_WALL_BD_DIAMOND 350 +#define IMG_WALL_GROWING 351 +#define IMG_WALL_GROWING_XY 352 +#define IMG_WALL_GROWING_XY_EDITOR 353 +#define IMG_WALL_GROWING_X 354 +#define IMG_WALL_GROWING_X_EDITOR 355 +#define IMG_WALL_GROWING_Y 356 +#define IMG_WALL_GROWING_Y_EDITOR 357 +#define IMG_WALL_GROWING_ACTIVE_LEFT 358 +#define IMG_WALL_GROWING_ACTIVE_RIGHT 359 +#define IMG_WALL_GROWING_ACTIVE_UP 360 +#define IMG_WALL_GROWING_ACTIVE_DOWN 361 +#define IMG_BLACK_ORB 362 +#define IMG_SPEED_PILL 363 +#define IMG_DARK_YAMYAM 364 +#define IMG_DYNABOMB_ACTIVE 365 +#define IMG_DYNABOMB_PLAYER1_ACTIVE 366 +#define IMG_DYNABOMB_PLAYER2_ACTIVE 367 +#define IMG_DYNABOMB_PLAYER3_ACTIVE 368 +#define IMG_DYNABOMB_PLAYER4_ACTIVE 369 +#define IMG_DYNABOMB_NR 370 +#define IMG_DYNABOMB_SZ 371 +#define IMG_DYNABOMB_XL 372 +#define IMG_PIG 373 +#define IMG_PIG_DOWN 374 +#define IMG_PIG_UP 375 +#define IMG_PIG_LEFT 376 +#define IMG_PIG_RIGHT 377 +#define IMG_PIG_MOVING_DOWN 378 +#define IMG_PIG_MOVING_UP 379 +#define IMG_PIG_MOVING_LEFT 380 +#define IMG_PIG_MOVING_RIGHT 381 +#define IMG_PIG_EATING_DOWN 382 +#define IMG_PIG_EATING_UP 383 +#define IMG_PIG_EATING_LEFT 384 +#define IMG_PIG_EATING_RIGHT 385 +#define IMG_DRAGON 386 +#define IMG_DRAGON_DOWN 387 +#define IMG_DRAGON_UP 388 +#define IMG_DRAGON_LEFT 389 +#define IMG_DRAGON_RIGHT 390 +#define IMG_DRAGON_MOVING_DOWN 391 +#define IMG_DRAGON_MOVING_UP 392 +#define IMG_DRAGON_MOVING_LEFT 393 +#define IMG_DRAGON_MOVING_RIGHT 394 +#define IMG_DRAGON_ATTACKING_DOWN 395 +#define IMG_DRAGON_ATTACKING_UP 396 +#define IMG_DRAGON_ATTACKING_LEFT 397 +#define IMG_DRAGON_ATTACKING_RIGHT 398 +#define IMG_MOLE 399 +#define IMG_MOLE_DOWN 400 +#define IMG_MOLE_UP 401 +#define IMG_MOLE_LEFT 402 +#define IMG_MOLE_RIGHT 403 +#define IMG_MOLE_MOVING_DOWN 404 +#define IMG_MOLE_MOVING_UP 405 +#define IMG_MOLE_MOVING_LEFT 406 +#define IMG_MOLE_MOVING_RIGHT 407 +#define IMG_MOLE_DIGGING_DOWN 408 +#define IMG_MOLE_DIGGING_UP 409 +#define IMG_MOLE_DIGGING_LEFT 410 +#define IMG_MOLE_DIGGING_RIGHT 411 +#define IMG_PENGUIN 412 +#define IMG_PENGUIN_EDITOR 413 +#define IMG_PENGUIN_DOWN 414 +#define IMG_PENGUIN_UP 415 +#define IMG_PENGUIN_LEFT 416 +#define IMG_PENGUIN_RIGHT 417 +#define IMG_PENGUIN_MOVING_DOWN 418 +#define IMG_PENGUIN_MOVING_UP 419 +#define IMG_PENGUIN_MOVING_LEFT 420 +#define IMG_PENGUIN_MOVING_RIGHT 421 +#define IMG_SATELLITE 422 +#define IMG_SATELLITE_MOVING 423 +#define IMG_FLAMES1_LEFT 424 +#define IMG_FLAMES2_LEFT 425 +#define IMG_FLAMES3_LEFT 426 +#define IMG_FLAMES1_RIGHT 427 +#define IMG_FLAMES2_RIGHT 428 +#define IMG_FLAMES3_RIGHT 429 +#define IMG_FLAMES1_UP 430 +#define IMG_FLAMES2_UP 431 +#define IMG_FLAMES3_UP 432 +#define IMG_FLAMES1_DOWN 433 +#define IMG_FLAMES2_DOWN 434 +#define IMG_FLAMES3_DOWN 435 +#define IMG_STONEBLOCK 436 +#define IMG_PLAYER1 437 +#define IMG_PLAYER1_EDITOR 438 +#define IMG_PLAYER1_DOWN 439 +#define IMG_PLAYER1_UP 440 +#define IMG_PLAYER1_LEFT 441 +#define IMG_PLAYER1_RIGHT 442 +#define IMG_PLAYER1_MOVING_DOWN 443 +#define IMG_PLAYER1_MOVING_UP 444 +#define IMG_PLAYER1_MOVING_LEFT 445 +#define IMG_PLAYER1_MOVING_RIGHT 446 +#define IMG_PLAYER1_DIGGING_DOWN 447 +#define IMG_PLAYER1_DIGGING_UP 448 +#define IMG_PLAYER1_DIGGING_LEFT 449 +#define IMG_PLAYER1_DIGGING_RIGHT 450 +#define IMG_PLAYER1_PUSHING_DOWN 451 +#define IMG_PLAYER1_PUSHING_UP 452 +#define IMG_PLAYER1_PUSHING_LEFT 453 +#define IMG_PLAYER1_PUSHING_RIGHT 454 +#define IMG_PLAYER1_SNAPPING_DOWN 455 +#define IMG_PLAYER1_SNAPPING_UP 456 +#define IMG_PLAYER1_SNAPPING_LEFT 457 +#define IMG_PLAYER1_SNAPPING_RIGHT 458 +#define IMG_PLAYER2 459 +#define IMG_PLAYER2_EDITOR 460 +#define IMG_PLAYER2_DOWN 461 +#define IMG_PLAYER2_UP 462 +#define IMG_PLAYER2_LEFT 463 +#define IMG_PLAYER2_RIGHT 464 +#define IMG_PLAYER2_MOVING_DOWN 465 +#define IMG_PLAYER2_MOVING_UP 466 +#define IMG_PLAYER2_MOVING_LEFT 467 +#define IMG_PLAYER2_MOVING_RIGHT 468 +#define IMG_PLAYER2_DIGGING_DOWN 469 +#define IMG_PLAYER2_DIGGING_UP 470 +#define IMG_PLAYER2_DIGGING_LEFT 471 +#define IMG_PLAYER2_DIGGING_RIGHT 472 +#define IMG_PLAYER2_PUSHING_DOWN 473 +#define IMG_PLAYER2_PUSHING_UP 474 +#define IMG_PLAYER2_PUSHING_LEFT 475 +#define IMG_PLAYER2_PUSHING_RIGHT 476 +#define IMG_PLAYER2_SNAPPING_DOWN 477 +#define IMG_PLAYER2_SNAPPING_UP 478 +#define IMG_PLAYER2_SNAPPING_LEFT 479 +#define IMG_PLAYER2_SNAPPING_RIGHT 480 +#define IMG_PLAYER3 481 +#define IMG_PLAYER3_EDITOR 482 +#define IMG_PLAYER3_DOWN 483 +#define IMG_PLAYER3_UP 484 +#define IMG_PLAYER3_LEFT 485 +#define IMG_PLAYER3_RIGHT 486 +#define IMG_PLAYER3_MOVING_DOWN 487 +#define IMG_PLAYER3_MOVING_UP 488 +#define IMG_PLAYER3_MOVING_LEFT 489 +#define IMG_PLAYER3_MOVING_RIGHT 490 +#define IMG_PLAYER3_DIGGING_DOWN 491 +#define IMG_PLAYER3_DIGGING_UP 492 +#define IMG_PLAYER3_DIGGING_LEFT 493 +#define IMG_PLAYER3_DIGGING_RIGHT 494 +#define IMG_PLAYER3_PUSHING_DOWN 495 +#define IMG_PLAYER3_PUSHING_UP 496 +#define IMG_PLAYER3_PUSHING_LEFT 497 +#define IMG_PLAYER3_PUSHING_RIGHT 498 +#define IMG_PLAYER3_SNAPPING_DOWN 499 +#define IMG_PLAYER3_SNAPPING_UP 500 +#define IMG_PLAYER3_SNAPPING_LEFT 501 +#define IMG_PLAYER3_SNAPPING_RIGHT 502 +#define IMG_PLAYER4 503 +#define IMG_PLAYER4_EDITOR 504 +#define IMG_PLAYER4_DOWN 505 +#define IMG_PLAYER4_UP 506 +#define IMG_PLAYER4_LEFT 507 +#define IMG_PLAYER4_RIGHT 508 +#define IMG_PLAYER4_MOVING_DOWN 509 +#define IMG_PLAYER4_MOVING_UP 510 +#define IMG_PLAYER4_MOVING_LEFT 511 +#define IMG_PLAYER4_MOVING_RIGHT 512 +#define IMG_PLAYER4_DIGGING_DOWN 513 +#define IMG_PLAYER4_DIGGING_UP 514 +#define IMG_PLAYER4_DIGGING_LEFT 515 +#define IMG_PLAYER4_DIGGING_RIGHT 516 +#define IMG_PLAYER4_PUSHING_DOWN 517 +#define IMG_PLAYER4_PUSHING_UP 518 +#define IMG_PLAYER4_PUSHING_LEFT 519 +#define IMG_PLAYER4_PUSHING_RIGHT 520 +#define IMG_PLAYER4_SNAPPING_DOWN 521 +#define IMG_PLAYER4_SNAPPING_UP 522 +#define IMG_PLAYER4_SNAPPING_LEFT 523 +#define IMG_PLAYER4_SNAPPING_RIGHT 524 +#define IMG_EXPLOSION 525 +#define IMG_TWINKLE_BLUE 526 +#define IMG_TWINKLE_WHITE 527 +#define IMG_STEELWALL_TOPLEFT 528 +#define IMG_STEELWALL_TOPRIGHT 529 +#define IMG_STEELWALL_BOTTOMLEFT 530 +#define IMG_STEELWALL_BOTTOMRIGHT 531 +#define IMG_STEELWALL_HORIZONTAL 532 +#define IMG_STEELWALL_VERTICAL 533 +#define IMG_STEELWALL_TOPLEFT_EDITOR 534 +#define IMG_STEELWALL_TOPRIGHT_EDITOR 535 +#define IMG_STEELWALL_BOTTOMLEFT_EDITOR 536 +#define IMG_STEELWALL_BOTTOMRIGHT_EDITOR 537 +#define IMG_STEELWALL_HORIZONTAL_EDITOR 538 +#define IMG_STEELWALL_VERTICAL_EDITOR 539 +#define IMG_INVISIBLE_STEELWALL_TOPLEFT 540 +#define IMG_INVISIBLE_STEELWALL_TOPRIGHT 541 +#define IMG_INVISIBLE_STEELWALL_BOTTOMLEFT 542 +#define IMG_INVISIBLE_STEELWALL_BOTTOMRIGHT 543 +#define IMG_INVISIBLE_STEELWALL_HORIZONTAL 544 +#define IMG_INVISIBLE_STEELWALL_VERTICAL 545 +#define IMG_INVISIBLE_STEELWALL_TOPLEFT_EDITOR 546 +#define IMG_INVISIBLE_STEELWALL_TOPRIGHT_EDITOR 547 +#define IMG_INVISIBLE_STEELWALL_BOTTOMLEFT_EDITOR 548 +#define IMG_INVISIBLE_STEELWALL_BOTTOMRIGHT_EDITOR 549 +#define IMG_INVISIBLE_STEELWALL_HORIZONTAL_EDITOR 550 +#define IMG_INVISIBLE_STEELWALL_VERTICAL_EDITOR 551 +#define IMG_ARROW_LEFT 552 +#define IMG_ARROW_RIGHT 553 +#define IMG_ARROW_UP 554 +#define IMG_ARROW_DOWN 555 +#define IMG_CHAR_SPACE 556 +#define IMG_CHAR_EXCLAM 557 +#define IMG_CHAR_QUOTEDBL 558 +#define IMG_CHAR_NUMBERSIGN 559 +#define IMG_CHAR_DOLLAR 560 +#define IMG_CHAR_PROCENT 561 +#define IMG_CHAR_AMPERSAND 562 +#define IMG_CHAR_APOSTROPHE 563 +#define IMG_CHAR_PARENLEFT 564 +#define IMG_CHAR_PARENRIGHT 565 +#define IMG_CHAR_ASTERISK 566 +#define IMG_CHAR_PLUS 567 +#define IMG_CHAR_COMMA 568 +#define IMG_CHAR_MINUS 569 +#define IMG_CHAR_PERIOD 570 +#define IMG_CHAR_SLASH 571 +#define IMG_CHAR_0 572 +#define IMG_CHAR_1 573 +#define IMG_CHAR_2 574 +#define IMG_CHAR_3 575 +#define IMG_CHAR_4 576 +#define IMG_CHAR_5 577 +#define IMG_CHAR_6 578 +#define IMG_CHAR_7 579 +#define IMG_CHAR_8 580 +#define IMG_CHAR_9 581 +#define IMG_CHAR_COLON 582 +#define IMG_CHAR_SEMICOLON 583 +#define IMG_CHAR_LESS 584 +#define IMG_CHAR_EQUAL 585 +#define IMG_CHAR_GREATER 586 +#define IMG_CHAR_QUESTION 587 +#define IMG_CHAR_AT 588 +#define IMG_CHAR_A 589 +#define IMG_CHAR_B 590 +#define IMG_CHAR_C 591 +#define IMG_CHAR_D 592 +#define IMG_CHAR_E 593 +#define IMG_CHAR_F 594 +#define IMG_CHAR_G 595 +#define IMG_CHAR_H 596 +#define IMG_CHAR_I 597 +#define IMG_CHAR_J 598 +#define IMG_CHAR_K 599 +#define IMG_CHAR_L 600 +#define IMG_CHAR_M 601 +#define IMG_CHAR_N 602 +#define IMG_CHAR_O 603 +#define IMG_CHAR_P 604 +#define IMG_CHAR_Q 605 +#define IMG_CHAR_R 606 +#define IMG_CHAR_S 607 +#define IMG_CHAR_T 608 +#define IMG_CHAR_U 609 +#define IMG_CHAR_V 610 +#define IMG_CHAR_W 611 +#define IMG_CHAR_X 612 +#define IMG_CHAR_Y 613 +#define IMG_CHAR_Z 614 +#define IMG_CHAR_AE 615 +#define IMG_CHAR_OE 616 +#define IMG_CHAR_UE 617 +#define IMG_CHAR_COPYRIGHT 618 +#define IMG_CHAR_UNDERSCORE 619 +#define IMG_CHAR_EMPTY 620 +#define IMG_CHAR_DEGREE 621 +#define IMG_CHAR_TM 622 +#define IMG_CHAR_CURSOR 623 +#define IMG_CUSTOM_1 624 +#define IMG_CUSTOM_2 625 +#define IMG_CUSTOM_3 626 +#define IMG_CUSTOM_4 627 +#define IMG_CUSTOM_5 628 +#define IMG_CUSTOM_6 629 +#define IMG_CUSTOM_7 630 +#define IMG_CUSTOM_8 631 +#define IMG_CUSTOM_9 632 +#define IMG_CUSTOM_10 633 +#define IMG_CUSTOM_11 634 +#define IMG_CUSTOM_12 635 +#define IMG_CUSTOM_13 636 +#define IMG_CUSTOM_14 637 +#define IMG_CUSTOM_15 638 +#define IMG_CUSTOM_16 639 +#define IMG_CUSTOM_17 640 +#define IMG_CUSTOM_18 641 +#define IMG_CUSTOM_19 642 +#define IMG_CUSTOM_20 643 +#define IMG_CUSTOM_21 644 +#define IMG_CUSTOM_22 645 +#define IMG_CUSTOM_23 646 +#define IMG_CUSTOM_24 647 +#define IMG_CUSTOM_25 648 +#define IMG_CUSTOM_26 649 +#define IMG_CUSTOM_27 650 +#define IMG_CUSTOM_28 651 +#define IMG_CUSTOM_29 652 +#define IMG_CUSTOM_30 653 +#define IMG_CUSTOM_31 654 +#define IMG_CUSTOM_32 655 +#define IMG_CUSTOM_33 656 +#define IMG_CUSTOM_34 657 +#define IMG_CUSTOM_35 658 +#define IMG_CUSTOM_36 659 +#define IMG_CUSTOM_37 660 +#define IMG_CUSTOM_38 661 +#define IMG_CUSTOM_39 662 +#define IMG_CUSTOM_40 663 +#define IMG_CUSTOM_41 664 +#define IMG_CUSTOM_42 665 +#define IMG_CUSTOM_43 666 +#define IMG_CUSTOM_44 667 +#define IMG_CUSTOM_45 668 +#define IMG_CUSTOM_46 669 +#define IMG_CUSTOM_47 670 +#define IMG_CUSTOM_48 671 +#define IMG_CUSTOM_49 672 +#define IMG_CUSTOM_50 673 +#define IMG_CUSTOM_51 674 +#define IMG_CUSTOM_52 675 +#define IMG_CUSTOM_53 676 +#define IMG_CUSTOM_54 677 +#define IMG_CUSTOM_55 678 +#define IMG_CUSTOM_56 679 +#define IMG_CUSTOM_57 680 +#define IMG_CUSTOM_58 681 +#define IMG_CUSTOM_59 682 +#define IMG_CUSTOM_60 683 +#define IMG_CUSTOM_61 684 +#define IMG_CUSTOM_62 685 +#define IMG_CUSTOM_63 686 +#define IMG_CUSTOM_64 687 +#define IMG_CUSTOM_65 688 +#define IMG_CUSTOM_66 689 +#define IMG_CUSTOM_67 690 +#define IMG_CUSTOM_68 691 +#define IMG_CUSTOM_69 692 +#define IMG_CUSTOM_70 693 +#define IMG_CUSTOM_71 694 +#define IMG_CUSTOM_72 695 +#define IMG_CUSTOM_73 696 +#define IMG_CUSTOM_74 697 +#define IMG_CUSTOM_75 698 +#define IMG_CUSTOM_76 699 +#define IMG_CUSTOM_77 700 +#define IMG_CUSTOM_78 701 +#define IMG_CUSTOM_79 702 +#define IMG_CUSTOM_80 703 +#define IMG_CUSTOM_81 704 +#define IMG_CUSTOM_82 705 +#define IMG_CUSTOM_83 706 +#define IMG_CUSTOM_84 707 +#define IMG_CUSTOM_85 708 +#define IMG_CUSTOM_86 709 +#define IMG_CUSTOM_87 710 +#define IMG_CUSTOM_88 711 +#define IMG_CUSTOM_89 712 +#define IMG_CUSTOM_90 713 +#define IMG_CUSTOM_91 714 +#define IMG_CUSTOM_92 715 +#define IMG_CUSTOM_93 716 +#define IMG_CUSTOM_94 717 +#define IMG_CUSTOM_95 718 +#define IMG_CUSTOM_96 719 +#define IMG_CUSTOM_97 720 +#define IMG_CUSTOM_98 721 +#define IMG_CUSTOM_99 722 +#define IMG_CUSTOM_100 723 +#define IMG_CUSTOM_101 724 +#define IMG_CUSTOM_102 725 +#define IMG_CUSTOM_103 726 +#define IMG_CUSTOM_104 727 +#define IMG_CUSTOM_105 728 +#define IMG_CUSTOM_106 729 +#define IMG_CUSTOM_107 730 +#define IMG_CUSTOM_108 731 +#define IMG_CUSTOM_109 732 +#define IMG_CUSTOM_110 733 +#define IMG_CUSTOM_111 734 +#define IMG_CUSTOM_112 735 +#define IMG_CUSTOM_113 736 +#define IMG_CUSTOM_114 737 +#define IMG_CUSTOM_115 738 +#define IMG_CUSTOM_116 739 +#define IMG_CUSTOM_117 740 +#define IMG_CUSTOM_118 741 +#define IMG_CUSTOM_119 742 +#define IMG_CUSTOM_120 743 +#define IMG_CUSTOM_121 744 +#define IMG_CUSTOM_122 745 +#define IMG_CUSTOM_123 746 +#define IMG_CUSTOM_124 747 +#define IMG_CUSTOM_125 748 +#define IMG_CUSTOM_126 749 +#define IMG_CUSTOM_127 750 +#define IMG_CUSTOM_128 751 +#define IMG_TOON_1 752 +#define IMG_TOON_2 753 +#define IMG_TOON_3 754 +#define IMG_TOON_4 755 +#define IMG_TOON_5 756 +#define IMG_TOON_6 757 +#define IMG_TOON_7 758 +#define IMG_TOON_8 759 +#define IMG_TOON_9 760 +#define IMG_TOON_10 761 +#define IMG_TOON_11 762 +#define IMG_TOON_12 763 +#define IMG_TOON_13 764 +#define IMG_TOON_14 765 +#define IMG_TOON_15 766 +#define IMG_TOON_16 767 +#define IMG_TOON_17 768 +#define IMG_TOON_18 769 +#define IMG_TOON_19 770 +#define IMG_TOON_20 771 +#define IMG_MENU_CALIBRATE_RED 772 +#define IMG_MENU_CALIBRATE_BLUE 773 +#define IMG_MENU_CALIBRATE_YELLOW 774 +#define IMG_MENU_BUTTON 775 +#define IMG_MENU_BUTTON_ACTIVE 776 +#define IMG_MENU_BUTTON_LEFT 777 +#define IMG_MENU_BUTTON_RIGHT 778 +#define IMG_MENU_BUTTON_UP 779 +#define IMG_MENU_BUTTON_DOWN 780 +#define IMG_MENU_BUTTON_LEFT_ACTIVE 781 +#define IMG_MENU_BUTTON_RIGHT_ACTIVE 782 +#define IMG_MENU_BUTTON_UP_ACTIVE 783 +#define IMG_MENU_BUTTON_DOWN_ACTIVE 784 +#define IMG_MENU_SCROLLBAR 785 +#define IMG_MENU_SCROLLBAR_ACTIVE 786 +#define IMG_FONT_INITIAL_1 787 +#define IMG_FONT_INITIAL_2 788 +#define IMG_FONT_INITIAL_3 789 +#define IMG_FONT_INITIAL_4 790 +#define IMG_FONT_TITLE_1 791 +#define IMG_FONT_TITLE_1_LEVELS 792 +#define IMG_FONT_TITLE_2 793 +#define IMG_FONT_MENU_1 794 +#define IMG_FONT_MENU_2 795 +#define IMG_FONT_TEXT_1 796 +#define IMG_FONT_TEXT_1_LEVELS 797 +#define IMG_FONT_TEXT_1_SCORES 798 +#define IMG_FONT_TEXT_1_PREVIEW 799 +#define IMG_FONT_TEXT_2 800 +#define IMG_FONT_TEXT_2_LEVELS 801 +#define IMG_FONT_TEXT_2_SCORES 802 +#define IMG_FONT_TEXT_2_PREVIEW 803 +#define IMG_FONT_TEXT_3 804 +#define IMG_FONT_TEXT_3_LEVELS 805 +#define IMG_FONT_TEXT_3_SCORES 806 +#define IMG_FONT_TEXT_3_PREVIEW 807 +#define IMG_FONT_TEXT_4 808 +#define IMG_FONT_TEXT_4_LEVELS 809 +#define IMG_FONT_TEXT_4_SCORES 810 +#define IMG_FONT_INPUT 811 +#define IMG_FONT_INPUT_MAIN 812 +#define IMG_FONT_INPUT_ACTIVE 813 +#define IMG_FONT_INPUT_ACTIVE_MAIN 814 +#define IMG_FONT_INPUT_ACTIVE_SETUP 815 +#define IMG_FONT_OPTION_OFF 816 +#define IMG_FONT_OPTION_ON 817 +#define IMG_FONT_VALUE_1 818 +#define IMG_FONT_VALUE_2 819 +#define IMG_FONT_VALUE_OLD 820 +#define IMG_FONT_LEVEL_NUMBER 821 +#define IMG_FONT_TAPE_RECORDER 822 +#define IMG_GLOBAL_BORDER 823 +#define IMG_GLOBAL_DOOR 824 +#define IMG_BACKGROUND 825 +#define IMG_BACKGROUND_MAIN 826 +#define IMG_BACKGROUND_LEVELS 827 +#define IMG_BACKGROUND_SCORES 828 +#define IMG_BACKGROUND_EDITOR 829 +#define IMG_BACKGROUND_INFO 830 +#define IMG_BACKGROUND_SETUP 831 +#define IMG_BACKGROUND_DOOR 832 +#define IMG_INFO_FONT_EM_1 833 +#define IMG_INFO_FONT_EM_2 834 +#define IMG_INFO_FONT_EM_3 835 +#define IMG_INFO_FONT_EM_4 836 +#define IMG_INFO_FONT_EM_5 837 -#define NUM_IMAGE_FILES 506 +#define NUM_IMAGE_FILES 838 -#endif /* GFX_DEFS_H */ +#endif /* CONF_GFX_H */