diff options
author | YamaArashi <shadow962@live.com> | 2017-05-04 00:10:25 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-04 00:21:04 -0700 |
commit | d7284694ec3543b84074f52938ea5e6666e17599 (patch) | |
tree | f401f21a422181f09bc7ff7f1c24025543823009 /src/clock.c | |
parent | f492004cb605a45b0b43e94121a0f504d7fb10cc (diff) |
decompile time_events
Diffstat (limited to 'src/clock.c')
-rw-r--r-- | src/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clock.c b/src/clock.c index ceb140774..4ec49807c 100644 --- a/src/clock.c +++ b/src/clock.c @@ -12,7 +12,7 @@ extern void sub_80FA220(u16); extern void sub_80BE8C4(u16); extern void sub_8080834(u16); extern void UpdatePartyPokerusTime(u16); -extern void sub_810D2F4(u16); +extern void UpdateMirageRnd(u16); extern void UpdateBirchState(u16); extern void sub_810F618(u16); @@ -53,7 +53,7 @@ static void UpdatePerDay(struct Time *time) sub_80BE8C4(newDays); sub_8080834(newDays); UpdatePartyPokerusTime(newDays); - sub_810D2F4(newDays); + UpdateMirageRnd(newDays); UpdateBirchState(newDays); sub_810F618(newDays); SetRandomLotteryNumber(newDays); |