data - 89erik/NES-breakout GitHub Wiki
Tree: root/data
This page documents the data directory. It contains both binary and non-binary data for the application. All files of this directory is placed onto either the CHR- or PRG-ROM of the game cartridge. This means that the data is static and cannot be changed at runtime. It is however, a convenient place to store large amounts of data that should not change, such as constants and levels of the game.