aboutsummaryrefslogtreecommitdiff
path: root/scroll/sprite0.s
Commit message (Collapse)AuthorAgeFilesLines
* scroll: Provide an example with the MMC3 chipMiquel Sabaté Solà2025-03-121-4/+4
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* shared: Bring joypad into a proper styleMiquel Sabaté Solà2025-03-111-1/+1
| | | | | | | Put functions inside of the scope, avoid useless fallthroughs and be more realistic on what is needed from elsewhere. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* scroll: Provide an example with sprite 0 collisionMiquel Sabaté Solà2025-03-111-1/+260
| | | | Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Lay out a proper structure for the projectMiquel Sabaté Solà2025-02-041-0/+1
Let's divide things by topic instead of a broad "examples" directory. This will allow for simple files to co-exist together with full-blown projects. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>