diff options
Diffstat (limited to 'bossFuzzyBear.yaml')
-rw-r--r-- | bossFuzzyBear.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bossFuzzyBear.yaml b/bossFuzzyBear.yaml new file mode 100644 index 0000000..3b608d3 --- /dev/null +++ b/bossFuzzyBear.yaml @@ -0,0 +1,10 @@ +--- +# Replaces EN_WALLINSECT + +source_files: [../src/bossFuzzyBear.cpp] +hooks: + - name: FuzzyBearBuild + type: add_func_pointer + src_addr_pal: 0x8097F730 + target_func: 'daFuzzyBear_c::build(void)' + |