From 7d4e4c0b34a613dd3c0220475ae4e448197522c1 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 12 Mar 2011 23:17:12 +0100 Subject: initial commit. now I can start playing with stuff! --- 3dlib.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3dlib.yaml (limited to '3dlib.yaml') diff --git a/3dlib.yaml b/3dlib.yaml new file mode 100644 index 0000000..c1c99cb --- /dev/null +++ b/3dlib.yaml @@ -0,0 +1,17 @@ +--- +source_files: [../3dlib/treeki3d.cpp, ../3dlib/tpl_ext.S] +hooks: + - name: CallT3DInit + type: branch_insn + branch_type: b + src_addr_ntsc: 0xDEADBEEF + src_addr_pal: 0x8015C018 + target_func: 'T3D::Init(bool)' + + - name: CallT3DDrawQueue + type: branch_insn + branch_type: b + src_addr_ntsc: 0xDEADBEEF + src_addr_pal: 0x80917A64 + target_func: 'T3D::DrawQueue(void)' + -- cgit v1.2.3