summaryrefslogtreecommitdiff
path: root/bossCaptainBowser.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bossCaptainBowser.yaml')
-rw-r--r--bossCaptainBowser.yaml66
1 files changed, 33 insertions, 33 deletions
diff --git a/bossCaptainBowser.yaml b/bossCaptainBowser.yaml
index 0583af0..e955cc1 100644
--- a/bossCaptainBowser.yaml
+++ b/bossCaptainBowser.yaml
@@ -59,40 +59,40 @@ hooks:
- name: ClownCarAllocation
type: patch
addr_pal: 0x8080F918
- data: '38600FD0' # Replace 0x0FD0 which how much space I want to allocate
+ data: '386017D0' # Replace 0x0FD0 which how much space I want to allocate
# Official Funcs
- # - name: ClownCarCtor
- # type: branch_insn
- # branch_type: bl
- # src_addr_pal: 0x8080F92C
- # target_func: 'newClownCtor(dEn_c *clown)'
-
- # - name: ClownCarDtor
- # type: add_func_pointer
- # src_addr_pal: 0x809602A8
- # target_func: 'newClownDtor(dEn_c *clown, u32 willDelete)'
-
-
- # # My overrides
- # - name: ClownCarMoveExecute
- # type: add_func_pointer
- # src_addr_pal: 0x80960184
- # target_func: 'CConExecuteMove(dEn_c *clown)'
-
- # - name: ClownCarAfterCreate
- # type: add_func_pointer
- # src_addr_pal: 0x8095FEF8
- # target_func: 'CCafterCreate(dEn_c *clown)'
-
- # - name: ClownCarOnExecute
- # type: add_func_pointer
- # src_addr_pal: 0x8095FF08
- # target_func: 'CConExecute(dEn_c *clown)'
-
- # - name: ClownCarOnDraw
- # type: add_func_pointer
- # src_addr_pal: 0x8095FF14
- # target_func: 'CConDraw(dEn_c *clown)'
+ - name: ClownCarCtor
+ type: branch_insn
+ branch_type: bl
+ src_addr_pal: 0x8080F92C
+ target_func: 'newClownCtor(dEn_c *)'
+
+ - name: ClownCarDtor
+ type: add_func_pointer
+ src_addr_pal: 0x809602A8
+ target_func: 'newClownDtor(dEn_c *, unsigned int)'
+
+
+ # My overrides
+ - name: ClownCarMoveExecute
+ type: add_func_pointer
+ src_addr_pal: 0x80960184
+ target_func: 'CConExecuteMove(dEn_c *)'
+
+ - name: ClownCarAfterCreate
+ type: add_func_pointer
+ src_addr_pal: 0x8095FEF8
+ target_func: 'CCafterCreate(dEn_c *)'
+
+ - name: ClownCarOnExecute
+ type: add_func_pointer
+ src_addr_pal: 0x8095FF08
+ target_func: 'CConExecute(dEn_c *)'
+
+ - name: ClownCarOnDraw
+ type: add_func_pointer
+ src_addr_pal: 0x8095FF14
+ target_func: 'CConDraw(dEn_c *)'