mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 10:51:30 +11:00
Fix previous PR (#102)
* Add a `get_screen_block` function. This simplifies working with tiles as currently there is no easy way to manipulate single tiles using `SCREEN_BASE_BLOCKS` * Fix import
This commit is contained in:
parent
5ac6ebb1f7
commit
5a3bf4630d
|
@ -21,6 +21,8 @@ pub mod affine;
|
|||
pub mod bitmap;
|
||||
pub mod text;
|
||||
|
||||
use text::TextScreenblockEntry;
|
||||
|
||||
/// The start of VRAM.
|
||||
///
|
||||
/// Depending on what display mode is currently set there's different ways that
|
||||
|
|
Loading…
Reference in a new issue