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:
Hyper 2025-01-18 19:32:37 +00:00 committed by GitHub
parent c53df15578
commit aacb9d259c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 105 additions and 24 deletions

View file

@ -663,3 +663,8 @@ registers = ["r3"]
name = "InspireSubtitleMidAsmHook"
address = 0x82B949B0
registers = ["r3"]
[[midasm_hook]]
name = "TitleMenuRemoveContinueOnCorruptSaveMidAsmHook"
address = 0x82585470
registers = ["r3"]