From f23d8ae08e270a84f8696ecc86e991ef9da292de Mon Sep 17 00:00:00 2001 From: "Skyth (Asilkan)" <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:21:08 +0300 Subject: [PATCH] Stretch shop fade in/out to the screen for ultrawide. (#337) --- UnleashedRecompLib/config/SWA.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 7934180..8feccb0 100644 --- a/UnleashedRecompLib/config/SWA.toml +++ b/UnleashedRecompLib/config/SWA.toml @@ -817,6 +817,12 @@ name = "AddPrimitive2DMidAsmHook" address = 0x82581C2C registers = ["r3"] +# Shop +[[midasm_hook]] +name = "AddPrimitive2DMidAsmHook" +address = 0x82B2BCD8 +registers = ["r3"] + [[midasm_hook]] name = "ObjGetItemFieldOfViewMidAsmHook" address = 0x82692934