Mipmaps are a graphical optimization where it will generate the character sprites at multiple resolutions ahead of time and pick the most appropriate one based on the size of the sprite on-screen, instead of drawing the biggest one and then shrinking it down on the fly. It improves graphical quality (nicer antialiasing mostly), but at the cost of more VRAM since it has to keep multiple copies of each sprite handy.