PR comment

This commit is contained in:
Ethan Roseman 2020-11-14 09:27:51 -05:00
parent f616532137
commit 529c75a4b0

View File

@ -132,10 +132,8 @@ void pause_badges_update(void) {
if (temp - *unkSym >= 7) {
*unkSym = temp - 6;
} else {
if (temp - *unkSym <= 0) {
*unkSym = temp - 1;
}
} else if (temp - *unkSym <= 0) {
*unkSym = temp - 1;
}
}