Skip to content

Commit

Permalink
Added version information to titlescreen
Browse files Browse the repository at this point in the history
Unless bugs are found prior to release, this commit is v0.2.0
  • Loading branch information
LukeSilva committed Jul 5, 2015
1 parent 0742815 commit 0a2fb3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/titleScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,15 @@ void titleScreen()
{
drawBackground(menuFirstSlot);
clearText(menuFirstSlot);
#ifdef NITRO_AND_FAT
printXY(21,23,"v0.2.0 both");
#endif
#ifdef JUST_NITRO
printXY(20,23,"v0.2.0 nitro");
#endif
#ifdef JUST_FAT
printXY(22,23,"v0.2.0 fat");
#endif
lcdMainOnTop();
clearInventory(true);

Expand Down

0 comments on commit 0a2fb3d

Please sign in to comment.