Open kesara opened 4 months ago
Didn't #94 handle this?
There are still uses of -L around
https://github.com/gbdev/gb-asm-tutorial/pull/98 addresses an instance in Part II.
There's also -L
in the asciinema recording in https://gbdev.io/gb-asm-tutorial/part1/hello_world.html
Found another in gb-asm-tutorial/galactic-armada/Makefile
:
ASMFLAGS := -L
Also src/part1/header.md
:
$ rgbasm -L -o hello-world.o hello-world.asm
-L
flag inrgbasm
has been deprecated and removed.With
rgbasm v0.8.0
,-L
is not recognized. The previous use of-L
seems to be the default behaviour.