UltraNX/SaltySD/plugins/FPSLocker/patches/01001270012B6000/6D9EA94F8AAC00A8.yaml

22 lines
452 B
YAML
Raw Normal View History

2023-12-08 22:57:58 +00:00
# SONIC FORCES 1.1.0
# BID: 6D9EA94F8AAC00A8
# Game speed is tied to framerate
# Above 30 FPS level 8 is harder to beat and level 20 impossible to beat
unsafeCheck: true
MASTER_WRITE:
# Remove double buffer
-
type: bytes
main_offset: 0xAD40FC
value_type: uint32
value: 0x52800068
2024-07-02 09:50:28 +00:00
ALL_FPS:
2023-12-08 22:57:58 +00:00
# FPS target (FPS * 2)
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2023-12-08 22:57:58 +00:00
address: [MAIN, 0x1C38C28, 0x1C]
value_type: float
2024-07-02 09:50:28 +00:00
value: "FPS_TARGET * 2"