mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Added error message for corrupted save data, removed Win32 message box on XamShowMessageBoxUI (#122)
* xam: remove Win32 message box on XamShowMessageBoxUI * CTitleStateIntro_patches: display error message on corrupted save data TitleMenuRemoveContinueOnCorruptSaveMidAsmHook by @DeaTh-G Co-Authored-By: DeaTh-G <55578911+DeaTh-G@users.noreply.github.com> --------- Co-authored-by: DeaTh-G <55578911+DeaTh-G@users.noreply.github.com>
This commit is contained in:
parent
c53df15578
commit
aacb9d259c
8 changed files with 105 additions and 24 deletions
|
@ -663,3 +663,8 @@ registers = ["r3"]
|
|||
name = "InspireSubtitleMidAsmHook"
|
||||
address = 0x82B949B0
|
||||
registers = ["r3"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "TitleMenuRemoveContinueOnCorruptSaveMidAsmHook"
|
||||
address = 0x82585470
|
||||
registers = ["r3"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue