diff options
Diffstat (limited to 'include/dungeon_random_1.h')
-rw-r--r-- | include/dungeon_random_1.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dungeon_random_1.h b/include/dungeon_random_1.h new file mode 100644 index 0000000..bfc2ecd --- /dev/null +++ b/include/dungeon_random_1.h @@ -0,0 +1,7 @@ +#ifndef GUARD_DUNGEON_RANDOM_1_H +#define GUARD_DUNGEON_RANDOM_1_H + +// 0x84144 +bool8 RollPercentChance(s32 percentChance); + +#endif |