2025-12-02 18:33:48 +03:00

20 lines
607 B
YAML

# Kirby and the Forgotten Land 1.0.0
# BID: D9BA7DB72FFAFECD
# Thanks to Hazerou for finding interval offsets
ALL_FPS:
# Interval (Setting it to 0 unlocks framerate and sets dynamic game speed)
-
type: write
address: [MAIN, 0xA72628, 0x50]
address_unsafe: true
value_type: int32
value: 0
# Dynamic Resolution GPU Frametiming Max / Min (Max = 1.95 * (30/FPS), Min = 1.7 * (30/FPS))
-
type: evaluate_write
address: [MAIN, 0xA726B0, 0x140, 0x1B0, 0x20, 0x34]
address_unsafe: true
value_type: float
value: ["(30 / FPS_TARGET) * 1.95", "(30 / FPS_TARGET) * 1.7"]