Skip to content

Commit

Permalink
Update messages to be strings
Browse files Browse the repository at this point in the history
Adds printString() which will convert a string to a tile_map and then print that at an x, y offset. This makes the strings easier to visualise and edit
  • Loading branch information
tstirrat committed Sep 2, 2024
1 parent d951d3c commit 31bca4f
Show file tree
Hide file tree
Showing 7 changed files with 1,733 additions and 177 deletions.
2 changes: 1 addition & 1 deletion Source/mGB.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void main(void) {
delay(2000);

showScreen(SCREEN_MAIN);
printversion();
printVersion();
// testSynths();
gameMain();
}
Expand Down
Loading

0 comments on commit 31bca4f

Please sign in to comment.