summaryrefslogtreecommitdiff
path: root/3dlib.yaml
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-13 00:39:55 +0100
committerTreeki <treeki@gmail.com>2011-03-13 00:39:55 +0100
commite6255e712993a096fc9938e2fb4be1d181e1afc7 (patch)
tree92ae8718cb88995c1cb1770c243bff3516e7b5a9 /3dlib.yaml
parent7d4e4c0b34a613dd3c0220475ae4e448197522c1 (diff)
downloadkamek-e6255e712993a096fc9938e2fb4be1d181e1afc7.tar.gz
kamek-e6255e712993a096fc9938e2fb4be1d181e1afc7.zip
some cleanup, removed menu code from master branch. does not compile yet
Diffstat (limited to '3dlib.yaml')
-rw-r--r--3dlib.yaml17
1 files changed, 0 insertions, 17 deletions
diff --git a/3dlib.yaml b/3dlib.yaml
deleted file mode 100644
index c1c99cb..0000000
--- a/3dlib.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-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)'
-