Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.26 KB

MetMap

What is it?

A script that parses a metroid nes rom file to extract information. Possible use would be pure academic interest or to use the data to render the maps at some later stage.

Current state

Early work-in-progress.

It only prints various parts of extracted data about the map, rooms, structures and such.

TODO

  • Understand how rooms and screens are related
  • Understand how rooms and screens and tiles are related
  • Write more proper business objects

Further reading

These are the best sources I have found to understand the structure of the metroid rom. Still missing some info about how tiles/chr are loaded...