forked from masagrator/FPSLocker-Warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path9A257FAB83444214.yaml
67 lines (65 loc) · 1.56 KB
/
9A257FAB83444214.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Pikmin 2 1.1.0
# BID: 9A257FAB83444214
# Credits to Hazerou for finding offsets
unsafeCheck: true
ALL_FPS:
-
type: write
address: [MAIN, 0xC104B0, 0x28]
value_type: uint32
value: 1
# Block cutscenes to 30 FPS
-
type: evaluate_compare
compare_address: [MAIN, 0xC18080]
compare_type: "<="
compare_value_type: uint32
compare_value: 0x4B
address: [MAIN, 0xC0C040, 0xE0]
value_type: float
value: "1 / 30"
-
type: compare
compare_address: [MAIN, 0xC18080]
compare_type: "<="
compare_value_type: uint32
compare_value: 0x4B
address: [MAIN, 0xC0C040, 0x100]
value_type: float
value: 2
-
type: compare
compare_address: [MAIN, 0xC18080]
compare_type: "<="
compare_value_type: uint32
compare_value: 0x4B
address: [MAIN]
value_type: refresh_rate
value: 30
-
type: evaluate_compare
compare_address: [MAIN, 0xC18080]
compare_type: "<"
compare_value_type: uint32
compare_value: 0x49
address: [MAIN, 0xC0C040, 0xE0]
value_type: float
value: "1 / FPS_TARGET"
-
type: evaluate_compare
compare_address: [MAIN, 0xC18080]
compare_type: "<"
compare_value_type: uint32
compare_value: 0x49
address: [MAIN, 0xC0C040, 0x100]
value_type: float
value: "60 / FPS_TARGET"
-
type: compare
compare_address: [MAIN, 0xC18080]
compare_type: "<"
compare_value_type: uint32
compare_value: 0x49
address: [MAIN]
value_type: refresh_rate
value: 0