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 5fe95c5..e900d15 100644 --- a/cutScene.yaml +++ b/cutScene.yaml @@ -6,3 +6,9 @@ hooks: src_addr_pal: 0x8098CD18 target_func: 'dScCutScene_c::build(void)' + - name: FixLastActorForCutScene + type: patch + addr_pal: 0x80124DDC + data: '28001234' + + |