diff --git a/UnleashedRecomp/patches/misc_patches.cpp b/UnleashedRecomp/patches/misc_patches.cpp index e31eca3e..3c69e3bc 100644 --- a/UnleashedRecomp/patches/misc_patches.cpp +++ b/UnleashedRecomp/patches/misc_patches.cpp @@ -45,6 +45,8 @@ void WerehogBattleMusicMidAsmHook(PPCRegister& r11) r11.u8 = 3; } +void StorageDevicePromptMidAsmHook() {} + /* Hook function that gets the game region and force result to zero for Japanese to display the correct logos. */ diff --git a/UnleashedRecompLib/config/SWA.toml b/UnleashedRecompLib/config/SWA.toml index 867edd66..cf1661ee 100644 --- a/UnleashedRecompLib/config/SWA.toml +++ b/UnleashedRecompLib/config/SWA.toml @@ -449,6 +449,12 @@ name = "GetDatabaseDataMidAsmHook" address = 0x827D6018 # Particle Material XML registers = ["r1", "r30"] +# Removes the storage device prompt on new game +[[midasm_hook]] +name = "StorageDevicePromptMidAsmHook" +address = 0x822C53CC +jump_address = 0x822C53F8 + # World Map Pause Menu [[midasm_hook]] name = "CHudPauseAddOptionsItemMidAsmHook"