summaryrefslogtreecommitdiff
path: root/cutScene.yaml
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-02-13 06:04:52 +0100
committerTreeki <treeki@gmail.com>2013-02-13 06:04:52 +0100
commita9d6e00e80065676a243c9a3033e47009488059d (patch)
treeb0eb86ac813174258a9963b68d50bab34ad00b13 /cutScene.yaml
parent2686a59694b209fda5297a7bf8003c3210e9ed29 (diff)
downloadkamek-a9d6e00e80065676a243c9a3033e47009488059d.tar.gz
kamek-a9d6e00e80065676a243c9a3033e47009488059d.zip
add W7 to W8 cutscene
Diffstat (limited to '')
-rw-r--r--cutScene.yaml7
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'