DungeonEditor upgrades and other QoL

This commit is contained in:
Justin Scofield
2023-11-22 16:08:18 -05:00
parent 97bbae3de0
commit 5f3ca25c80
8 changed files with 172 additions and 35 deletions

View File

@@ -419,6 +419,10 @@ class ROM : public core::ExperimentFlags {
gfx::BitmapTable graphics_bin() const { return graphics_bin_; }
gfx::Bitmap* mutable_graphics_sheet(int index) {
return &graphics_bin_.at(index);
}
auto title() const { return title_; }
auto size() const { return size_; }
auto begin() { return rom_data_.begin(); }