mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
"Explain" diff format in bugs_and_glitches
This commit is contained in:
parent
9aa6b55d7b
commit
0aac0f9cfc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user