From 22f2a17e4852c67afabe178154552ffb78f76a58 Mon Sep 17 00:00:00 2001 From: 1234567890num <53823593+1234567890num@users.noreply.github.com> Date: Thu, 8 Sep 2022 20:30:27 +0700 Subject: [PATCH] Minor typo fix --- GoA RAM.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoA RAM.lua b/GoA RAM.lua index 664c941..f896da8 100644 --- a/GoA RAM.lua +++ b/GoA RAM.lua @@ -750,7 +750,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)