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