This commit is contained in:
Philip Dubé
2026-07-24 15:19:36 +00:00
committed by GitHub
parent da4e6dc332
commit 581af47419
20 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ if (IS_DAY || gTimeIncrement >= 0x190) {
}
```
We can make a quick change to this code to verify this is indeed what we are looking for, lets multiply the gTimeIncrement by 10:
We can make a quick change to this code to verify this is indeed what we are looking for, let's multiply the gTimeIncrement by 10:
```diff
if (IS_DAY || gTimeIncrement >= 0x190) {