Mhopkinsinc / NHL94SNESVault

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

Refactor - Move Config.asm code patches to separate files for maintainability #7

Closed Mhopkinsinc closed 7 months ago

Mhopkinsinc commented 7 months ago

User story

The Config.asm file is currently overloaded with various patches used to activate or deactivate specific hacks. The plan is to reorganize this by relocating each hack into its own separate file within a patch folder. This way, the Config.asm file will be streamlined to only include options for enabling or disabling, ensuring a cleaner and more manageable configuration.

Expected Result

New folder for patches, each patch will have its own file and be included "incsrc" from the main.asm file

Benefits

Actual Changes

Acceptance criteria

Sprint Ready Checklist

Mhopkinsinc commented 7 months ago

image image image