diff options
Diffstat (limited to '')
-rw-r--r-- | poweruphax.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/poweruphax.yaml b/poweruphax.yaml index 0e2fbec..1c48020 100644 --- a/poweruphax.yaml +++ b/poweruphax.yaml @@ -525,11 +525,21 @@ hooks: target_func: 'ReturnNone' src_addr_pal: 0x80AEFFFC + - name: IcicleNormalNoFireball + type: add_func_pointer + target_func: 'ReturnNone' + src_addr_pal: 0x80AEFFF8 + - name: IcicleFixationNoIceball type: add_func_pointer target_func: 'ReturnNone' src_addr_pal: 0x80AE9EEC + - name: IcicleFixationNoFirball + type: add_func_pointer + target_func: 'ReturnNone' + src_addr_pal: 0x80AE9EE8 + |