← Back to context Comment by snowpid 1 year ago Does anyone know the size of the font from the first Pokemon games? They had similar constraints. 3 comments snowpid Reply msk-lywenn 1 year ago It's 7 pixels high, like most games on that platform, because it fits with the 8x8 tiling system (if you had the space between lines)https://github.com/pret/pokered/blob/master/gfx/font/font.pn... LukeShu 1 year ago 8x8 tiles; most characters fit in 7x7 to allow for 1px between characters
msk-lywenn 1 year ago It's 7 pixels high, like most games on that platform, because it fits with the 8x8 tiling system (if you had the space between lines)https://github.com/pret/pokered/blob/master/gfx/font/font.pn...
It's 7 pixels high, like most games on that platform, because it fits with the 8x8 tiling system (if you had the space between lines)
https://github.com/pret/pokered/blob/master/gfx/font/font.pn...
8x8 tiles; most characters fit in 7x7 to allow for 1px between characters