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

Commit

Permalink
Remove Riku from GoA
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567890num committed Oct 14, 2021
1 parent 7f56eb6 commit f85015b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GoA Practice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LUAGUI_AUTH = "SonicShadowSilver2 (Ported by Num)"
LUAGUI_DESC = "A GoA build to let you practice various events."

function _OnInit()
local VersionNum = 'GoA Version 1.52.10'
local VersionNum = 'GoA Version 1.52.11'
if (GAME_ID == 0xF266B00B or GAME_ID == 0xFAF99301) and ENGINE_TYPE == "ENGINE" then --PCSX2
if ENGINE_VERSION < 3.0 then
print('LuaEngine is Outdated. Things might not work properly.')
Expand Down
3 changes: 2 additions & 1 deletion GoA RAM Non-Rando.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LUAGUI_AUTH = 'SonicShadowSilver2 (Ported by Num)'
LUAGUI_DESC = 'A GoA build for use with vanilla items.'

function _OnInit()
local VersionNum = 'GoA Version 1.52.10'
local VersionNum = 'GoA Version 1.52.11'
if (GAME_ID == 0xF266B00B or GAME_ID == 0xFAF99301) and ENGINE_TYPE == "ENGINE" then --PCSX2
if ENGINE_VERSION < 3.0 then
print('LuaEngine is Outdated. Things might not work properly.')
Expand Down Expand Up @@ -482,6 +482,7 @@ end
function GoA()
--Garden of Assemblage Rearrangement
if Place == 0x1A04 then
WriteInt(Save+0x3544,0x12020100) --Remove Riku
DriveRefill()
--Shop
WriteString(Obj0+0x13450,'SHOP_POINT\0') --Wallace -> Moogle
Expand Down
3 changes: 2 additions & 1 deletion GoA RAM.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LUAGUI_AUTH = 'SonicShadowSilver2 (Ported by Num)'
LUAGUI_DESC = 'A GoA build for use with the Randomizer.'

function _OnInit()
local VersionNum = 'GoA Version 1.52.10'
local VersionNum = 'GoA Version 1.52.11'
if (GAME_ID == 0xF266B00B or GAME_ID == 0xFAF99301) and ENGINE_TYPE == "ENGINE" then --PCSX2
if ENGINE_VERSION < 3.0 then
print('LuaEngine is Outdated. Things might not work properly.')
Expand Down Expand Up @@ -484,6 +484,7 @@ end
function GoA()
--Garden of Assemblage Rearrangement
if Place == 0x1A04 then
WriteInt(Save+0x3544,0x12020100) --Remove Riku
DriveRefill()
--Shop
WriteString(Obj0+0x13450,'SHOP_POINT\0') --Wallace -> Moogle
Expand Down

0 comments on commit f85015b

Please sign in to comment.