CBWardog
Young Lion
- Joined
- Sep 13, 2015
- Messages
- 41
- Reaction score
- 0
Just to make the game look a bit different, i made this small hack to replace the normal hard striking sell. I used the morality check sell animation, and I think looks great with super kicks. Weird thing, some times the animation just doesn't work and the wrestler will do the normal sell , don't really know why.
Video Here
Code (4 player converted)
<blockquote class='code_blockquote'><dl><dt>Code: </dt><dd> </dd></dl><code>D106B514 3125
D106B516 0000
8106B520 00B3
D106B514 3125
D106B516 0000
8106B522 2A8A
D106B454 3125
D106B456 0000
8106B460 00B3
D106B454 3125
D106B456 0000
8106B462 2A8A
D106B694 3125
D106B696 0000
8106B6A0 00B3
D106B694 3125
D106B696 0000
8106B6A2 2A8A
D106B5D4 3125
D106B5D6 0000
8106B5E0 00B3
D106B5D4 3125
D106B5D6 0000
8106B5E2 2A8A
81325CF0 5000
81325CF2 001B</code></blockquote>
edit: The sell value will change according to enemy health and type of strike. So, to make this sell to appear always, copy the code 3 times but replace "3125" with 3117, 3123 and 3125.
Video Here
Code (4 player converted)
<blockquote class='code_blockquote'><dl><dt>Code: </dt><dd> </dd></dl><code>D106B514 3125
D106B516 0000
8106B520 00B3
D106B514 3125
D106B516 0000
8106B522 2A8A
D106B454 3125
D106B456 0000
8106B460 00B3
D106B454 3125
D106B456 0000
8106B462 2A8A
D106B694 3125
D106B696 0000
8106B6A0 00B3
D106B694 3125
D106B696 0000
8106B6A2 2A8A
D106B5D4 3125
D106B5D6 0000
8106B5E0 00B3
D106B5D4 3125
D106B5D6 0000
8106B5E2 2A8A
81325CF0 5000
81325CF2 001B</code></blockquote>
edit: The sell value will change according to enemy health and type of strike. So, to make this sell to appear always, copy the code 3 times but replace "3125" with 3117, 3123 and 3125.