blob: a5b0484b91dd06712a0f7f9728f56a0e1ae53953 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
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'
|