Skip to content

Commit

Permalink
updated version in console
Browse files Browse the repository at this point in the history
  • Loading branch information
NotImplementedLife committed Jan 27, 2022
1 parent 2749875 commit 75256ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm9/include/console.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ void c_writeFrame()
iprintf("\025");
for(int i=1;i<31;i++) iprintf("\004");
iprintf("\023");
c_goto(23,4);
iprintf("V0.1 - Created by N\032I\032L");
c_goto(23,3);
iprintf("V0.2.1 - Created by N\032I\032L");
//for(i=32;i--;) iprintf("\x02");
}

Expand Down

0 comments on commit 75256ad

Please sign in to comment.