diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-12-31 16:35:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 16:35:13 -0500 |
commit | 4259e7051e2cc621267fc62d6ea11620ab995122 (patch) | |
tree | 18133db512710c15ab5d32385ed80771aff58254 /docs/bugs_and_glitches.md | |
parent | 378667d9ecd80940bb6ef59781c82bd38ce38650 (diff) | |
parent | afbf1b3ffcea7ab5cfd03a8205c18e948c549bb7 (diff) |
Merge pull request #585 from Rangi42/master
Refactor engine/phone/
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r-- | docs/bugs_and_glitches.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index d4d8c7870..82503e70a 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -2,7 +2,8 @@ These are known bugs and glitches in the original Pokémon Crystal game: code that clearly does not work as intended, or that only works in limited circumstances but has the possibility to fail or crash. -Fixes are written in the `diff` format. If you're familiar with git, this should look farmiliar: +Fixes are written in the `diff` format. If you've used Git before, this should look familiar: + ```diff this is some code -delete red - lines |