Rebranding 2, NAND Title Manager

This commit is contained in:
Pk11 2022-01-09 20:32:24 -06:00
parent 580d98535b
commit 1456af2bed
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
name: Build Universal Title Manager
name: Build NAND Title Manager
on:
push:
@ -20,7 +20,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v1
- name: Build Universal Title Manager
- name: Build NAND Title Manager
run: make
- name: Publish build to GH Actions
uses: actions/upload-artifact@v2

View File

@ -13,7 +13,7 @@ export TOPDIR := $(CURDIR)
NITRO_FILES :=
# These set the information text in the nds file
GAME_TITLE := Universal Title Manager
GAME_TITLE := NAND Title Manager
GAME_SUBTITLE1 := JeffRuLz, Pk11
GAME_CODE := HTMA

View File

@ -1,4 +1,4 @@
# Universal Title Manager
# NAND Title Manager
A basic title manager for DSi supporting both hiyaCFW and SysNAND, modified from JeffRuLz's Title Manager for HiyaCFW.
## WARNING

View File

@ -45,7 +45,7 @@ static int _mainMenu(int cursor)
//top screen
clearScreen(&topScreen);
iprintf("\t Universal Title Manager\n");
iprintf("\t\tNAND Title Manager\n");
iprintf("\t\t\tmodified from\n");
iprintf("\tTitle Manager for HiyaCFW\n");
iprintf("\nversion %s\n", VERSION);