From 4651ebec6e65b3f48577a9c6e58616460b99ad27 Mon Sep 17 00:00:00 2001 From: Skyth <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:38:52 +0300 Subject: [PATCH] Stretch title screen fade to the screen. --- UnleashedRecompLib/config/SWA.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 31bc8fab..a202f03c 100644 --- a/UnleashedRecompLib/config/SWA.toml +++ b/UnleashedRecompLib/config/SWA.toml @@ -799,16 +799,24 @@ name = "WorldMapInfoMidAsmHook" address = 0x8257AF34 registers = ["r4"] +# Loading [[midasm_hook]] name = "AddPrimitive2DMidAsmHook" address = 0x824DB3E4 registers = ["r3"] +# NPC [[midasm_hook]] name = "AddPrimitive2DMidAsmHook" address = 0x82B34914 registers = ["r3"] +# Title +[[midasm_hook]] +name = "AddPrimitive2DMidAsmHook" +address = 0x82581C2C +registers = ["r3"] + [[midasm_hook]] name = "ObjGetItemFieldOfViewMidAsmHook" address = 0x82692934