diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-19 12:34:03 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-19 12:34:03 -0500 |
commit | 80e51e409ca322ff22431be8a33131d2f705a8c7 (patch) | |
tree | 5bef52720cfe6040733b6124fcd8913e644cd8c0 /bossBalboaWrench.yaml | |
parent | ddda772916cf78e05fa96bb8782cd9f81a9ed852 (diff) | |
download | kamek-80e51e409ca322ff22431be8a33131d2f705a8c7.tar.gz kamek-80e51e409ca322ff22431be8a33131d2f705a8c7.zip |
fuzzy updates, ramboo updates, playing around with ramboo anmChrs, and added the beginnings of BalboaWrench
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)' + |