>>56247390Me again. Ran into a bit of an issue with rgbasm.
INSTALL.md (dev branch) doesn't specify that you're using RGBDS v0.3.7. That means I couldn't build shit since the -L option was removed in newer versions.
I tried installing v0.3.7, but somehow it doesn't include rgbgfx? Had to settle for v0.4.1. It did throw a couple of errors at the end ("make: tools/sort_symfile.sh: Permission denied" &
"make: *** [Makefile:82 : pokeperidot.gbc] Error 127") but it compiled and the rom seems to be working fine?
Anyway. Since you aren't using the latest version of rgbasm and friends, couldn't you include them somewhere in your project and hotlink them in Makefile? Just a thought. I don't know enough about what you do to know whether it's the best practice or not.
Cheers.
I use Linux, btw.