These files contain info extracted from the decompilation projects:
The info includes RAM/ROM variables, functions, structs, unions, enums, and typedefs. They're used for the data maps website: http://labk.org/maps/
json- Combined YAML files in JSON format; used for the data maps websiteschema- JSON schema files used for validating the YAML filessym- Symbols files for each game and version; can be used with no$gbatoolsdecomp- Scripts for parsing the decompilation projectsdumpers- Scripts for dumping various types of data, such as OAM or textinfo- Data structures for the extracted info- Other notable scripts:
compress.py- Functions for decompressing RLE and LZ77 compressed datadiff_roms.py- Script for finding code or data differences between ROMsfunction.py- Class for reading/outputting THUMB functionsreferences.py- Script for finding all references to an addressregion_find.py- Script for finding an address from one region in anothersym_file.py- Script for generating a sym file to use with no$gba
yaml- Info files in YAML format
Game directories are mf for Fusion and zm for Zero Mission.
For an overview of the info file format, look at the schema files or info_entry.py.