diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-06-26 11:36:45 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-06-26 11:36:45 -0500 |
commit | aaec1327c178ae951a0b19a8150a69fc00eb3011 (patch) | |
tree | 7d979ff369f412604ba75def8d58f17c7827a06d /compression.yaml | |
parent | 86b23638c773f42f1b7c56adb31eb16d1c417913 (diff) | |
parent | 673484e580337cd1ab14bfd43c770f004494b9a4 (diff) | |
download | kamek-aaec1327c178ae951a0b19a8150a69fc00eb3011.tar.gz kamek-aaec1327c178ae951a0b19a8150a69fc00eb3011.zip |
Merge branch 'level-select' of treeki:newergit/Kamek into level-select
Conflicts:
NewerProject.yaml
kamek_pal.x
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 |