diff options
author | Treeki <treeki@gmail.com> | 2012-02-01 00:29:26 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-02-01 00:29:26 +0100 |
commit | 2e779b6f400200438b7acb072babad9efcf0c8fc (patch) | |
tree | e0979c45ca03249665ff2913b35b4fcbafaa9639 /tilegod.yaml | |
parent | 0136364671054f10e5a1ad484035e877987707b2 (diff) | |
download | kamek-2e779b6f400200438b7acb072babad9efcf0c8fc.tar.gz kamek-2e779b6f400200438b7acb072babad9efcf0c8fc.zip |
tilegod updates
Diffstat (limited to '')
-rw-r--r-- | tilegod.yaml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tilegod.yaml b/tilegod.yaml index 235adf0..6da2163 100644 --- a/tilegod.yaml +++ b/tilegod.yaml @@ -1,12 +1,18 @@ ---
-source_files: [../src/tilegod.S]
+source_files: [../src/tilegod.S, ../src/tilegod.cpp]
hooks:
+# - name: TileGodHack
+# type: branch_insn
+# branch_type: b
+# src_addr_pal: 0x807E1668
+# target_func: 'TileGodHack'
+
- name: TileGodHack
type: branch_insn
branch_type: b
- src_addr_pal: 0x807E1668
- target_func: 'TileGodHack'
-
+ src_addr_pal: 0x807E15D0
+ target_func: 'daChengeBlock_c::doStuff(daChengeBlock_c::Action, bool)'
+
- name: GetTileFromTileTableHack
type: branch_insn
branch_type: b
|