blob: 879693b2e4a7d8f76c6026a8acc4e2ae9a523d11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
source_files: [../src/animtiles.cpp]
hooks:
- name: AnimatedTiles
type: branch_insn
branch_type: bl
src_addr_ntsc: 0x80087698
src_addr_pal: 0x80087698
target_func: 'DoTiles(void *)'
- name: AnimatedTilesDestroy
type: branch_insn
branch_type: b
src_addr_ntsc: 0x80087508
src_addr_pal: 0x80087508
target_func: 'DestroyTiles(void *)'
- name: AnimTileFrameHeapPatch
type: patch
addr_ntsc: 0xdeadbeef
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'
|