diff options
Diffstat (limited to 'cutScene.yaml')
-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' |