diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-23 02:22:37 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-09-23 02:22:37 -0500 |
commit | 8f0baae495ade1b065d73875092a3bb479787ada (patch) | |
tree | 9799fb18ae512d4a71150352c8c048d8d9748c52 /bossFuzzyBear.yaml | |
parent | 9b1df8223e713762897d4a8a8508d0c4843570ee (diff) | |
download | kamek-8f0baae495ade1b065d73875092a3bb479787ada.tar.gz kamek-8f0baae495ade1b065d73875092a3bb479787ada.zip |
Added FuzzyBear and some fixes to Mr.sun
Diffstat (limited to '')
-rw-r--r-- | bossFuzzyBear.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bossFuzzyBear.yaml b/bossFuzzyBear.yaml new file mode 100644 index 0000000..3b608d3 --- /dev/null +++ b/bossFuzzyBear.yaml @@ -0,0 +1,10 @@ +--- +# Replaces EN_WALLINSECT + +source_files: [../src/bossFuzzyBear.cpp] +hooks: + - name: FuzzyBearBuild + type: add_func_pointer + src_addr_pal: 0x8097F730 + target_func: 'daFuzzyBear_c::build(void)' + |