diff options
author | YamaArashi <shadow962@live.com> | 2016-10-18 20:28:39 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-18 20:28:39 -0700 |
commit | 89dea52f12456f7d6ebca8f99aab846bb5577042 (patch) | |
tree | efa6216435494b5cf5d1548cdd6cfb02268756d1 /src/rom4.c | |
parent | 1cd137f7660764164d08eb57cdbd99da64443ca7 (diff) |
DoDailyEvents -> DoTimeBasedEvents
Diffstat (limited to 'src/rom4.c')
-rw-r--r-- | src/rom4.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rom4.c b/src/rom4.c index 75786eb33..244e94533 100644 --- a/src/rom4.c +++ b/src/rom4.c @@ -551,7 +551,7 @@ void sub_80538F0(u8 mapGroup, u8 mapNum) wild_pokemon_reroll(); prev_quest_postbuffer_cursor_backup_reset(); sub_8082BD0(mapGroup, mapNum); - DoDailyEvents(); + DoTimeBasedEvents(); sub_80806E4(); sub_8054164(); sub_8053C98(); @@ -585,7 +585,7 @@ void sub_8053994(u32 a1) prev_quest_postbuffer_cursor_backup_reset(); sub_8082BD0(gSaveBlock1.location.mapGroup, gSaveBlock1.location.mapNum); if (a1 != 1) - DoDailyEvents(); + DoTimeBasedEvents(); sub_80806E4(); sub_8054164(); if (v2) @@ -1287,7 +1287,7 @@ void CB2_ContinueSavedGame(void) sub_805338C(); sub_8053198(); sub_806451C(); - DoDailyEvents(); + DoTimeBasedEvents(); sub_805308C(); sub_8055FC0(); PlayTimeCounter_Start(); |