pret / pokered

Disassembly of Pokémon Red/Blue
4.01k stars 989 forks source link

Visual Studio #345

Closed LordRemiem closed 2 years ago

LordRemiem commented 2 years ago

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).

dannye commented 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.

LordRemiem commented 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.

I will try immediately, thank you! (EDIT: it worked!)