- Place
tetris.gbin thetools/directory, andweb/directory - Former is used for scripts, and
tools/cmp.sh, and the latter for web visualisations
- Install RGBDS v0.6.1
- Run
makewithin thedisasmdirectory - Run
tools/cmp.shto compare built ROM against original ROM
- Start a web server within the
web/directory, egpython3 -m http.server - Navigate to the root page to see a list of game screens and sprites
disasmcode- dissected and commented asm that runs the gamedata- large blocks of data, layouts are in.binfilesgfx- pngs of 1bpp and 2bpp datainclude- constants, hardware definitions, ram, macros and structsincludes.s- imported definitions, excluding those that need building, eg ram
tools- misc tools to help with disassemblyweb- the html+js in 1 file to visualisedocs- reference images, and flow .drawio
The project serves to describe everything that makes the game function as it does. Some things are not completely clear from the outset. If you need a full guide on a particular concept, eg sound engine, or some part of the disassembly needs further clarification, please feel free to raise an issue