Store converted binary graphics data in ScreenEditor and rename save functions for clarity

This commit is contained in:
scawful
2024-11-10 17:25:26 -05:00
parent 996c6c92ee
commit a70414d803
3 changed files with 4 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ class ScreenEditor : public SharedRom, public Editor {
std::vector<zelda3::screen::DungeonMap> dungeon_maps_;
std::vector<std::vector<std::array<std::string, 25>>> dungeon_map_labels_;
std::array<uint16_t, 4> current_tile16_data_;
std::vector<uint8_t> gfx_bin_data_;
absl::Status status_;