diff options
Diffstat (limited to 'arm9/source/main.c')
-rw-r--r-- | arm9/source/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/source/main.c b/arm9/source/main.c index 239c1de..9bf4091 100644 --- a/arm9/source/main.c +++ b/arm9/source/main.c @@ -15,8 +15,8 @@ Bedrock *br_main; Bedrock *br_sub; bool main_on_bottom = TRUE; -char *system_name = "bedrock-nds, 0.1.0-alpha"; -char *system_authors = "Ben Bridle, 2024"; +char *system_name = "bedrock-nds/0.1.0-alpha"; +char *system_authors = "Ben Bridle"; u8 main_program[] = { #include "../include/cobalt.br.inc" |