aboutsummaryrefslogtreecommitdiff
path: root/include/globals.s
Commit message (Collapse)AuthorAgeFilesLines
* Disable the PPU between the title to main screensMiquel Sabaté Solà2025-03-191-3/+3
| | | | | | | During other transitions like game over and such it might also be needed to have something similar, but for now this should cut it. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Add a title and a main screensMiquel Sabaté Solà2025-03-131-1/+3
| | | | | | | | This commit adds the skeleton for having a title and a main screen. For now the title menu doesn't do much, as the selection is simply ignored, but at least it already knows how to cycle between these two states. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Start with a skeleton for the projectMiquel Sabaté Solà2025-03-121-0/+34
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>