diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-03-22 18:43:21 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-03-22 18:43:21 -0500 |
commit | 0ae957fcb9d1cb69602bf937c5111a184c3fbc79 (patch) | |
tree | ecac5435b445fd3ce7fa8f45b90920a85eb9ae95 /bossCaptainBowser.yaml | |
parent | c6becbea298ed12b34f8ad6365e1db0a2870e3e7 (diff) | |
download | kamek-0ae957fcb9d1cb69602bf937c5111a184c3fbc79.tar.gz kamek-0ae957fcb9d1cb69602bf937c5111a184c3fbc79.zip |
simple updates to challenge collectible and the clown car
Diffstat (limited to 'bossCaptainBowser.yaml')
-rw-r--r-- | bossCaptainBowser.yaml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/bossCaptainBowser.yaml b/bossCaptainBowser.yaml index 2bd930d..b227ff4 100644 --- a/bossCaptainBowser.yaml +++ b/bossCaptainBowser.yaml @@ -14,9 +14,9 @@ hooks: - name: UpdateaptainBoswerSpriteInfo type: patch - addr_pal: 0x8030C4AC + addr_pal: 0x8030C48C # [010] ( 16, 16) ( 0, 0 32: 32) 64? 64? 0? 0? | [0:No Flags] - data: '0002 0000' + data: '00000010 00000010 00000000 00000000 00000200 00000200 0000 0000 0200 0200 0002 0000' # 0x8030A340 + sprite num * 0x28 == offset (+24 in this case) @@ -96,3 +96,17 @@ hooks: type: add_func_pointer src_addr_pal: 0x8095FF14 target_func: 'CConDraw(dEn_c *)' + + + + + + + + # Clown Shot - Replaces WM_PAKKUN + - name: ClownShotBuild + type: add_func_pointer + src_addr_pal: 0x80988934 + target_func: 'daClownShot::build(void)' + + |