diff options
Diffstat (limited to 'cutScene.yaml')
-rw-r--r-- | cutScene.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cutScene.yaml b/cutScene.yaml new file mode 100644 index 0000000..d338c6a --- /dev/null +++ b/cutScene.yaml @@ -0,0 +1,8 @@ +--- +source_files: [.../src/cutScene.cpp] +hooks: + - name: BuildCutScene + type: add_func_pointer + src_addr_pal: 0x8098CD18 + target_func: 'dScCutScene_c::build(void)' + |