Fixed silly mistake
This commit is contained in:
@@ -5649,10 +5649,10 @@ NEWSYM CheckROMType
|
|||||||
cmp byte[ForceHiLoROM],0
|
cmp byte[ForceHiLoROM],0
|
||||||
je .noguiforce
|
je .noguiforce
|
||||||
mov al,[ForceHiLoROM]
|
mov al,[ForceHiLoROM]
|
||||||
.noguiforce
|
|
||||||
|
|
||||||
mov byte[forceromtype],al
|
mov byte[forceromtype],al
|
||||||
xor al,al
|
xor al,al
|
||||||
|
.noguiforce
|
||||||
|
|
||||||
cmp byte[forceromtype],0
|
cmp byte[forceromtype],0
|
||||||
je .noforce
|
je .noforce
|
||||||
mov al,[forceromtype]
|
mov al,[forceromtype]
|
||||||
|
|||||||
Reference in New Issue
Block a user