source code for http://www.byond.com/games/GauHelldragon/ArchipelagoRemastered with my updated version of it
If you are new to GitHub, watch this video playlist https://www.youtube.com/redirect?q=http%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPL5-da3qGB5IBLMp7LtN8Nc3Efd4hJq0kD&redir_token=g6qd_5Mcn1yFI1ouIzcY9-raniV8MTQxNjkwNDA5MUAxNDE2ODE3Njkx
quick reference(if you have watched vid from link above)
w/o quotes
git remote add "any name for main git repo" https://github.com/slayerplayer99/ArchipelagoRemastered-v2.git
git fetch "the name you chose"
git merge "name you chose"/master
update your fork with this command
git push origin master
**NOTE 10/15/2023 Make sure to before compiling to check mark automatic FILE_DIR on in DreamMaker by going to Build -> Preferences to avoid directory(missing file errors).