From 0aac0f9cfc5bc95b378d0c33cb047f136cd361b7 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Fri, 27 Jul 2018 11:25:29 +0200 Subject: [PATCH] "Explain" diff format in bugs_and_glitches --- docs/bugs_and_glitches.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index b2cf35ee785..a0191cc2011 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