Skip to content

Commit

Permalink
"Explain" diff format in bugs_and_glitches
Browse files Browse the repository at this point in the history
  • Loading branch information
mid-kid committed Jul 27, 2018
1 parent 9aa6b55 commit 0aac0f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/bugs_and_glitches.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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:
```diff
this is some code
-delete red - lines
+add green + lines
```


## Contents

Expand Down

0 comments on commit 0aac0f9

Please sign in to comment.