2026-01-15 02:19:18 +03:00

28 lines
640 B
YAML

# INAZUMA ELEVEN: Victory Road 2.0.1
# BID: F99F0CE4FC4567ED
DECLARATIONS:
-
type: variable
name: fps_target
value_type: float
default_value: 30
evaluate: FPS_TARGET
MASTER_WRITE:
# Dynamic Resolution FPS Target
## REF: 62 02 23 1E 21 18 22 1E, ucvtf + fdiv
-
type: asm_a64
main_offset: 0xC5EAA8
instructions: [
[adrp, x9, $fps_target],
[ldr, s1, [x9, $fps_target]]
]
ALL_FPS:
# Disable FPS Lock
## REF: 20 01 00 A9 00 01 63 9E, second LDRB below that, IDA will show address after full analyze
-
type: write
address: [MAIN, 0x37850BD]
value_type: uint8
value: 0