diff options
Diffstat (limited to 'effectVideo.yaml')
-rw-r--r-- | effectVideo.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/effectVideo.yaml b/effectVideo.yaml new file mode 100644 index 0000000..555719e --- /dev/null +++ b/effectVideo.yaml @@ -0,0 +1,10 @@ +--- +# Replaces LIFT_TORIDE_ROLL + +source_files: [../src/effectvideo.cpp] +hooks: + - name: EffectVideoAdd + type: add_func_pointer + src_addr_pal: 0x80969E78 + target_func: 'EffectVideo::build(void)' + |