bread @bread.codes · Dec 8

Before we get to the boring protocol stuff, I'd like to talk about the image format. In bitmap formats, pixels are read left to right, top to bottom, across the entire image. However, the GB does NOT read or display images this way. [3/15]

0 likes 1 replies

?

Replies

bread · Dec 8

The GB, like the NES & SNES, instead makes images out of tiles. In the GB's case, the tiles are 8x8 slices of an image. The pixels are read left to right, top to bottom *within* the tile... [4a/15]