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

Commit

Permalink
Save Softlock Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1234567890num committed Oct 14, 2021
1 parent f85015b commit 84c032f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion GoA RAM Non-Rando.lua
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,11 @@ if Place == 0x1A04 then
Spawn('Float',File,GoASpawn+0x04,0) --Position X
Spawn('Float',File,GoASpawn+0x08,460) --Position Y
Spawn('Float',File,GoASpawn+0x0C,-900) --Position Z
Spawn('Short',File,GoASpawn+0x20,0x32) --Save Door
if Evt == 0x01 then
Spawn('Short',File,GoASpawn+0x20,0x00) --Save Door
else
Spawn('Short',File,GoASpawn+0x20,0x32) --Save Door
end
Spawn('Short',File,GoASpawn+0x40,0x4A1) --Party 2 -> Moogle Shop
Spawn('Float',File,GoASpawn+0x44,0) --Position X
Spawn('Float',File,GoASpawn+0x48,460) --Position Y
Expand Down
6 changes: 5 additions & 1 deletion GoA RAM.lua
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,11 @@ if Place == 0x1A04 then
Spawn('Float',File,GoASpawn+0x04,0) --Position X
Spawn('Float',File,GoASpawn+0x08,460) --Position Y
Spawn('Float',File,GoASpawn+0x0C,-900) --Position Z
Spawn('Short',File,GoASpawn+0x20,0x32) --Save Door
if Evt == 0x01 then
Spawn('Short',File,GoASpawn+0x20,0x00) --Save Door
else
Spawn('Short',File,GoASpawn+0x20,0x32) --Save Door
end
Spawn('Short',File,GoASpawn+0x40,0x4A1) --Party 2 -> Moogle Shop
Spawn('Float',File,GoASpawn+0x44,0) --Position X
Spawn('Float',File,GoASpawn+0x48,460) --Position Y
Expand Down

0 comments on commit 84c032f

Please sign in to comment.