15 lines
353 B
YAML
Raw Normal View History

2025-01-04 11:42:49 +03:00
# Valkyria Chronicles 1.0.0/1.0.1
2024-11-15 12:49:24 +03:00
# BID: FE77FFB8CBFB3A5C
# 2D Animations speed is still tied to framerate
2025-01-04 11:42:49 +03:00
# Buffers info is passed to fixed size class, making triple buffer patch requires effort
2024-11-15 12:49:24 +03:00
unsafeCheck: true
ALL_FPS:
# 3D Game Speed
-
type: evaluate_write
address: [MAIN, 0x95CA9C]
value_type: float
2025-01-04 11:42:49 +03:00
value: "60 / FPS_TARGET"