Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 283 Bytes

dev_notes.md

File metadata and controls

8 lines (6 loc) · 283 Bytes

Notes

This file contains developer notes/scratch area for development.

Sprite memory and indexing example

GB Tile Mem | 0 1| 2 3| 4 5| 6 7| 8 9| 10 11| 12 13| 14 15| Tile ID | 1 1| 1 1| 2 2| 2 2| 3 3| 3 3| 4 4| 4 4| ####Sprite ID | 0 0| 1 1| 2 2| 3 3| 4 4| 5 5|