You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
"Explain" diff format in bugs_and_glitches
This commit is contained in:
@@ -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.
|
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
|
## Contents
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user