mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
5 lines
102 B
C
5 lines
102 B
C
#include "random_field.h"
|
|
|
|
int mRF_GetRandomStepMode(void) {
|
|
return mRF_GetRandom(100) < 15;
|
|
} |