diff --git a/src/f_finale.c b/src/f_finale.c
index fd7551c83808e2cdddfcab52a11babefd5e2f7c3..b398c0ef216ebfc6d429f3ccd7bc6b3c967fa878 100644
--- a/src/f_finale.c
+++ b/src/f_finale.c
@@ -556,7 +556,7 @@ static struct {
 	// This Tyler52 gag is troublesome
 	// Alignment should be ((spaces+1 * 100) + (headers+1 * 38) + (lines * 15))
 	// Current max image spacing: (200*17)
-	{112, (15*100)+(17*38)+(102*15), "TYLER52", SKINCOLOR_NONE},
+	{112, (15*100)+(17*38)+(72*15), "TYLER52", SKINCOLOR_NONE},
 	{0, 0, NULL, SKINCOLOR_NONE}
 };