User:Matrethewey!9776/ALttPR/Dev

From ALttPR Wiki
Jump to navigation Jump to search



  • Dev on the ASM code.
  • SMALttPR: Use build.bat to combine the base game files and patch the combined game file.
  • ALttPR: Use build.sh to patch the base game file.


  • Use sandbox.asm to test stuff. Have another .asm file for setting base settings if you need it, or just work with vanilla locations.


  • Once that's working, use something like php artisan alttp:updatebase .\input\alttp_orig.sfc .\build\working.sfc to write the .json file that has the patches in text format.


  • Dev on the php code.
  • Test with something like php artisan alttp:randomize .\input\alttp_orig.sfc .\output\ to output a randomized game file.


  • Once that's working, push everything to a testing web environment and use the web interface.
  • Once that's working, push to production.