From f7e660b5d8e8a4df1e245674ad1a581d9e55fa81 Mon Sep 17 00:00:00 2001 From: "Skyth (Asilkan)" <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:13:52 +0300 Subject: [PATCH] Fix NPC talk button cast modifier flags. (#336) --- 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 f1b9ea3..9cc6ab5 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 } },