Skip to content

Commit

Permalink
Trinity Limit/Stunt Dodge Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567890num committed May 28, 2022
1 parent 23f9cf0 commit 55d6acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions F266B00B GoA Reverse.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2354,7 +2354,7 @@ if ReadByte(Save+0x1CFF) == 13 then --STT Removals
WriteShort(Sys3+0x01FB6,0x00) --Reflect
WriteShort(Sys3+0x01FE6,0x00) --Reflera
WriteShort(Sys3+0x02016,0x00) --Reflega
WriteShort(Sys3+0x07026,0x00) --Trinity (Solo)
WriteShort(Sys3+0x07056,0x00) --Trinity (Solo)
end
local Equip = ReadShort(Save+0x24F0) --Currently equipped Keyblade
local Store = ReadShort(Save+0x1CF9) --Last equipped Keyblade
Expand Down Expand Up @@ -2422,7 +2422,7 @@ else --Restore Outside STT
WriteShort(Sys3+0x01FB6,0x02) --Reflect
WriteShort(Sys3+0x01FE6,0x02) --Reflera
WriteShort(Sys3+0x02016,0x02) --Reflega
WriteShort(Sys3+0x07026,0x51) --Trinity (Solo)
WriteShort(Sys3+0x07056,0x51) --Trinity (Solo)
WriteShort(Save+0x1CF9,0) --Remove stored Keyblade
end
--Faster Twilight Thorn Reaction Commands
Expand Down

0 comments on commit 55d6acf

Please sign in to comment.