Clear al register after use
This commit is contained in:
@@ -719,6 +719,7 @@ NEWSYM InitPreGame ; Executes before starting/continuing a game
|
|||||||
cmp al,[V8Mode]
|
cmp al,[V8Mode]
|
||||||
je .nochangemode
|
je .nochangemode
|
||||||
xor byte[V8Mode],1
|
xor byte[V8Mode],1
|
||||||
|
xor al,al
|
||||||
.nochangemode
|
.nochangemode
|
||||||
|
|
||||||
.nofs
|
.nofs
|
||||||
|
|||||||
@@ -770,6 +770,7 @@ NEWSYM InitPreGame ; Executes before starting/continuing a game
|
|||||||
cmp al,[V8Mode]
|
cmp al,[V8Mode]
|
||||||
je .nochangemode
|
je .nochangemode
|
||||||
xor byte[V8Mode],1
|
xor byte[V8Mode],1
|
||||||
|
xor al,al
|
||||||
.nochangemode
|
.nochangemode
|
||||||
|
|
||||||
mov byte[RaisePitch],1
|
mov byte[RaisePitch],1
|
||||||
|
|||||||
@@ -960,6 +960,7 @@ NEWSYM InitPreGame ; Executes before starting/continuing a game
|
|||||||
cmp al,[V8Mode]
|
cmp al,[V8Mode]
|
||||||
je .nochangemode
|
je .nochangemode
|
||||||
xor byte[V8Mode],1
|
xor byte[V8Mode],1
|
||||||
|
xor al,al
|
||||||
.nochangemode
|
.nochangemode
|
||||||
|
|
||||||
mov byte[RaisePitch],1
|
mov byte[RaisePitch],1
|
||||||
|
|||||||
Reference in New Issue
Block a user