commit 17dc2131b2adf8e0d1059fa3d9393f5a35b34214 Author: Justin Scofield Date: Mon May 30 23:11:58 2022 -0400 Add the build file which prompts for rom version number, applies graphics with zcompress, and applies the assembly source with asar diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..3ba349c --- /dev/null +++ b/build.bat @@ -0,0 +1,5 @@ +set /P version= Enter Version Number: +zcompress.exe 1 87200 oos%version%.sfc oos.bin +copy oos%version%.sfc oos%version%x.sfc +asar.exe Oracle_main.asm oos%version%x.sfc +pause \ No newline at end of file