Update Design Doc: `level` tool
parent
4ec3a2bc8d
commit
58ccd1ea8f
|
@ -57,7 +57,7 @@ health = {
|
|||
This is a system-specific binary format of tiles formatted for your target system. Normally you would take this data and DMA it to the VRAM in your homebrew.
|
||||
|
||||
### `--console md`
|
||||
* Output format is identical to `tileset` i.e. it is a colour palette followed by a set of tiles in tile order.
|
||||
* Output format is identical to `tileset` i.e. it is a colour palette followed by a set of tiles in tile order. Two .bin files are output in `--console md` mode: by default, they are named `plane_b.bin` and `plane_a.bin`. This allows you to manually place them along 128KB boundaries so that DMA works properly.
|
||||
|
||||
## .map Format (Tile Map)
|
||||
While the above format contains the graphics, this contains the nametable settings for each layer i.e. pointers to entries in the above list of tiles for each region of the screen. Normally you would take this data and DMA it to the VRAM in your homebrew, where the pattern map nametable is set.
|
||||
|
|
Loading…
Reference in New Issue