summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-07-27 11:25:29 +0200
committermid-kid <esteve.varela@gmail.com>2018-07-27 11:25:29 +0200
commit0aac0f9cfc5bc95b378d0c33cb047f136cd361b7 (patch)
treef282f0da6683891eed5073d2312a6218069861b5
parent9aa6b55d7b1fdb97426305c0ed07fc14012f1293 (diff)
"Explain" diff format in bugs_and_glitches
-rw-r--r--docs/bugs_and_glitches.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md
index b2cf35ee7..a0191cc20 100644
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -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