6 #ifdef EM_ENGINE_BAD_ROLL
10 #ifdef EM_ENGINE_BAD_SPRING
17 /* 2000-07-30T11:06:03Z
20 /* define these for backwards compatibility */
26 Xblank = 0, /* still */
27 Yacid_splash_eB, /* hmm */
28 Yacid_splash_wB, /* hmm */
31 Xstone_force_e, /* only use these in eater */
417 Xboom_bug, /* passed from explode to synchro (linked explosion); transition to explode_normal */
418 Xboom_bomb, /* passed from explode to synchro (linked explosion); transition to explode_normal */
419 Xboom_android, /* passed from explode to synchro; transition to boom_2 */
420 Xboom_1, /* passed from explode to synchro; transition to boom_2 */
421 Xboom_2, /* transition to boom[] */
423 Znormal, /* no picture */ /* this tile is passed from synchro to explode, only in next[] */
424 Zdynamite, /* no picture */ /* this tile is passed from synchro to explode, only in next[] */
425 Zplayer, /* no picture */ /* special code to indicate player */
426 ZBORDER, /* no picture */ /* special code to indicate border */
443 extern unsigned char tab_blank[TILE_MAX];
444 extern unsigned char tab_acid[TILE_MAX];
445 extern unsigned char tab_amoeba[TILE_MAX];
446 extern unsigned char tab_android_move[TILE_MAX];
447 extern unsigned short tab_explode_normal[TILE_MAX];
448 extern unsigned short tab_explode_dynamite[TILE_MAX];
450 extern unsigned short map_obj[8][TILE_MAX];
451 extern unsigned short map_spr[2][8][SPR_MAX];
452 extern unsigned short map_ttl[128];