diff options
Diffstat (limited to 'apDebug.yaml')
-rw-r--r-- | apDebug.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apDebug.yaml b/apDebug.yaml new file mode 100644 index 0000000..25f87fd --- /dev/null +++ b/apDebug.yaml @@ -0,0 +1,9 @@ +--- +source_files: [../src/apDebug.cpp] +hooks: + - name: DrawAPhysics + type: branch_insn + branch_type: b + src_addr_pal: 0x80830BD8 + target_func: 'APDebugDraw(void)' + |