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