blob: ffcad10b81c641cb36de3a2ad6da030a6be12f36 (
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 *self)'
- name: MrSun_Execute
type: add_func_pointer
src_addr_pal: 0x80B0DFD0
target_func: 'MrSun_Execute(MrSun *self)'
- name: MrSun_Draw
type: patch
addr_pal: 0x80B0DFDC
data: '809D0810'
- name: MrSun_HeapDeallocated
type: patch
addr_pal: 0x80B0DFF8
data: '809D1F70'
|