- 1
- Posts
- 6
- Years
- Seen Feb 18, 2023
I changed the mart data and I moved a route from Kanto over to Johto and then went to compile to test if I was moving the maps around correctly, the result was this message.
rgbasm -o rgbdscheck.o rgbdscheck.asm
rgbgfx -o gfx/sgb/sgb_border.2bpp gfx/sgb/sgb_border.png
make: rgbasm: Command not found
Makefile:123: recipe for target 'rgbdscheck.o' failed
make: *** [rgbdscheck.o] Error 127
make: *** Waiting for unfinished jobs....
make: rgbgfx: Command not found
Makefile:312: recipe for target 'gfx/sgb/sgb_border.2bpp' failed
make: *** [gfx/sgb/sgb_border.2bpp] Error 127
As far as I can tell I have not fiddled with any of that. If anyone has insight then I would like to hear it, thank you.
rgbasm -o rgbdscheck.o rgbdscheck.asm
rgbgfx -o gfx/sgb/sgb_border.2bpp gfx/sgb/sgb_border.png
make: rgbasm: Command not found
Makefile:123: recipe for target 'rgbdscheck.o' failed
make: *** [rgbdscheck.o] Error 127
make: *** Waiting for unfinished jobs....
make: rgbgfx: Command not found
Makefile:312: recipe for target 'gfx/sgb/sgb_border.2bpp' failed
make: *** [gfx/sgb/sgb_border.2bpp] Error 127
As far as I can tell I have not fiddled with any of that. If anyone has insight then I would like to hear it, thank you.