When ASCII graphics modes were used, it would create non-power of two (NPOT) textures, which ought to be avoided. On my system, this caused a small border to appear around the ASCII tiles with background, and some gfx cards may not even be able to handle NPOT textures at all.
So, I attached a patch to ensure power-of-two textures. For kicks, I also included even more tile sizes: 16, 20, 25, 32, 40, 51, and 64 (i.e., sizes := round(16*4**(1/6.0*i)) for i=0..6). If I were more familiar with making dialogues in ToME, I could have had the dialogue accept an integer size as input. As it is, though, these should provide enough options for players, and the code modifications are simple enough to include in the upcoming beta without fear of having a debilitating bug
