blob: c1c99cbd8305ceecdac1cdf66fa5055216946dfd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)'
|