Skip to content

Commit 034544c

Browse files
authored
-L is now removed as of v0.8.0, and is default behaviour (#98)
1 parent e58d0bf commit 034544c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Then copy the tilemap from [this file](https://github.com/gbdev/gb-asm-tutorial/
118118
You can build the ROM now, by running the following commands in your terminal:
119119

120120
```console
121-
$ rgbasm -L -o main.o main.asm
121+
$ rgbasm -o main.o main.asm
122122
$ rgblink -o unbricked.gb main.o
123123
$ rgbfix -v -p 0xFF unbricked.gb
124124
```

0 commit comments

Comments
 (0)