summaryrefslogtreecommitdiff
path: root/src/time_events.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-11 09:25:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-11 09:25:26 -0400
commit4488bbe9e69a8551cb5bb34e70b8ffb9d8e554db (patch)
treed9c5a70fd1c4f42dc29f43becd142cc89456f19d /src/time_events.c
parentc15b50ac686632130512de37d01037bff6e10cd2 (diff)
parent3e93615e38842643b8dd115c1fd2e0b4a0dbcd01 (diff)
Merge branch 'master' into contest
Diffstat (limited to 'src/time_events.c')
-rw-r--r--src/time_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time_events.c b/src/time_events.c
index 1f169a5c6..1f46e7705 100644
--- a/src/time_events.c
+++ b/src/time_events.c
@@ -81,7 +81,7 @@ void UpdateShoalTideFlag(void)
1, // 23
};
- if (is_light_level_1_2_3_5_or_6(get_map_light_from_warp0()))
+ if (is_map_type_1_2_3_5_or_6(get_map_light_from_warp0()))
{
RtcCalcLocalTime();
if (tide[gLocalTime.hours])