Skip to content

Commit 9460da7

Browse files
committed
Minor typo fix
1 parent 8a1af1e commit 9460da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

F266B00B GoA Reverse.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ if true then --No Valor, Wisdom, Master, or Final
490490
end
491491
end
492492
--Invincibility on Cutscenes
493-
if ReadByte(Cntrl) == 3 then --Cutscnee
493+
if ReadByte(Cntrl) == 3 then --Cutscene
494494
WriteByte(Slot1+0x1AE,0)
495495
else --Gameplay
496496
WriteByte(Slot1+0x1AE,100)

0 commit comments

Comments
 (0)