summaryrefslogtreecommitdiff
path: root/include/dungeon_random_1.h
blob: bfc2ecdae485070f92fee1e274155410924d2eeb (plain)
1
2
3
4
5
6
7
#ifndef GUARD_DUNGEON_RANDOM_1_H
#define GUARD_DUNGEON_RANDOM_1_H

// 0x84144
bool8 RollPercentChance(s32 percentChance);

#endif