diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-13 19:29:19 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-13 19:29:19 -0400 |
commit | 64ffa8f9639c0dae2075d722fb12610e42b2129f (patch) | |
tree | abb297307bf48a399052aa0c6f7d1db7498b9cc3 /include/lottery_corner.h | |
parent | c2e31f0618e19a1edad6bfface74901c8cd405f7 (diff) | |
parent | 78009a835f840864b3d30af00c65a745f75b80fa (diff) |
Merge branch 'master' into field_map_obj
Diffstat (limited to 'include/lottery_corner.h')
-rw-r--r-- | include/lottery_corner.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/lottery_corner.h b/include/lottery_corner.h new file mode 100644 index 000000000..5e2346d37 --- /dev/null +++ b/include/lottery_corner.h @@ -0,0 +1,12 @@ +#ifndef GUARD_LOTTERY_CORNER_H +#define GUARD_LOTTERY_CORNER_H + +void ResetLotteryCorner(void); +void SetRandomLotteryNumber(u16 i); +void RetrieveLotteryNumber(void); +void PickLotteryCornerTicket(void); +void SetLotteryNumber(u32 lotteryNum); +u32 GetLotteryNumber(void); +void SetLotteryNumber16_Unused(u16 lotteryNum); + +#endif // GUARD_LOTTERY_CORNER_H |