diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-04 17:31:44 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-04 14:31:44 -0800 |
commit | 370c7f78539698902907f262721fe60e606c774d (patch) | |
tree | ca842638903ee4d3badfabd73d1d761e87281d77 /include/lottery_corner.h | |
parent | 3c1109d03f5e4581336ee870ed710567498e256f (diff) |
more labels (#159)
* labels for tv.c and tv.s
* match function prologue a little bit better
* whoops
* label and document lottery_corner.c
* gSoftResetDisabled
* add labels for main_menu.c
* labels for metatile_behavior.c
Diffstat (limited to 'include/lottery_corner.h')
-rw-r--r-- | include/lottery_corner.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/lottery_corner.h b/include/lottery_corner.h index 06f38a5c9..5e2346d37 100644 --- a/include/lottery_corner.h +++ b/include/lottery_corner.h @@ -1,12 +1,12 @@ #ifndef GUARD_LOTTERY_CORNER_H #define GUARD_LOTTERY_CORNER_H -void sub_8145A78(void); -void sub_8145AA4(u16 a); -void sub_8145AEC(void); +void ResetLotteryCorner(void); +void SetRandomLotteryNumber(u16 i); +void RetrieveLotteryNumber(void); void PickLotteryCornerTicket(void); -void sub_8145D14(u32 a); -u32 sub_8145D3C(void); -void unref_sub_8145D64(u16 a); +void SetLotteryNumber(u32 lotteryNum); +u32 GetLotteryNumber(void); +void SetLotteryNumber16_Unused(u16 lotteryNum); #endif // GUARD_LOTTERY_CORNER_H |