Skip to content

Commit 34c26fd

Browse files
committed
Update GameConfig.xml.
- Add fix for collision issues in Tales of the Abyss. - Add idle loop block for Batman: Rise of the Sin Tzu.
1 parent f66e60f commit 34c26fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

GameConfig.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
<GameConfig Executable="SLUS_206.56;1" Title="X-Men Legends">
2323
<BlockFpRoundingMode Address="0x003D74D0" Mode="NEAREST" Description="Fixes hang in Blob boss area." />
2424
</GameConfig>
25+
<GameConfig Executable="SLUS_207.09;1" Title="Batman: Rise of Sin Tzu">
26+
<IdleLoopBlock Address="0x0045B538" />
27+
</GameConfig>
2528
<GameConfig Executable="SLUS_207.82;1" Title="Blood Will Tell: Tezuka Osamu's Dororo">
2629
<BlockFpRoundingMode Address="0x001B4060" Mode="NEAREST" Description="Fixes soft lock in Chapter 4 boss battle." />
2730
<IdleLoopBlock Address="0x001B4690" />
@@ -36,6 +39,7 @@
3639
<IdleLoopBlock Address="0x002F43E8" />
3740
</GameConfig>
3841
<GameConfig Executable="SLUS_213.86;1" Title="Tales of the Abyss">
42+
<BlockFpRoundingMode Address="0x002921B4" Mode="NEAREST" Description="Fixes collision issues." />
3943
<IdleLoopBlock Address="0x001A4508" />
4044
</GameConfig>
4145
<GameConfig Executable="SLES_501.76;1" Title="Oni">

0 commit comments

Comments
 (0)