Skip to content

Commit fd95efa

Browse files
committed
Added AyeItsHarry to credits
1 parent 456a914 commit fd95efa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WiiLink-Patcher-CLI/WiiLink_Patcher.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ static void CreditsScreen()
268268
string pablosDesc = patcherLang == PatcherLanguage.en
269269
? "WiiLink Patcher Developer"
270270
: $"{localizedText?["Credits"]?["pablosDesc"]}";
271+
string harryDesc = patcherLang == PatcherLanguage.en
272+
? "WiiLink Patcher Developer"
273+
: $"{localizedText?["Credits"]?["harryDesc"]}";
271274
string lunaDesc = patcherLang == PatcherLanguage.en
272275
? "Lead Translator"
273276
: $"{localizedText?["Credits"]?["lunaDesc"]}";
@@ -280,6 +283,7 @@ static void CreditsScreen()
280283

281284
creditGrid.AddRow(new Text("Sketch", new Style(Color.SpringGreen2_1, null, Decoration.Bold)).RightJustified(), new Text(sketchDesc, new Style(null, null, Decoration.Bold)));
282285
creditGrid.AddRow(new Text("PablosCorner", new Style(Color.SpringGreen2_1, null, Decoration.Bold)).RightJustified(), new Text(pablosDesc, new Style(null, null, Decoration.Bold)));
286+
creditGrid.AddRow(new Text("AyeItsHarry", new Style(Color.SpringGreen2_1, null, Decoration.Bold)).RightJustified(), new Text(harryDesc, new Style(null, null, Decoration.Bold)));
283287
creditGrid.AddRow(new Text("Luna", new Style(Color.SpringGreen2_1, null, Decoration.Bold)).RightJustified(), new Text(lunaDesc, new Style(null, null, Decoration.Bold)));
284288
creditGrid.AddRow(new Text(leathlWiiDatabase, new Style(Color.SpringGreen2_1, null, Decoration.Bold)).RightJustified(), new Text(leathlWiiDatabaseDesc, new Style(null, null, Decoration.Bold)));
285289
creditGrid.AddRow(new Text("SnowflakePowered", new Style(Color.SpringGreen2_1, null, Decoration.Bold)).RightJustified(), new Text("VCDiff", new Style(null, null, Decoration.Bold)));

0 commit comments

Comments
 (0)