[][src]Constant gba_addresses::vram::CHARBLOCK_SIZE

pub const CHARBLOCK_SIZE: usize = CHARBLOCK_4BPP_COUNT * TILE_4BPP_SIZE; // 16_384usize

The size of a single Charblock.

A charblock contains more or less tiles depending on tile size, but the number of bytes per charblock is always fixed.