Go to the source code of this file.
|
| void | yaze::zelda3::DrawRoutineUtils::WriteTile8 (gfx::BackgroundBuffer &bg, int tile_x, int tile_y, const gfx::TileInfo &tile_info) |
| | Write an 8x8 tile to the background buffer.
|
| |
| void | yaze::zelda3::DrawRoutineUtils::DrawBlock2x2 (gfx::BackgroundBuffer &bg, int tile_x, int tile_y, std::span< const gfx::TileInfo > tiles, int offset=0) |
| | Draw a 2x2 block of tiles (16x16 pixels)
|
| |
| void | yaze::zelda3::DrawRoutineUtils::DrawBlock2x4 (gfx::BackgroundBuffer &bg, int tile_x, int tile_y, std::span< const gfx::TileInfo > tiles, int offset=0) |
| | Draw a 2x4 block of tiles (16x32 pixels)
|
| |
| void | yaze::zelda3::DrawRoutineUtils::DrawBlock4x2 (gfx::BackgroundBuffer &bg, int tile_x, int tile_y, std::span< const gfx::TileInfo > tiles, int offset=0) |
| | Draw a 4x2 block of tiles (32x16 pixels)
|
| |
| void | yaze::zelda3::DrawRoutineUtils::DrawBlock4x4 (gfx::BackgroundBuffer &bg, int tile_x, int tile_y, std::span< const gfx::TileInfo > tiles, int offset=0) |
| | Draw a 4x4 block of tiles (32x32 pixels)
|
| |