diff options
author | Treeki <treeki@gmail.com> | 2011-08-06 16:06:17 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-08-06 16:06:17 +0200 |
commit | 43f0f89eb94d503c37d5f6907261dafb9cff011b (patch) | |
tree | 93555cccde36555ceaa1bd6ee4407aa6f1d37795 /blocksnake.yaml | |
parent | 56bfafbdfba08332164d72f84b2105aa1123cb07 (diff) | |
download | kamek-43f0f89eb94d503c37d5f6907261dafb9cff011b.tar.gz kamek-43f0f89eb94d503c37d5f6907261dafb9cff011b.zip |
ported over the Block Snake hack from master
Diffstat (limited to '')
-rw-r--r-- | blocksnake.yaml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/blocksnake.yaml b/blocksnake.yaml new file mode 100644 index 0000000..c7f4c51 --- /dev/null +++ b/blocksnake.yaml @@ -0,0 +1,30 @@ +--- +source_files: [] +hooks: + - name: DisableBlockSnakeIce + type: patch + addr_pal: 0x80AA6FC4 + data: '60000000' + + - name: ChangeBlockSnakeModel + type: patch + addr_pal: 0x80B09110 + data: '616B6500' + + - name: ChangeBlockSnakeModel2 + type: patch + addr_pal: 0x80B090F8 + data: '616B652E6272726573000000' + + - name: DisableBlockSnakeAnmTexSrt + type: nop_insn + area_pal: [0x80AA6BE8, 0x80AA6C60] + + - name: DisableBlockSnakeAnmTexSrt2 + type: nop_insn + area_pal: [0x80AA6D3C, 0x80AA6D4C] + + - name: DisableBlockSnakeAnmTexSrt3 + type: nop_insn + area_pal: [0x80AA6D98, 0x80AA6DA8] + |