diff options
Diffstat (limited to 'docs/MODDING.md')
| -rw-r--r-- | docs/MODDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MODDING.md b/docs/MODDING.md index 75293b64a..1f4f4b607 100644 --- a/docs/MODDING.md +++ b/docs/MODDING.md @@ -59,7 +59,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 the gTimeIncrement by 10: +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: ```diff if (IS_DAY || gTimeIncrement >= 0x190) { |
