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