diff options
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)' + + |