summaryrefslogtreecommitdiff
path: root/tilegod.yaml
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-12 23:17:12 +0100
committerTreeki <treeki@gmail.com>2011-03-12 23:17:12 +0100
commit7d4e4c0b34a613dd3c0220475ae4e448197522c1 (patch)
tree4f5cee367de3fdef4f9a7c84af59ffe76a2bb1c3 /tilegod.yaml
downloadkamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.tar.gz
kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.zip
initial commit. now I can start playing with stuff!
Diffstat (limited to '')
-rw-r--r--tilegod.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tilegod.yaml b/tilegod.yaml
new file mode 100644
index 0000000..235adf0
--- /dev/null
+++ b/tilegod.yaml
@@ -0,0 +1,14 @@
+---
+source_files: [../src/tilegod.S]
+hooks:
+ - name: TileGodHack
+ type: branch_insn
+ branch_type: b
+ src_addr_pal: 0x807E1668
+ target_func: 'TileGodHack'
+
+ - name: GetTileFromTileTableHack
+ type: branch_insn
+ branch_type: b
+ src_addr_pal: 0x80083490
+ target_func: 'NEW_GetTileFromTileTable'