diff options
Diffstat (limited to 'meteor.yaml')
-rw-r--r-- | meteor.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meteor.yaml b/meteor.yaml new file mode 100644 index 0000000..765d350 --- /dev/null +++ b/meteor.yaml @@ -0,0 +1,10 @@ +--- +# Replaces EN_TARZANROPE + +source_files: [../src/meteor.cpp] +hooks: + - name: BuildMeteor + type: add_func_pointer + src_addr_pal: 0x80B0A940 + target_func: 'dMeteor::build(void)' + |