diff options
Diffstat (limited to '')
-rw-r--r-- | cutScene.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cutScene.yaml b/cutScene.yaml index 138117c..c75e92d 100644 --- a/cutScene.yaml +++ b/cutScene.yaml @@ -1,6 +1,12 @@ --- source_files: [../src/cutScene.cpp, ../src/sceneGlue.cpp] hooks: + - name: DoOpeningLevel + type: branch_insn + branch_type: bl + src_addr_pal: 0x809191D4 + target_func: 'EnterOpeningLevel' + - name: BuildCutScene type: add_func_pointer src_addr_pal: 0x8098CD18 |