mirror of
https://github.com/open-goal/jak-project
synced 2026-07-04 05:20:56 -04:00
Support "game count" and v4 objects (#140)
* generate object, but not supported in linker yet * add link and tests * update types
This commit is contained in:
@@ -55,11 +55,13 @@ class ObjectFileDB {
|
||||
void process_labels();
|
||||
void find_code();
|
||||
void find_and_write_scripts(const std::string& output_dir);
|
||||
void dump_raw_objects(const std::string& output_dir);
|
||||
|
||||
void write_object_file_words(const std::string& output_dir, bool dump_v3_only);
|
||||
void write_disassembly(const std::string& output_dir, bool disassemble_objects_without_functions);
|
||||
void analyze_functions();
|
||||
void process_tpages();
|
||||
std::string process_game_count();
|
||||
std::string process_game_text();
|
||||
|
||||
ObjectFileData& lookup_record(const ObjectFileRecord& rec);
|
||||
|
||||
Reference in New Issue
Block a user