Posts for MonetaryDragon

Joined: 2/21/2020
Posts: 1
Hi everyone, I am interested in learning which RAM value(s) are relevant for determining outcomes which change every frame, for example in chance of getting a critical hit in battle, or ATB values at the start of a battle. In my case specifically, I'm trying to understand what governs what set of chocobo race conditions are selected, which changes based on which frame you close the final text box before the race starts. For some things, FF7 uses the in-game timer (Bizhawk address 09D264), or the Field RNG (095DC8), but neither of these are relevant to the per-frame RNG. FF7 also tracks fractions of a second to 1/65535ths of a second at RAM values 09D270 and 09D26C, but neither of these are relevant to the chocobo racing thing either. Does anyone know where I could find the updates-each-frame RNG RAM value(s)? Thank you!