Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdee1b commit 94c1e8dCopy full SHA for 94c1e8d
1 file changed
README.md
@@ -8,11 +8,11 @@ Replacement for the Professor Oak introduction tutorial in Pokemon FireRed.
8
Modify configure.py to point to your toolchain (dictionary on last line).
9
Change the parameter in makefile to point to your FireRed Rom. Then from a terminal run:
10
11
-```make
+```
12
+make
13
make insert
14
```
15
-You can clean the build with
16
-```make clean```
+You can clean the build with `make clean`
17
18
Add strings to strings.csv, and the make script will generate string.h
0 commit comments