diff options
author | Treeki <treeki@gmail.com> | 2012-03-21 04:37:22 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-03-21 04:37:22 +0100 |
commit | 800f3920d31c2562cc2f0af112c9efa5d5343d6e (patch) | |
tree | a6a9bbcda0ee3c7448b64539ede84fab4d92a7b0 /bossCaptainBowser.yaml | |
parent | b5ce02da4d7cc5960a868fa37981b4aa5706433e (diff) | |
download | kamek-800f3920d31c2562cc2f0af112c9efa5d5343d6e.tar.gz kamek-800f3920d31c2562cc2f0af112c9efa5d5343d6e.zip |
more fixes
Diffstat (limited to '')
-rw-r--r-- | bossCaptainBowser.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bossCaptainBowser.yaml b/bossCaptainBowser.yaml index 39ec00d..2bd930d 100644 --- a/bossCaptainBowser.yaml +++ b/bossCaptainBowser.yaml @@ -85,7 +85,7 @@ hooks: - name: ClownCarAfterCreate type: add_func_pointer src_addr_pal: 0x8095FEF8 - target_func: 'CCafterCreate(dEn_c *)' + target_func: 'CCafterCreate(dEn_c *, unsigned int)' - name: ClownCarOnExecute type: add_func_pointer |