yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
background_buffer.cc File Reference
#include "app/gfx/render/background_buffer.h"
#include <algorithm>
#include <array>
#include <cstdint>
#include <optional>
#include <vector>
#include "app/gfx/core/bitmap.h"
#include "app/gfx/types/snes_tile.h"
#include "util/log.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::gfx
 Contains classes for handling graphical data.
 

Functions

std::optional< std::array< TileInfo, 8 > > yaze::gfx::DecodeDungeonFloorTilePattern (const std::vector< uint8_t > &rom_data, int tile_address, int tile_address_floor, uint8_t floor_graphics)