Refactor ROM loading methods

This commit is contained in:
scawful
2025-01-18 12:33:33 -05:00
parent 3fc52cce62
commit 339df53674
8 changed files with 183 additions and 210 deletions

View File

@@ -2,7 +2,6 @@
#include <vector>
#include "absl/status/status.h"
#include "app/core/common.h"
#include "app/core/constants.h"
#include "app/rom.h"
#include "cli/z3ed.h"
@@ -82,4 +81,4 @@ absl::Status Tile16Transfer::handle(const std::vector<std::string>& arg_vec) {
}
} // namespace cli
} // namespace yaze
} // namespace yaze