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