mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-12 18:11:34 +11:00
add comment marking incompleteness
This commit is contained in:
parent
0e7c9ad5c1
commit
1ba130f3bf
|
@ -27,8 +27,10 @@ fn main(_argc: isize, _argv: *const *const u8) -> isize {
|
||||||
.set_background_size(tiled0::BackgroundSize::S32x32);
|
.set_background_size(tiled0::BackgroundSize::S32x32);
|
||||||
gfx.background_0
|
gfx.background_0
|
||||||
.set_colour_mode(tiled0::ColourMode::FourBitPerPixel);
|
.set_colour_mode(tiled0::ColourMode::FourBitPerPixel);
|
||||||
gfx.background_0.set_screen_base_block(1);
|
|
||||||
|
|
||||||
|
// This interface is not yet safe, as this can easily clobber the tiles.
|
||||||
|
// Not sure how to make this interface safe to use
|
||||||
|
gfx.background_0.set_screen_base_block(1);
|
||||||
gfx.copy_to_map(1, &MAP_MAP);
|
gfx.copy_to_map(1, &MAP_MAP);
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|
Loading…
Reference in a new issue