From 041c0891d8516a4c6a60652347ce77de996edb1d Mon Sep 17 00:00:00 2001 From: sceptillion <33798691+sceptillion@users.noreply.github.com> Date: Mon, 11 Dec 2017 09:18:22 -0800 Subject: decompile other_random --- include/other_random.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/other_random.h (limited to 'include') diff --git a/include/other_random.h b/include/other_random.h new file mode 100644 index 0000000..83a1b60 --- /dev/null +++ b/include/other_random.h @@ -0,0 +1,7 @@ +#ifndef GUARD_OTHER_RANDOM_H +#define GUARD_OTHER_RANDOM_H + +s32 OtherRandomCapped(s32 cap); +s32 OtherRandomRange(s32 a, s32 b); + +#endif // GUARD_OTHER_RANDOM_H -- cgit v1.2.3