message editor housekeeping

This commit is contained in:
scawful
2025-04-12 13:23:46 -04:00
parent 37b8b1cd3f
commit a1a48e9057
5 changed files with 32 additions and 22 deletions

View File

@@ -110,7 +110,7 @@ class Tile16Editor : public gfx::GfxContext, public SharedRom {
absl::Status status_;
Rom *transfer_rom_;
Rom *transfer_rom_ = nullptr;
zelda3::Overworld transfer_overworld_{transfer_rom_};
std::array<gfx::Bitmap, kNumGfxSheets> transfer_gfx_;
absl::Status transfer_status_;