housekeeping

This commit is contained in:
Justin Scofield
2022-07-19 19:49:42 +00:00
parent 099a209739
commit 0ee3778537
2 changed files with 5 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ namespace yaze {
namespace app {
namespace zelda3 {
static constexpr int kTileOffsets = {0, 8, 4096, 4104};
class OverworldMap {
public:
OverworldMap(int index, ROM& rom, const std::vector<gfx::Tile16>& tiles16);