summaryrefslogtreecommitdiff
path: root/processed/3dlib.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 /processed/3dlib.yaml
downloadkamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.tar.gz
kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.zip
initial commit. now I can start playing with stuff!
Diffstat (limited to 'processed/3dlib.yaml')
-rw-r--r--processed/3dlib.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/processed/3dlib.yaml b/processed/3dlib.yaml
new file mode 100644
index 0000000..e02b94d
--- /dev/null
+++ b/processed/3dlib.yaml
@@ -0,0 +1,8 @@
+hooks:
+- {branch_type: b, name: CallT3DInit, src_addr_ntsc: 2148908760, src_addr_ntsc2: 2148908760,
+ src_addr_pal: 2148909080, src_addr_pal2: 2148908760, target_func: 'T3D::Init(bool)',
+ type: branch_insn}
+- {branch_type: b, name: CallT3DDrawQueue, src_addr_ntsc: 2157017700, src_addr_ntsc2: 2157017716,
+ src_addr_pal: 2157017700, src_addr_pal2: 2157017700, target_func: 'T3D::DrawQueue(void)',
+ type: branch_insn}
+source_files: [../3dlib/treeki3d.cpp, ../3dlib/tpl_ext.S]