From 903525d77a5439f33b3a778ae3a10a31b897ae36 Mon Sep 17 00:00:00 2001 From: 1234567890num <53823593+1234567890num@users.noreply.github.com> Date: Sat, 27 Aug 2022 19:13:25 +0700 Subject: [PATCH] Variable Anti Form cost --- GoA RAM Non-Rando.lua | 6 ------ GoA RAM.lua | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/GoA RAM Non-Rando.lua b/GoA RAM Non-Rando.lua index 249af9f..3fe9ef2 100644 --- a/GoA RAM Non-Rando.lua +++ b/GoA RAM Non-Rando.lua @@ -740,12 +740,6 @@ while ReadByte(Save+0x3695) > ReadByte(Save+0x35C5) do WriteInt(Save+0x2440,ReadInt(Save+0x2440)+5000) WriteByte(Save+0x35C5,ReadByte(Save+0x35C5)+1) end ---[[Enable Anti Form Forcing -if ReadByte(Save+0x3524) == 6 then --In Anti Form - BitOr(Save+0x36C0,0x20) --Unlocks Anti Form -end--]] ---[[Anti Form Costs Max Drive Instead of a Static 9. -WriteByte(Sys3+0x00500,ReadByte(Slot1+0x1B2))--]] end function TWtNW() diff --git a/GoA RAM.lua b/GoA RAM.lua index c2752ef..664c941 100644 --- a/GoA RAM.lua +++ b/GoA RAM.lua @@ -1001,8 +1001,8 @@ end if ReadByte(Save+0x3524) == 6 then --In Anti Form BitOr(Save+0x36C0,0x20) --Unlocks Anti Form end--]] ---[[Anti Form Costs Max Drive Instead of a Static 9. -WriteByte(Sys3+0x00500,ReadByte(Slot1+0x1B2))--]] +--Anti Form Costs Max Drive Instead of a Static 9 +WriteByte(Sys3+0x00500,ReadByte(Slot1+0x1B2)) end function TWtNW()