diff options
author | Colin Noga <Tempus@chronometry.ca> | 2012-11-25 15:35:13 -0600 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2012-11-25 15:35:13 -0600 |
commit | db34c0af338b8cf04f50b4ade98668869fd303e1 (patch) | |
tree | e373abe027205c0e8414cf6146ded59112b0ab72 /layouthax.yaml | |
parent | 72b9b71b5b7fb5757849d19af3dfae21d0ab9c92 (diff) | |
parent | 1609b49c5c1777e663909b1936b2f8921677f230 (diff) | |
download | kamek-db34c0af338b8cf04f50b4ade98668869fd303e1.tar.gz kamek-db34c0af338b8cf04f50b4ade98668869fd303e1.zip |
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
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' + + |