Skip to content

Commit

Permalink
text correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrenton committed Sep 24, 2024
1 parent adbb1c5 commit f2f854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soh/src/overlays/gamestates/ovl_title/z_title.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void Title_PrintBuildInfo(Gfx** gfxp) {
GfxPrint_SetPos(&printer, 1, 21);
GfxPrint_Printf(&printer, "Leveled Mod Version: 1.1.2.1");
GfxPrint_SetPos(&printer, 1, 22);
GfxPrint_Printf(&printer, "A Mod By Gotest");
GfxPrint_Printf(&printer, "A Mod By Gotest, AKA Arrenton");

if (showGitInfo) {
GfxPrint_SetPos(&printer, 1, 24);
Expand Down

0 comments on commit f2f854b

Please sign in to comment.