Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Variable Anti Form cost
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567890num committed Aug 27, 2022
1 parent 62f7cfb commit 903525d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions GoA RAM Non-Rando.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions GoA RAM.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 903525d

Please sign in to comment.