mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 07:03:40 +01:00
Remove unneeded brackets in GetWeekCount
This commit is contained in:
parent
a837d1fe2c
commit
6a21c3f5f3
@ -932,9 +932,8 @@ u16 GetWeekCount(void)
|
||||
{
|
||||
u16 weekCount = gLocalTime.days / 7;
|
||||
if (weekCount > 9999)
|
||||
{
|
||||
weekCount = 9999;
|
||||
}
|
||||
|
||||
return weekCount;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user