From 013d2d668546ddf4dc249bc987f04fb64280932b Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:09:56 +0300 Subject: [PATCH] Fix NPC talk button cast modifier flags. --- UnleashedRecomp/patches/aspect_ratio_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnleashedRecomp/patches/aspect_ratio_patches.cpp b/UnleashedRecomp/patches/aspect_ratio_patches.cpp index f1b9ea36..9cc6ab5f 100644 --- a/UnleashedRecomp/patches/aspect_ratio_patches.cpp +++ b/UnleashedRecomp/patches/aspect_ratio_patches.cpp @@ -728,7 +728,7 @@ static const xxHashMap g_modifiers = { HashStr("ui_townscreen/time_effect"), { ALIGN_TOP_RIGHT | SCALE } }, { HashStr("ui_townscreen/info"), { ALIGN_TOP_LEFT | SCALE } }, { HashStr("ui_townscreen/cam"), { ALIGN_TOP_RIGHT | SCALE } }, - { HashStr("ui_townscreen/footer"), { ALIGN_BOTTOM } }, + { HashStr("ui_townscreen/footer"), { ALIGN_BOTTOM_RIGHT | SCALE } }, // ui_worldmap { HashStr("ui_worldmap/contents/choices/cts_choices_bg"), { STRETCH } },