diff options
Diffstat (limited to 'include/dungeon_random.h')
-rw-r--r-- | include/dungeon_random.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/dungeon_random.h b/include/dungeon_random.h new file mode 100644 index 0000000..5679720 --- /dev/null +++ b/include/dungeon_random.h @@ -0,0 +1,9 @@ +#ifndef GUARD_DUNGEON_RANDOM_H +#define GUARD_DUNGEON_RANDOM_H + +// 0x840E8 +s32 DungeonRandom(void); +// 0x84100 +s32 DungeonRandomCapped(s32 cap); + +#endif |