Skip to content

Commit

Permalink
-L is now removed as of v0.8.0, and is default behaviour (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Jul 21, 2024
1 parent e58d0bf commit 034544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/part2/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Then copy the tilemap from [this file](https://github.com/gbdev/gb-asm-tutorial/
You can build the ROM now, by running the following commands in your terminal:

```console
$ rgbasm -L -o main.o main.asm
$ rgbasm -o main.o main.asm
$ rgblink -o unbricked.gb main.o
$ rgbfix -v -p 0xFF unbricked.gb
```
Expand Down

0 comments on commit 034544c

Please sign in to comment.