summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-01-23 00:20:38 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-01-23 00:20:38 -0500
commit689de5e3795ba47e3b0991a7a1baff551245bf52 (patch)
treeb877eccc30dcec24ffe7384fe390dd4bbcd698a3
parentf3ac209db2a33777d2bbc41ec253bf73b307808f (diff)
Fix formatting
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index d0c34044f..c6f0dd813 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -31,7 +31,7 @@ If you are using 64-bit Windows, download [**64-bit Cygwin**][cygwin] and [**64-
If you have not changed any of the asm, make sure you have the latest version of pokecrystal and the correct version of rgbds (see [INSTALL.md](INSTALL.md)).
-If you added or changed any code, it has to fit in the **memory banks**. The 2MB ROM is divided into 128 banks of 4KB each, numbered $00 to $7F. The linkerscript **pokecrystal.link** lists which **`SECTION`**s go in which banks. Try moving some code into a new section.
+If you added or changed any code, it has to fit in the **memory banks**. The 2MB ROM is divided into 128 banks of 4KB each, numbered $00 to $7F. The linkerscript **pokecrystal.link** lists which `SECTION`s go in which banks. Try moving some code into a new section.
## How do I edit maps?