diff options
author | Treeki <treeki@gmail.com> | 2011-09-17 00:55:14 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-09-17 00:55:14 +0200 |
commit | 7a01ebfe271008804af099444b61498246594351 (patch) | |
tree | 86b04fe121e7ccb7a95d3eaa5f2a1adf42fb6e61 /mrsun.yaml | |
parent | 3f51fed7227c3a409efd3fb8a38a63b709d9cca3 (diff) | |
download | kamek-7a01ebfe271008804af099444b61498246594351.tar.gz kamek-7a01ebfe271008804af099444b61498246594351.zip |
Mr Sun converted to C++. untested but compiles
Diffstat (limited to '')
-rw-r--r-- | mrsun.yaml | 21 |
1 files changed, 3 insertions, 18 deletions
@@ -3,23 +3,8 @@ source_files: [../src/mrsun.cpp] hooks: - - name: MrSun_Create + - name: BuildEventBlock 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' + src_addr_pal: 0x80B0DFA0 + target_func: 'daMrSun_c::build(void)' |