2025-09-30 09:18:19 +03:00

30 lines
681 B
YAML

# 優米雅的鍊金工房 ~追憶之鍊金術士與幻創之地~ 1.4.2
# BID: EF85880A244D33EC
DECLARATIONS:
-
type: variable
name: dr_target
value_type: float
default_value: 0.035714
evaluate: "1.01 / FPS_TARGET"
MASTER_WRITE:
# Redirect DR
# REF: A9 24 89 52 49 A2 A7 72, second REF
-
type: asm_a64
main_offset: 0x10EC6A4
instructions: [
[adrp, x9, $dr_target],
[ldr, s1, [x9, $dr_target]],
[nop]
]
ALL_FPS:
# Disable FPS Lock
# REF: 88 46 40 F9 03 11 40 F9, first ADRP+LDR above it
-
type: write
address: [MAIN, 0x2FC3CB0, 0xE0, 0x294]
address_unsafe: true
value_type: uint8
value: 0