diff options
Diffstat (limited to 'layouthax.yaml')
-rw-r--r-- | layouthax.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouthax.yaml b/layouthax.yaml new file mode 100644 index 0000000..1c49950 --- /dev/null +++ b/layouthax.yaml @@ -0,0 +1,10 @@ +--- +source_files: [../src/layouthax.cpp] +hooks: + - name: InsertPauseWindowText + src_addr_pal: 0x8015AC60 + type: branch_insn + branch_type: b + target_func: 'InsertPauseWindowText' + + |