Help:Patching the motorcycle area checks: Difference between revisions

imported>Leoetlino
No edit summary
imported>Leoetlino
Line 57: Line 57:
Patch:
Patch:


<pre>.text:0000007100679D84                AND            W0, W8, #1</pre>
<source lang="armasm">.text:0000007100679D84                AND            W0, W8, #1</source>
To:
To:


<pre>.text:0000007100679D84                 MOV             W0, #1</pre>
<source lang="armasm">.text:0000007100679D84                 MOV             W0, #1</source>
 
=== Rune UI/sound effect ===
=== Rune UI/sound effect ===


Anonymous user