Skip to content

Commit

Permalink
256 color Tilemap allow exit
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 10, 2020
1 parent 569524c commit e73bc9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Graphics/grit/256colorTilemap/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ int main(void) {
// using swiWaitForVBlank here puts the DS into a low power loop
while(1) {
swiWaitForVBlank();
scanKeys();
int pressed = keysDown();
if(pressed & KEY_START) break;
}

return 0;
Expand Down

0 comments on commit e73bc9d

Please sign in to comment.