diff options
Diffstat (limited to '')
-rw-r--r-- | replay.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/replay.yaml b/replay.yaml index c60d848..4801f22 100644 --- a/replay.yaml +++ b/replay.yaml @@ -10,11 +10,13 @@ hooks: branch_type: bl src_addr_pal: 0x80102238 target_func: 'replayEnd' - - name: ReplayHookRecord - type: branch_insn - branch_type: b - src_addr_pal: 0x8006A1B4 - target_func: 'replayRecord' + # this is commented out because it's called by the creditsMgr's dance value + # loader; due to a conflict + # - name: ReplayHookRecord + # type: branch_insn + # branch_type: b + # src_addr_pal: 0x8006A1B4 + # target_func: 'replayRecord' # - name: LuigiOverride # type: branch_insn # branch_type: b |