Implemented score hooks

This commit is contained in:
Hyper
2024-10-17 23:41:38 +01:00
parent ce95692d8a
commit ceee6948a8
6 changed files with 70 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ savevmx_64_address = 0x831B34E4
longjmp_address = 0x831B6790
setjmp_address = 0x831B6AB0
# These functions do not exist in .pdata and
# These functions do not exist in .pdata and do
# not analyze properly due to having jump tables
functions = [
{ address = 0x824E7EF0, size = 0x98 },
@@ -132,6 +132,10 @@ address = 0x830C0A78
registers = ["f1", "f2"]
return = true
[[midasm_hook]]
name = "ResetScoreOnRestartMidAsmHook"
address = 0x82304374
# Disable hint volumes
[[midasm_hook]]
name = "DisableHintsMidAsmHook"