diff options
author | Treeki <treeki@gmail.com> | 2013-04-16 18:45:03 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-16 18:45:03 +0200 |
commit | 48a2b6726e313154b6bc94b3d02251599ec62b66 (patch) | |
tree | 0d6429e2bd235994a45670d10d9a9ce19cd49af4 /replay.yaml | |
parent | 3fec1b6193724c0a7c5ca3ea95a9d88a7e19cd90 (diff) | |
download | kamek-48a2b6726e313154b6bc94b3d02251599ec62b66.tar.gz kamek-48a2b6726e313154b6bc94b3d02251599ec62b66.zip |
implement custom choreography in the credits
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 |