diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-19 12:36:15 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-19 12:36:15 -0500 |
commit | b14405c831f2e94f771f65e786d7b2b88146ca97 (patch) | |
tree | 75e4b3d9eb75db7e2b09566dc51809be571f389c /bossBalboaWrench.yaml | |
parent | 4d5d95ec2c70578627353e40047462c82ac695c1 (diff) | |
parent | 80e51e409ca322ff22431be8a33131d2f705a8c7 (diff) | |
download | kamek-b14405c831f2e94f771f65e786d7b2b88146ca97.tar.gz kamek-b14405c831f2e94f771f65e786d7b2b88146ca97.zip |
Merge branch 'level-select' into megaTestBoss
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)' + |