diff options
Diffstat (limited to '')
-rw-r--r-- | mrsun.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,12 +6,12 @@ hooks: - name: MrSun_Create type: add_func_pointer src_addr_pal: 0x80B0DFB8 - target_func: 'MrSun_Create(MrSun *self)' + target_func: 'MrSun_Create(MrSun *)' - name: MrSun_Execute type: add_func_pointer src_addr_pal: 0x80B0DFD0 - target_func: 'MrSun_Execute(MrSun *self)' + target_func: 'MrSun_Execute(MrSun *)' - name: MrSun_Draw type: patch |