Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567890num committed Sep 8, 2022
1 parent 8a1af1e commit 9460da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion F266B00B GoA Reverse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ if true then --No Valor, Wisdom, Master, or Final
end
end
--Invincibility on Cutscenes
if ReadByte(Cntrl) == 3 then --Cutscnee
if ReadByte(Cntrl) == 3 then --Cutscene
WriteByte(Slot1+0x1AE,0)
else --Gameplay
WriteByte(Slot1+0x1AE,100)
Expand Down

0 comments on commit 9460da7

Please sign in to comment.