diff options
author | YamaArashi <shadow962@live.com> | 2016-10-18 20:24:10 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-18 20:24:10 -0700 |
commit | 1cd137f7660764164d08eb57cdbd99da64443ca7 (patch) | |
tree | e9a1d962e11adcd166743fc9b97109f001d2c9b5 /src/rom4.c | |
parent | 1bd681722bdf3f918f15aaf9d6c7ae2becfa9457 (diff) |
name some functions
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 7abb15460..75786eb33 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); - InTrainerHill(); + DoDailyEvents(); 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) - InTrainerHill(); + DoDailyEvents(); sub_80806E4(); sub_8054164(); if (v2) @@ -1287,7 +1287,7 @@ void CB2_ContinueSavedGame(void) sub_805338C(); sub_8053198(); sub_806451C(); - InTrainerHill(); + DoDailyEvents(); sub_805308C(); sub_8055FC0(); PlayTimeCounter_Start(); |