summaryrefslogtreecommitdiff
path: root/mrsun.yaml
blob: e206532df877e481f322215eda581a560ba531ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
# Replaces EN_WALLINSECT

source_files: [../src/mrsun.cpp]
hooks:
  - name: MrSun_Create
    type: add_func_pointer
    src_addr_pal: 0x80B0DFB8
    target_func: 'MrSun_Create(MrSun *)'
    
  - name: MrSun_Execute
    type: add_func_pointer
    src_addr_pal: 0x80B0DFD0
    target_func: 'MrSun_Execute(MrSun *)'

  - name: MrSun_Draw
    type: patch
    addr_pal: 0x80B0DFDC
    data: '809D0810'

  - name: MrSun_HeapDeallocated
    type: patch
    addr_pal: 0x80B0DFF8
    data: '809D1F70'