>>43549643Wow it actually worked, didn't expect that.
Had a small problem trying it with VS command prompt, msdos player just gave a "too many environments" error, but adding nmake's folder to PATH and running it in a normal command prompt instead seems to work.
Just needs all the tools from TOOLS.LZH & MSDOS player inside C:\pkmn\tools, then add msdos to the start of the MASM & LINK lines in the makefile, and then:
>PATH=C:\pkmn\tools;C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.25.28610\bin\Hostx64\x64\;%PATH%>nmakeMaybe using something like ntvdmx64 could even let it work without MSDOS player/makefile changes too.