mirror of https://github.com/pmret/papermario.git
PR comment
This commit is contained in:
parent
f616532137
commit
529c75a4b0
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue