diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-22 14:18:34 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-22 14:18:34 -0500 |
commit | d3b2d9fd92ede02ae06232c92e830e5819104f6e (patch) | |
tree | ed9c055f856a78b4410231464385779228861153 /animtiles.yaml | |
parent | 7d7fd4eb64f562978dbc001bffb53482af747a0b (diff) | |
download | kamek-d3b2d9fd92ede02ae06232c92e830e5819104f6e.tar.gz kamek-d3b2d9fd92ede02ae06232c92e830e5819104f6e.zip |
Minor shy guy fixes, topman noise fixes, samurshai wall fixes, removed animtile EFB copy speedup - untested commit
Diffstat (limited to '')
-rw-r--r-- | animtiles.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/animtiles.yaml b/animtiles.yaml index 879693b..029553e 100644 --- a/animtiles.yaml +++ b/animtiles.yaml @@ -21,8 +21,8 @@ hooks: addr_pal: 0x80087544
data: '3880 1000' # 128 tiles should be enough for anyone
- - name: AnimTileOptimisedCopy
- type: branch_insn
- branch_type: bl
- src_addr_pal: 0x80087AD0
- target_func: 'CopyAnimTile'
+ # - name: AnimTileOptimisedCopy
+ # type: branch_insn
+ # branch_type: bl
+ # src_addr_pal: 0x80087AD0
+ # target_func: 'CopyAnimTile'
|