pmd-red/include/dungeon_random_1.h
2022-03-10 22:33:12 -05:00

7 lines
119 B
C

#ifndef GUARD_DUNGEON_RANDOM_1_H
#define GUARD_DUNGEON_RANDOM_1_H
bool8 RollPercentChance(s32 percentChance);
#endif