diff options
author | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-03-12 23:17:12 +0100 |
commit | 7d4e4c0b34a613dd3c0220475ae4e448197522c1 (patch) | |
tree | 4f5cee367de3fdef4f9a7c84af59ffe76a2bb1c3 /processed/animtiles.yaml | |
download | kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.tar.gz kamek-7d4e4c0b34a613dd3c0220475ae4e448197522c1.zip |
initial commit. now I can start playing with stuff!
Diffstat (limited to 'processed/animtiles.yaml')
-rw-r--r-- | processed/animtiles.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/processed/animtiles.yaml b/processed/animtiles.yaml new file mode 100644 index 0000000..9e4b056 --- /dev/null +++ b/processed/animtiles.yaml @@ -0,0 +1,10 @@ +hooks: +- {branch_type: bl, name: AnimatedTiles, src_addr_ntsc: 2148038296, src_addr_ntsc2: 2148038296, + src_addr_pal: 2148038296, src_addr_pal2: 2148038296, target_func: DoTiles(void *), + type: branch_insn} +- {branch_type: b, name: AnimatedTilesDestroy, src_addr_ntsc: 2148037896, src_addr_ntsc2: 2148037896, + src_addr_pal: 2148037896, src_addr_pal2: 2148037896, target_func: DestroyTiles(void + *), type: branch_insn} +- {addr_ntsc: 2148037956, addr_ntsc2: 2148037956, addr_pal: 2148037956, addr_pal2: 2148037956, + data: 3880 1000, name: AnimTileFrameHeapPatch, type: patch} +source_files: [../src/animtiles.cpp] |