blob: 7eac5cf3727b3e453f2b8b3d4200359769f96d84 (
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/hardMode.s]
hooks:
- name: OneHitKill
type: branch_insn
branch_type: bl
src_addr_pal: 0x801465DC
target_func: 'OneHitKill'
- name: TimerAdjustments
type: branch_insn
branch_type: bl
src_addr_pal: 0x800E3AB8
target_func: 'TimerAdjustments'
# - name: OneHitKill
# type: patch
# addr_pal: 0x801465E0
# data: '4800000C'
# # data: '60000000'
# - name: TimerAdjustments
# type: patch
# addr_pal: 0x800E3AB8
# data: '3403FF38'
|