mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
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
Block a user