summaryrefslogtreecommitdiff
path: root/poweruphax.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--poweruphax.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml
index a9c8c97..3a521c3 100644
--- a/poweruphax.yaml
+++ b/poweruphax.yaml
@@ -123,6 +123,10 @@ hooks:
type: patch
addr_pal: 0x800611C4
data: '60000000'
+ - name: DisablePowerupValidityCheck2
+ type: patch
+ addr_pal: 0x8006122C
+ data: '60000000'
- name: TinyTableFix
type: patch
@@ -649,3 +653,32 @@ hooks:
src_addr_pal: 0x80145BE0
branch_type: b
+
+ - name: BiggerWm2dPlayer
+ type: patch
+ addr_pal: 0x808C5108
+ data: '3860 0388'
+
+ - name: Wm2dPlayerCtorHS
+ type: branch_insn
+ target_func: 'Wm2dPlayerCtorHS'
+ src_addr_pal: 0x808C52A0
+ branch_type: b
+
+ - name: Wm2dPlayerDtorReplace
+ type: add_func_pointer
+ target_func: 'Wm2dPlayerDtorHS'
+ src_addr_pal: 0x80981328
+
+ - name: Wm2dPlayerSetMeUpHS
+ type: branch_insn
+ target_func: 'Wm2dPlayerSetMeUpHS'
+ src_addr_pal: 0x808C5A30
+ branch_type: b
+
+ - name: Wm2dPlayerDrawHS
+ type: branch_insn
+ target_func: 'Wm2dPlayerDrawHS'
+ src_addr_pal: 0x808C5910
+ branch_type: b
+