-
Notifications
You must be signed in to change notification settings - Fork 589
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XCX] Port to most versions, added freecam mode and other changes
Thanks to @intra2 for the work!
- Loading branch information
Showing
113 changed files
with
1,998 additions
and
906 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 17 additions & 12 deletions
29
src/XenobladeChroniclesX/Mods/BattleDamageModGround/patch_dmg.asm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,22 @@ | ||
[XCX_DAMAGES] #################################################################################################################################### | ||
moduleMatches = 0xF882D5CF, 0x30B6E091 ; 1.0.1E, 1.0.2U | ||
|
||
.origin = codecave | ||
|
||
.int $mult | ||
|
||
[XCX_DAMAGES_V101E] | ||
moduleMatches = 0xF882D5CF, 0x218F6E07 ; 1.0.1E, 1.0.0E | ||
0x02E0C5B0 = li r3, -1-$mult | ||
0x025D896C = mulli r4, r31, $mult | ||
|
||
[XCX_DAMAGES_1U] #################################################################################################################################### | ||
moduleMatches = 0xAB97DE6B ; 1.0.1U | ||
|
||
.origin = codecave | ||
[XCX_DAMAGES_V102U] | ||
moduleMatches = 0x30B6E091 ; 1.0.2U | ||
0x02E0C550 = li r3, -1-$mult | ||
0x025D896C = mulli r4, r31, $mult | ||
|
||
.int $mult | ||
;[XCX_DAMAGES_V102J] | ||
;DO NOT port to JP 1.0.2 untill official game servers go offline | ||
|
||
[XCX_DAMAGES_V100U] | ||
moduleMatches = 0xAB97DE6B, 0x676EB33E ; 1.0.1U, 1.0.0U | ||
0x02E0C3D8 = li r3, -1-$mult | ||
0x025D88FC = mulli r4, r31, $mult | ||
|
||
[XCX_DAMAGES_V100J] | ||
moduleMatches = 0x785CA8A9 ; 1.0.0J | ||
0x02E03228 = li r3, -1-$mult | ||
0x025CD268 = mulli r4, r31, $mult |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.