We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58d0bf commit 034544cCopy full SHA for 034544c
src/part2/getting-started.md
@@ -118,7 +118,7 @@ Then copy the tilemap from [this file](https://github.com/gbdev/gb-asm-tutorial/
118
You can build the ROM now, by running the following commands in your terminal:
119
120
```console
121
-$ rgbasm -L -o main.o main.asm
+$ rgbasm -o main.o main.asm
122
$ rgblink -o unbricked.gb main.o
123
$ rgbfix -v -p 0xFF unbricked.gb
124
```
0 commit comments