From dfda8036b2ce84d96e910e65025e5b5ab798a58e Mon Sep 17 00:00:00 2001 From: Mode8fx Date: Fri, 22 Mar 2024 21:28:22 -0400 Subject: [PATCH] Minor opening text scaling change --- Trogdor-Reburninated/src/media_objects_init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trogdor-Reburninated/src/media_objects_init.cpp b/Trogdor-Reburninated/src/media_objects_init.cpp index 4afa5f9..c4ceb2a 100644 --- a/Trogdor-Reburninated/src/media_objects_init.cpp +++ b/Trogdor-Reburninated/src/media_objects_init.cpp @@ -91,7 +91,7 @@ void InitializeFontsAndText() { OBJ_TO_SCREEN_AT_FRACTION_X(gameHiResWidth, text_9_nice_work, 0.77), OBJ_TO_SCREEN_AT_FRACTION_Y(gameHiResHeight, text_9_nice_work, 0.45)); TTF_CloseFont(font_serif_white_10.font); - setFont(&font_nokia_12, __29_NOKIA_5110_FontSet_ttf, __29_NOKIA_5110_FontSet_ttf_len, 12, 12, TTF_STYLE_NORMAL, color_white, false); + setFont(&font_nokia_12, __29_NOKIA_5110_FontSet_ttf, __29_NOKIA_5110_FontSet_ttf_len, 12, 12, TTF_STYLE_NORMAL, color_white, true); #if defined(PSP) SET_TEXT("presents", text_1_presents_1, font_nokia_12, OBJ_TO_MID_SCREEN_X(gameHiResWidth, text_1_presents_1), OBJ_TO_SCREEN_AT_FRACTION_Y(gameHiResHeight, text_1_presents_1, 0.7));