We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b299fc commit 22f5ec2Copy full SHA for 22f5ec2
1 file changed
src/mars_patcher/patcher.py
@@ -70,7 +70,7 @@ def patch(
70
# Apply base asm patch first
71
apply_base_patch(rom)
72
73
- # Softlock edits need to be done early to prevent later patches messing things up.
+ # Softlock edits need to be done early to prevent later edits messing things up.
74
if patch_data.get("AntiSoftlockRoomEdits"):
75
apply_anti_softlock_edits(rom)
76
0 commit comments