Skip to content

Commit 22f5ec2

Browse files
authored
thanks bio
1 parent 4b299fc commit 22f5ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mars_patcher/patcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def patch(
7070
# Apply base asm patch first
7171
apply_base_patch(rom)
7272

73-
# Softlock edits need to be done early to prevent later patches messing things up.
73+
# Softlock edits need to be done early to prevent later edits messing things up.
7474
if patch_data.get("AntiSoftlockRoomEdits"):
7575
apply_anti_softlock_edits(rom)
7676

0 commit comments

Comments
 (0)