diff options
author | Treeki <treeki@gmail.com> | 2013-02-13 06:04:52 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-13 06:04:52 +0100 |
commit | a9d6e00e80065676a243c9a3033e47009488059d (patch) | |
tree | b0eb86ac813174258a9963b68d50bab34ad00b13 /cutScene.yaml | |
parent | 2686a59694b209fda5297a7bf8003c3210e9ed29 (diff) | |
download | kamek-a9d6e00e80065676a243c9a3033e47009488059d.tar.gz kamek-a9d6e00e80065676a243c9a3033e47009488059d.zip |
add W7 to W8 cutscene
Diffstat (limited to '')
-rw-r--r-- | cutScene.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/cutScene.yaml b/cutScene.yaml index e900d15..a5b0484 100644 --- a/cutScene.yaml +++ b/cutScene.yaml @@ -1,5 +1,5 @@ --- -source_files: [../src/cutScene.cpp] +source_files: [../src/cutScene.cpp, ../src/sceneGlue.cpp] hooks: - name: BuildCutScene type: add_func_pointer @@ -11,4 +11,9 @@ hooks: addr_pal: 0x80124DDC data: '28001234' + - name: WrapExitStage + type: branch_insn + src_addr_pal: 0x80102370 + branch_type: b + target_func: 'ExitStageWrapper' |