Mhopkinsinc / NHL94SNESVault

ROM Hacks for NHL '94 on the SNES
The Unlicense
3 stars 0 forks source link

Code Refactor - Add DizSettings.asm to export ASM injection points for re-import into Diz #18

Closed Mhopkinsinc closed 7 months ago

Mhopkinsinc commented 7 months ago

User story

We want all the ASM injections to be compiled when re-import the rom into Diz for marking new code

Expected Result

Any Hack that uses ASM Injection should have that compiled into the rom even if the setting is disabled in the config.asm. We need this when we want to re-import the ROM into Diz to mark up any new code or changes.

Benefits

Actual Changes

Acceptance criteria

Sprint Ready Checklist

Mhopkinsinc commented 7 months ago

Working and merged