From 4d41d8eaaed19046379edc75761e91d614572466 Mon Sep 17 00:00:00 2001 From: "Skyth (Asilkan)" <19259897+blueskythlikesclouds@users.noreply.github.com> Date: Sun, 26 Jan 2025 23:42:32 +0300 Subject: [PATCH] Stretch title screen fade to the screen. (#209) --- UnleashedRecompLib/config/SWA.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 31bc8fa..a202f03 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