summaryrefslogtreecommitdiff
path: root/cutScene.yaml
blob: 138117c42b089d0c18634f27cd6794adc7b10812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
source_files: [../src/cutScene.cpp, ../src/sceneGlue.cpp]
hooks:
  - name: BuildCutScene
    type: add_func_pointer
    src_addr_pal: 0x8098CD18
    target_func: 'dScCutScene_c::build(void)'

  - name: FixLastActorForCutScene
    type: patch
    addr_pal: 0x80124DDC
    data: '28001234'

  - name: WrapExitStage
    type: branch_insn
    src_addr_pal: 0x80102370
    branch_type: b
    target_func: 'ExitStageWrapper'

  - name: DisableCutsceneMusic
    type: patch
    addr_pal: 0x802F68D8
    data: '00000000 00000000 00000000'