User:Matrethewey!9776/ALttPR/Dev

From ALttPR Wiki
< User:Matrethewey!9776‎ | ALttPR
Revision as of 00:44, 26 July 2023 by Matrethewey!9776 (talk | contribs) (Matrethewey!9776 moved page User:Miketrethewey!9776/ALttPR/Dev to User:Matrethewey!9776/ALttPR/Dev)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.