Closed LordRemiem closed 2 years ago
To assemble the project you need to install the rgbds assembler. Then you need to build the project according to the Makefile. You don't have to use a Linux virtual machine or WSL. You can use cygwin or msys2.
To assemble the project you need to install the rgbds assembler. Then you need to build the project according to the Makefile. You don't have to use a Linux virtual machine or WSL. You can use cygwin or msys2.
I will try immediately, thank you! (EDIT: it worked!)
Is it possible to build the assembly project in MS Visual Studio without having to go through the long and tedious process installing a Linux virtual machine that'll take space and I'll probably never need otherwise? I tried creating a C++ project, adding the ASM files and building it: it looked like it worked, but it didn't compile due to "not being able to open" files with the INCLUDE command (fatal error A1000).