about summary refs log tree commit diff stats
path: root/source
diff options
context:
space:
mode:
authorFIX94 <fix94.1@gmail.com>2016-04-09 18:03:04 +0200
committerFIX94 <fix94.1@gmail.com>2016-04-09 18:03:04 +0200
commit2abebc4d066c038594dc667be210990c4c1dce30 (patch)
treec4475472b9d055f92dfa303c0d8f48b8b5fc4a8d /source
parent2fdb5e638e023408697be8950e776e8f8ffd2590 (diff)
downloadgen3uploader-2abebc4d066c038594dc667be210990c4c1dce30.tar.gz
gen3uploader-2abebc4d066c038594dc667be210990c4c1dce30.tar.bz2
gen3uploader-2abebc4d066c038594dc667be210990c4c1dce30.zip
fixed up eeprom support
Diffstat (limited to 'source')
-rw-r--r--source/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.c b/source/main.c index ee23263..9a1b01a 100644 --- a/source/main.c +++ b/source/main.c
@@ -23,7 +23,7 @@ void printmain()
23{ 23{
24 printf("\x1b[2J"); 24 printf("\x1b[2J");
25 printf("\x1b[37m"); 25 printf("\x1b[37m");
26 printf("GBA Link Cable Dumper v1.1 by FIX94\n"); 26 printf("GBA Link Cable Dumper v1.2 by FIX94\n");
27 printf("Save Support based on SendSave by Chishm\n"); 27 printf("Save Support based on SendSave by Chishm\n");
28} 28}
29 29