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