diff --git a/arm9/src/hall_of_fame.c b/arm9/src/hall_of_fame.c index 1baf1c12b..7cc1c0f26 100644 --- a/arm9/src/hall_of_fame.c +++ b/arm9/src/hall_of_fame.c @@ -144,4 +144,4 @@ void Sav2_HOF_GetClearDate(struct HallOfFame * hof, int a1, RTCDate * dest) dest->month = party->month; dest->day = party->day; dest->week = RTC_WEEK_SUNDAY; -} \ No newline at end of file +}