diff options
author | Treeki <treeki@gmail.com> | 2011-06-24 14:24:45 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-06-24 14:24:45 +0200 |
commit | 673484e580337cd1ab14bfd43c770f004494b9a4 (patch) | |
tree | 59ad19982b31a0a81c48bd51c1749c49e2425a42 /compression.yaml | |
parent | 14f66f5e100561a71f2fe2be957b74c16303b8b1 (diff) | |
download | kamek-673484e580337cd1ab14bfd43c770f004494b9a4.tar.gz kamek-673484e580337cd1ab14bfd43c770f004494b9a4.zip |
added the compression updates from master
Diffstat (limited to '')
-rw-r--r-- | compression.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/compression.yaml b/compression.yaml new file mode 100644 index 0000000..9d3a058 --- /dev/null +++ b/compression.yaml @@ -0,0 +1,18 @@ +--- +source_files: [../src/compression.S] +hooks: + - name: InitialiseEverything + type: branch_insn + branch_type: b + src_addr_pal: 0x8015BC70 + target_func: 'InitCompression' + + - name: GetFileEntrynumNew + type: branch_insn + branch_type: b + src_addr_pal: 0x8016BD70 + target_func: 'GetFileEntrynumNew' + + - name: FixStreamingLHDecompression + type: nop_insn + area_pal: 0x801D7884 |